Subversion Repositories filter_foundry

Rev

Rev 308 | Rev 334 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
196 daniel-mar 1
 
220 daniel-mar 2
## Filter Foundry plugin for Photoshop
196 daniel-mar 3
 
237 daniel-mar 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.
196 daniel-mar 5
 
303 daniel-mar 6
Initially written by [Toby Thain](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.
196 daniel-mar 7
 
305 daniel-mar 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).
198 daniel-mar 9
 
304 daniel-mar 10
 
317 daniel-mar 11
### Windows version 1.7.0.8
196 daniel-mar 12
 
317 daniel-mar 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.com](https://www.viathinksoft.com/download/249/FilterFoundry.zip).
196 daniel-mar 14
 
220 daniel-mar 15
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!
196 daniel-mar 16
 
198 daniel-mar 17
 
237 daniel-mar 18
### Macintosh version 1.6b1
196 daniel-mar 19
 
237 daniel-mar 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/
196 daniel-mar 21
 
198 daniel-mar 22
 
196 daniel-mar 23
### Compatibility
24
 
220 daniel-mar 25
Filter Foundry works with nearly all programs that can handle ".8bf" Photoshop filters. Following hosts have been tested with Filter Foundry 1.7:
196 daniel-mar 26
 
271 daniel-mar 27
-   Photoshop 3.0 (x86) through Photoshop CC 2019 (x64)
28
-   IrfanView 4.53 (32/64 bit)
29
-   JASC PSP 9, Corel's Paint Shop Pro XI
224 daniel-mar 30
-   The Gimp 2.2 with [PSPI.exe](https://www.chip.de/downloads/PSPI-fuer-GIMP_37803068.html) extension to run Photoshop .8bf files
220 daniel-mar 31
-   Serif PhotoPlus 6
32
-   PluginCommander 1.62 (Revision 2)
224 daniel-mar 33
-   Paint.Net using [PSFilterPdn](https://github.com/0xC0000054/PSFilterPdn) to run Photoshop .8bf files
196 daniel-mar 34
 
317 daniel-mar 35
Operating systems:
196 daniel-mar 36
 
317 daniel-mar 37
-   Windows NT4, 2000, XP, Vista, 7, 8, 8.1, and 10 are fully compatible (32- and 64-bit)
38
-   Windows 95, 98, Me: Supported, but 64-bit standalone filters cannot be created
39
-   Macintosh currently not supported
40
-   Linux (Wine) not tested
196 daniel-mar 41
 
317 daniel-mar 42
 
196 daniel-mar 43
### Donation
44
 
317 daniel-mar 45
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):
198 daniel-mar 46
 
196 daniel-mar 47
[![](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)
48
 
198 daniel-mar 49
 
196 daniel-mar 50
### License
51
 
52
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.
53
 
54
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.