Subversion Repositories filter_foundry

Rev

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

Rev 386 Rev 389
Line 3... Line 3...
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).
-
 
9
 
-
 
10
 
8
 
11
### Windows version 1.7.0.11
9
### Windows version 1.7.0.11
12
 
10
 
13
Filter Foundry 1.7 comes with a 32-Bit Windows plugin (FilterFoundry.8bf) and a 64-Bit Windows plugin (FilterFoundry64.8bf) which can be downloaded at [ViaThinkSoft](https://www.viathinksoft.com/download/249/FilterFoundry.zip).
11
Filter Foundry 1.7 comes with a 32-Bit Windows plugin (FilterFoundry.8bf) and a 64-Bit Windows plugin (FilterFoundry64.8bf) which can be downloaded at [ViaThinkSoft](https://www.viathinksoft.com/download/249/FilterFoundry.zip).
14
 
12
 
Line 18... Line 16...
18
### Macintosh version 1.6b1
16
### Macintosh version 1.6b1
19
 
17
 
20
The Macintosh version could not be taken over because Apple removed the "Carbon" API, and the new "Cocoa" API is not compatible with the current codebase. If you would like to help porting Filter Foundry to the latest OS X version, it would be highly appreciated! An old version of Filter Foundry for Mac 68k (requires 68020 or later CPU and FPU) and Mac Classic (PowerPC) can be obtained here: https://www.telegraphics.com.au/sw/
18
The Macintosh version could not be taken over because Apple removed the "Carbon" API, and the new "Cocoa" API is not compatible with the current codebase. If you would like to help porting Filter Foundry to the latest OS X version, it would be highly appreciated! An old version of Filter Foundry for Mac 68k (requires 68020 or later CPU and FPU) and Mac Classic (PowerPC) can be obtained here: https://www.telegraphics.com.au/sw/
21
 
19
 
22
 
20
 
-
 
21
### Documentation
-
 
22
 
-
 
23
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).
-
 
24
 
-
 
25
 
23
### Compatibility
26
### Compatibility
24
 
27
 
25
Filter Foundry works with nearly all programs that can handle ".8bf" Photoshop filters. Following hosts have been tested with Filter Foundry 1.7:
28
Filter Foundry works with nearly all programs that can handle ".8bf" Photoshop filters. Following hosts have been tested with Filter Foundry 1.7:
26
 
29
 
27
-   Photoshop 3.0 (x86) through Photoshop CC 2019 (x64)
30
-   Photoshop 3.0 (x86) through Photoshop CC 2019 (x64)
Line 39... Line 42...
39
-   Windows 95, 98, and Me are supported, but 64-bit standalone filters cannot be created
42
-   Windows 95, 98, and Me are supported, but 64-bit standalone filters cannot be created
40
-   Linux using the emulator "Wine" is supported
43
-   Linux using the emulator "Wine" is supported
41
-   Macintosh is currently not supported
44
-   Macintosh is currently not supported
42
 
45
 
43
 
46
 
-
 
47
### Supported file formats
-
 
48
 
-
 
49
Filter Foundry support a variety of different file formats:
-
 
50
 
-
 
51
| File ext. | Description                                                                        |Make  |Save  |Load  |
-
 
52
|-----------|------------------------------------------------------------------------------------|------|------|------|
-
 
53
|AFS or TXT |Parameter file created by Filter Factory or Filter Foundry for Adobe Photoshop.     |      |Yes   |Yes   |
-
 
54
|8BF        |Adobe Photoshop plugin created by Filter Factory or Filter Foundry for Photoshop.   |Yes   |      |Yes(1)|
-
 
55
|PFF        |Parameter file created by Filter Factory or Transaction Factory for Adobe Premiere. |      |Yes   |Yes   |
-
 
56
|PRM        |Adobe Premiere plugin created by Filter/Transaction Factory for Adobe Premiere.     |      |      |Yes   |
-
 
57
|FFX        |"Filters Unlimited" file.                                                           |      |      |Yes(2)|
-
 
58
|TXT        |A text file created by "Plugin Commander" or "FFDecomp".                            |      |Yes(3)|Yes   |
-
 
59
 
-
 
60
(1) Loading is only possible if the 8BF file was created by Filter Factory, or by Filter Foundry without protection.
-
 
61
(2) Note that Filter Foundry only implements the basic Filter Factory commands. Therefore, most "Filters Unlimited" filters will not work with Filter Foundry.
-
 
62
(3) Title, Category, Author, Copyright, and Slider/Map names are left empty and must be added with a text editor.
-
 
63
 
-
 
64
 
44
### Donation
65
### Donation
45
 
66
 
46
If you use this program and like it, the original author Toby Thain asks to donate to his PayPal (5 USD suggested or what you think it is worth):
67
If you use this program and like it, the original author Toby Thain asks to donate to his PayPal (5 USD suggested or what you think it is worth):
47
 
68
 
48
[![](https://www.paypal.com/images/x-click-but04.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=toby%40telegraphics.com.au&item_name=FilterFoundry+plugin&item_number=filterfoundry&amount=5.00&image_url=http%3A%2F%2Fwww.telegraphics.com.au%2Fimg%2Ftlogo-paypal.gif&no_shipping=1&return=http%3A%2F%2Fwww.telegraphics.com.au%2Fsw%2Fthankyou.html&cn=Message+to+developer&currency_code=USD&tax=0)
69
[![](https://www.paypal.com/images/x-click-but04.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=toby%40telegraphics.com.au&item_name=FilterFoundry+plugin&item_number=filterfoundry&amount=5.00&image_url=http%3A%2F%2Fwww.telegraphics.com.au%2Fimg%2Ftlogo-paypal.gif&no_shipping=1&return=http%3A%2F%2Fwww.telegraphics.com.au%2Fsw%2Fthankyou.html&cn=Message+to+developer&currency_code=USD&tax=0)