Subversion Repositories filter_foundry

Rev

Rev 385 | Rev 389 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 385 Rev 386
Line 1... Line 1...
1
 
1
 
2
## Filter Foundry plugin for Photoshop
2
## Filter Foundry plugin for Photoshop
3
 
3
 
4
Filter Foundry is a compatible replacement for Adobe Filter Factory. For information about how to use the Filter Factory-compatible interface, see [The Filter Factory Programming Guide](https://thepluginsite.com/knowhow/ffpg/ffpg.htm). Several example effects come with Filter Factory.
4
Filter Foundry is a compatible replacement for Adobe Filter Factory. For information about how to use the Filter Factory-compatible interface, see [The Filter Factory Programming Guide](https://thepluginsite.com/knowhow/ffpg/ffpg.htm). Several example effects come with Filter Factory.
5
 
5
 
6
Initially written by [Toby Thain / Telegraphics](https://www.telegraphics.com.au/sw/) in 2003 - 2009, the development has been continued by [Daniel Marschall](https://www.daniel-marschall.de/) / [ViaThinkSoft](https://www.viathinksoft.com/) since 2018. Several advancements and improvements have been made, and a 64-bit Windows version was created.
6
Initially written by Toby Thain ([Telegraphics](https://www.telegraphics.com.au/sw/)) in 2003 - 2009, the development has been continued by [Daniel Marschall](https://www.daniel-marschall.de/) ([ViaThinkSoft](https://www.viathinksoft.com/)) since 2018. Several advancements and improvements have been made, and a 64-bit Windows version was created.
7
 
7
 
8
A full description of Filter Foundry including a reference of all functions, variables, and operators can be found in the ["doc" folder](https://github.com/danielmarschall/filter_foundry/blob/master/doc/The%20Filter%20Foundry.pdf).
8
A full description of Filter Foundry including a reference of all functions, variables, and operators can be found in the ["doc" folder](https://github.com/danielmarschall/filter_foundry/blob/master/doc/The%20Filter%20Foundry.pdf).
9
 
9
 
10
 
10
 
11
### Windows version 1.7.0.11
11
### Windows version 1.7.0.11
Line 29... Line 29...
29
-   JASC PSP 9, Corel's Paint Shop Pro XI
29
-   JASC PSP 9, Corel's Paint Shop Pro XI
30
-   The Gimp 2.2 with [PSPI.exe](https://www.chip.de/downloads/PSPI-fuer-GIMP_37803068.html) extension to run Photoshop .8bf files
30
-   The Gimp 2.2 with [PSPI.exe](https://www.chip.de/downloads/PSPI-fuer-GIMP_37803068.html) extension to run Photoshop .8bf files
31
-   Serif PhotoPlus 6
31
-   Serif PhotoPlus 6
32
-   PluginCommander 1.62 (Revision 2)
32
-   PluginCommander 1.62 (Revision 2)
33
-   Paint.Net using [PSFilterPdn](https://github.com/0xC0000054/PSFilterPdn) to run Photoshop .8bf files
33
-   Paint.Net using [PSFilterPdn](https://github.com/0xC0000054/PSFilterPdn) to run Photoshop .8bf files
34
-   I.C.NET Plugin-Manager 2.x, Filters Unlimited and Plugin Galaxy (though these are technically emulators rather than hosts)
34
-   I.C.NET Plugin-Manager 2.x, Filters Unlimited, and Plugin Galaxy can load standalone filters created by Filter Foundry in order to emulate the Filter Factory code.
35
 
35
 
36
Operating systems:
36
Operating systems:
37
 
37
 
38
-   Windows NT4, 2000, XP, Vista, 7, 8, 8.1, 10, and 11 are fully compatible (32- and 64-bit)
38
-   Windows NT4, 2000, XP, Vista, 7, 8, 8.1, 10, and 11 are fully compatible (32- and 64-bit)
39
-   Windows 95, 98, and Me are supported, but 64-bit standalone filters cannot be created
39
-   Windows 95, 98, and Me are supported, but 64-bit standalone filters cannot be created