Subversion Repositories filter_foundry

Rev

Rev 549 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 549 Rev 560
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.
4
Filter Foundry is a compatible replacement for Adobe Filter Factory.
5
 
5
 
6
Initially written by Toby Thain ([Telegraphics](https://www.telegraphics.net/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.net/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
 
8
 
9
### Windows version 1.7.0.21
9
### Windows version 1.7.0.21
10
 
10
 
11
Filter Foundry 1.7 comes with a 32-Bit Windows plugin (FilterFoundry.8bf) and a 64-Bit Windows plugin (FilterFoundry64.8bf) which can both be downloaded at [ViaThinkSoft](https://www.viathinksoft.com/download/249/FilterFoundry.zip) or from the [Releases folder](https://github.com/danielmarschall/filter_foundry/tree/master/releases).
11
Filter Foundry 1.7 comes with a 32-Bit Windows plugin (FilterFoundry.8bf) and a 64-Bit Windows plugin (FilterFoundry64.8bf) which can both be downloaded at [ViaThinkSoft](https://www.viathinksoft.com/download/249/FilterFoundry.zip) or from the [Releases folder](https://github.com/danielmarschall/filter_foundry/tree/master/releases).
12
 
12
 
13
To install the plugin to Photoshop, simply place the appropriate 8BF file into the **Plug-Ins\Filters** subdirectory of your Adobe Photoshop program files path and restart Photoshop. For other host applications like GIMP, look at the manual on how to install ".8bf" Photoshop filters. If you have reports whether or whether not Filter Foundry works on a non-Photoshop host application, please send us a message!
13
To install the plugin to Photoshop, simply place the appropriate 8BF file into the **Plug-Ins\Filters** subdirectory of your Adobe Photoshop program files path and restart Photoshop. For other host applications like GIMP, look at the manual on how to install ".8bf" Photoshop filters. If you have reports whether or whether not Filter Foundry works on a non-Photoshop host application, please send us a message!
14
 
14
 
15
 
15
 
16
### Macintosh version 1.6b1
16
### Macintosh version 1.6b1
17
 
17
 
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.net/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.net/sw/
19
 
19
 
20
 
20
 
21
### Documentation
21
### Documentation
22
 
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).
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
 
24
 
25
You can find more examples in the ["examples" directory](https://github.com/danielmarschall/filter_foundry/tree/master/examples) and in the [The Filter Factory Programming Guide](https://thepluginsite.com/knowhow/ffpg/ffpg.htm) written by Werner D. Streidt.
25
You can find more examples in the ["examples" directory](https://github.com/danielmarschall/filter_foundry/tree/master/examples) and in the [The Filter Factory Programming Guide](https://thepluginsite.com/knowhow/ffpg/ffpg.htm) written by Werner D. Streidt.
26
 
26
 
27
 
27
 
28
### Compatibility
28
### Compatibility
29
 
29
 
30
Filter Foundry works with nearly all programs that can handle ".8bf" Photoshop filters.
30
Filter Foundry works with nearly all programs that can handle ".8bf" Photoshop filters.
31
 
31
 
32
The following hosts have been tested with Filter Foundry 1.7:
32
The following hosts and/or code emulators have been tested with Filter Foundry 1.7:
33
 
33
 
34
-   Photoshop 3.0.0 (32 bit) through Photoshop 2024 (64 bit)
34
-   Photoshop 3.0.0 (32 bit) through Photoshop 2024 (64 bit)
35
-   IrfanView 4.53 (32/64 bit)
35
-   IrfanView 4.53 (32/64 bit)
36
-   JASC PSP 9, Corel's Paint Shop Pro XI
36
-   JASC PSP 9, Corel's Paint Shop Pro XI
37
-   The Gimp 2.2 with [PSPI.exe](https://www.chip.de/downloads/PSPI-fuer-GIMP_37803068.html) extension to run Photoshop .8bf files
37
-   The Gimp 2.2 with [PSPI.exe](https://www.chip.de/downloads/PSPI-fuer-GIMP_37803068.html) extension to run Photoshop .8bf files
38
-   Serif PhotoPlus 6
38
-   Serif PhotoPlus 6
39
-   PluginCommander 1.62 (Revision 2)
39
-   PluginCommander 1.62 (Revision 2)
40
-   Paint.Net using [PSFilterPdn](https://github.com/0xC0000054/PSFilterPdn)
40
-   Paint.Net using [PSFilterPdn](https://github.com/0xC0000054/PSFilterPdn)
41
-   [pdn-filter-factory](https://github.com/0xC0000054/pdn-filter-factory) (code emulator)
41
-   [pdn-filter-factory](https://github.com/0xC0000054/pdn-filter-factory) (code emulator)
42
-   I.C.NET Plugin-Manager 2.x (code emulator)
42
-   I.C.NET Plugin-Manager 2.x (code emulator)
43
-   Filters Unlimited (code emulator)
43
-   Filters Unlimited (code emulator)
44
-   Plugin Galaxy (code emulator)
44
-   Plugin Galaxy (code emulator)
45
 
45
 
46
Operating systems:
46
Operating systems:
47
 
47
 
48
-   Windows 95, 98, Me, NT4, 2000, XP, Vista, 7, 8, 8.1, 10, and 11 are fully compatible (32- and 64-bit)
48
-   Windows 95, 98, Me, NT4, 2000, XP, Vista, 7, 8, 8.1, 10, and 11 are fully compatible (32- and 64-bit)
49
-   Windows 3.11 (using Win32s), Windows NT 3.1 and Windows NT 3.5x are compatible (but without preview panning and help button does not work)
49
-   Windows 3.11 (using Win32s), Windows NT 3.1 and Windows NT 3.5x are compatible (but without preview panning and help button does not work)
50
-   Linux using the emulator "Wine" is supported
50
-   Linux using the emulator "Wine" is supported
51
-   Macintosh is currently not supported
51
-   Macintosh is currently not supported
52
 
52
 
53
 
53
 
54
### Supported file formats
54
### Supported file formats
55
 
55
 
56
Filter Foundry support a variety of different file formats:
56
Filter Foundry support a variety of different file formats:
57
 
57
 
58
| File ext.  | Description                                                                        |Make  |Save  |Load  |
58
| File ext.  | Description                                                                        |Make  |Save  |Load  |
59
|------------|------------------------------------------------------------------------------------|------|------|------|
59
|------------|------------------------------------------------------------------------------------|------|------|------|
60
|AFS or TXT  |Parameter file created by Filter Foundry or Filter Factory for Adobe Photoshop.     |      |Yes   |Yes   |
60
|AFS or TXT  |Parameter file created by Filter Foundry or Filter Factory for Adobe Photoshop.     |      |Yes   |Yes   |
61
|8BF         |Adobe Photoshop plugin created by Filter Factory or Filter Foundry for Photoshop.   |Yes   |      |Yes(1)|
61
|8BF         |Adobe Photoshop plugin created by Filter Factory or Filter Foundry for Photoshop.   |Yes   |      |Yes(1)|
62
|PFF         |Parameter file created by Filter Factory or Transaction Factory for Adobe Premiere. |      |Yes   |Yes   |
62
|PFF         |Parameter file created by Filter Factory or Transaction Factory for Adobe Premiere. |      |Yes   |Yes   |
63
|PRM         |Adobe Premiere plugin created by Filter/Transaction Factory for Adobe Premiere.     |      |      |Yes   |
63
|PRM         |Adobe Premiere plugin created by Filter/Transaction Factory for Adobe Premiere.     |      |      |Yes   |
64
|FFX         |"Filters Unlimited" file.                                                           |      |      |Yes(2)|
64
|FFX         |"Filters Unlimited" file.                                                           |      |      |Yes(2)|
65
|TXT         |A text file created by "Plugin Commander" or "FFDecomp".                            |      |Yes(3)|Yes   |
65
|TXT         |A text file created by "Plugin Commander" or "FFDecomp".                            |      |Yes(3)|Yes   |
66
|GUF         |A filter file created by "GIMP UserFilter".                                         |      |Yes   |Yes(2)|
66
|GUF         |A filter file created by "GIMP UserFilter".                                         |      |Yes   |Yes(2)|
67
|FFL         |"Filter Factory Library" by "Plugin Commander".                                     |      |      |Yes(4)|
67
|FFL         |"Filter Factory Library" by "Plugin Commander".                                     |      |      |Yes(4)|
68
|BIN or RSRC |Standalone filter created by Filter Factory/Foundry for Mac.                        |      |      |Yes   |
68
|BIN or RSRC |Standalone filter created by Filter Factory/Foundry for Mac.                        |      |      |Yes   |
69
 
69
 
70
Currently not supported are FFP (FilterMeister) files.
70
Currently not supported are FFP (FilterMeister) files.
71
 
71
 
72
(1) Loading is only possible if the 8BF file was created by Filter Factory, or by Filter Foundry without protection.
72
(1) Loading is only possible if the 8BF file was created by Filter Factory, or by Filter Foundry without protection.
73
 
73
 
74
(2) Note that Filter Foundry only implements the basic Filter Factory commands. Therefore, most "Filters Unlimited" filters as well as some "GIMP UserFilter" filters will not work with Filter Foundry.
74
(2) Note that Filter Foundry only implements the basic Filter Factory commands. Therefore, most "Filters Unlimited" filters as well as some "GIMP UserFilter" filters will not work with Filter Foundry.
75
 
75
 
76
(3) Title, Category, Author, Copyright, and Slider/Map names are left empty and must be added using a text editor.
76
(3) Title, Category, Author, Copyright, and Slider/Map names are left empty and must be added using a text editor.
77
 
77
 
78
(4) The FFL files only be extracted, so they can be read afterwards.
78
(4) The FFL files are automatically extracted into TXT files, so that you can read the TXT files in the next step.
79
 
79
 
80
 
80
 
81
### Donation
81
### Donation
82
 
82
 
83
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):
83
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):
84
 
84
 
85
[![](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)
85
[![](https://www.paypal.com/images/x-click-but04.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=toby%40telegraphics.net&item_name=FilterFoundry+plugin&item_number=filterfoundry&amount=5.00&image_url=http%3A%2F%2Fwww.telegraphics.net%2Fimg%2Ftlogo-paypal.gif&no_shipping=1&return=http%3A%2F%2Fwww.telegraphics.net%2Fsw%2Fthankyou.html&cn=Message+to+developer&currency_code=USD&tax=0)
86
 
86
 
87
 
87
 
88
### License
88
### License
89
 
89
 
90
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by  the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
90
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by  the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
91
 
91
 
92
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
92
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.