Subversion Repositories filter_foundry

Rev

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

Rev 167 Rev 192
Line 8... Line 8...
8
 
8
 
9
<body>
9
<body>
10
 
10
 
11
<h2>FilterFoundry plugin for Photoshop</h2>
11
<h2>FilterFoundry plugin for Photoshop</h2>
12
 
12
 
13
<p><i>Copyright 2003-2019 Toby Thain, <a href="mailto:toby@telegraphics.com.au">toby@telegraphics.com.au</a></i></p>
13
<p><i>Copyright 2003-2009 Toby Thain, <a href="mailto:toby@telegraphics.com.au">toby@telegraphics.com.au</a></i></p>
-
 
14
<p><i>Copyright 2018-2019 Daniel Marschall, <a href="https://www.daniel-marschall.de/">www.daniel-marschall.de</a></i></p>
14
 
15
 
15
<p>Filter Foundry is a compatible replacement for Adobe Filter Factory.
16
<p>Filter Foundry is a compatible replacement for Adobe Filter Factory.
16
For information about how to use the Filter Factory-compatible interface,
17
For information about how to use the Filter Factory-compatible interface,
17
see <a href="http://thepluginsite.com/knowhow/ffpg/ffpg.htm">The Filter Factory Programming Guide</a>.
18
see <a href="http://thepluginsite.com/knowhow/ffpg/ffpg.htm">The Filter Factory Programming Guide</a>.
18
Several example effects come with Filter Factory.
19
Several example effects come with Filter Factory.
Line 21... Line 22...
21
</p>
22
</p>
22
 
23
 
23
<h3>Compatibility</h3>
24
<h3>Compatibility</h3>
24
 
25
 
25
<ul>
26
<ul>
26
        <li>Tested with Photoshop 3.0 through CS6 on Power&nbsp;Mac (OS&nbsp;X, Classic, OS&nbsp;9 and earlier), 68K&nbsp;Mac and Windows.</li>
27
        <li>Tested with Photoshop 3.0 through CS6 on Power&nbsp;Mac (OS&nbsp;X, Classic, OS&nbsp;9 and earlier), 68K&nbsp;Mac, and Windows.<br>
-
 
28
        Filter Foundry 1.7 is currently not available for Mac.</li>
27
        <li>IrfanView 4.0 - Make sure you read the IrfanView documentation on how to load and run Adobe .8bf filters.</li>
29
        <li>IrfanView 4.0 - Make sure you read the IrfanView documentation on how to load and run Adobe .8bf filters.</li>
28
        <li>JASC PSP 9, Corel's Paint Shop Pro XI - are compatible.</li>
30
        <li>JASC PSP 9, Corel's Paint Shop Pro XI - are compatible.</li>
29
        <li>The Gimp 2.2 with PSPI.exe extension (to run Photoshop .8bf files) is compatible with Filter Foundry 1.7.</li>
31
        <li>The Gimp 2.2 with PSPI.exe extension (to run Photoshop .8bf files) is compatible with Filter Foundry 1.7.</li>
-
 
32
        <li>Serif PhotoPlus 6 is compatible with Filter Foundry 1.7.</li>
-
 
33
        <li>PluginCommander 1.62 is compatible with Filter Foundry 1.7.</li>
-
 
34
        <li>IrfanView 4.53 (32+64) is compatible with Filter Foundry 1.7.</li>
-
 
35
        <li>Paint.Net is compatible with Filter Foundry 1.7.</li>
-
 
36
        <li>... nearly all programs that can handle .8bf Photoshop Filters will work.</li>
30
</ul>
37
</ul>
31
 
38
 
32
<p>Please note the following:</p>
39
<p>Please note the following:</p>
33
 
40
 
34
<ul>
41
<ul>
35
        <li>Trig functions use the Mac Filter Factory definition, a range of -1024..+1024 (rather than Windows FF's -512..+512). This is likely to be a user preference in future.</li>
42
        <li>Trig functions use the Mac Filter Factory definition, a range of -1024..+1024 (rather than Windows FF's -512..+512). This is likely to be a user preference in the future.</li>
36
        <li>The 68K Macintosh build requires 68020 or later CPU and FPU.</li>
43
        <li>The 68K Macintosh build requires 68020 or later CPU and FPU.</li>
37
</ul>
44
</ul>
38
 
45
 
39
<h3>Free software - donation requested</h3>
46
<h3>Free software - donation requested</h3>
40
 
47