Subversion Repositories filter_foundry

Rev

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

Rev Author Line No. Line
164 dmarschall 1
<!DOCTYPE HTML>
25 toby 2
<html>
2 toby 3
 
25 toby 4
<head>
164 dmarschall 5
        <title>FilterFoundry plugin for Photoshop</title>
6
        <link rel=stylesheet href="http://www.telegraphics.com.au/readme.css" type="text/css">
25 toby 7
</head>
2 toby 8
 
25 toby 9
<body>
2 toby 10
 
25 toby 11
<h2>FilterFoundry plugin for Photoshop</h2>
12
 
164 dmarschall 13
<p><i>Copyright 2003-2019 Toby Thain, <a href="mailto:toby@telegraphics.com.au">toby@telegraphics.com.au</a></i></p>
14
 
15
<p>Filter Foundry is a compatible replacement for Adobe Filter Factory.
16
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>.
56 toby 18
Several example effects come with Filter Factory.
25 toby 19
<!--This is a beta release, please check the README for limitations and
20
report any issues (especially inconsistencies with Filter Factory).-->
164 dmarschall 21
</p>
101 toby 22
 
23
<h3>Compatibility</h3>
24
 
25
<ul>
164 dmarschall 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>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>
29
        <li>The Gimp 2.2 with PSPI.exe extension (to run Photoshop .8bf files) - is NOT compatible.</li>
101 toby 30
</ul>
25 toby 31
 
164 dmarschall 32
<p>Please note the following:</p>
33
 
25 toby 34
<ul>
164 dmarschall 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>
36
        <li>The 68K Macintosh build requires 68020 or later CPU and FPU.</li>
25 toby 37
</ul>
2 toby 38
 
25 toby 39
<h3>Free software - donation requested</h3>
164 dmarschall 40
 
41
<p>This program is free software licensed under the terms of the
42
<a href="gpl.html">GNU General Public License</a>.</p>
43
 
44
<p>If you use this program and like it, please use <a href="http://www.paypal.com/">PayPal</a>
45
to send the author what you think it is worth (US$5 suggested):</p>
46
 
25 toby 47
<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
164 dmarschall 48
        <input type="hidden" name="cmd" value="_xclick">
49
        <input type="hidden" name="business" value="toby@telegraphics.com.au">
50
        <input type="hidden" name="item_name" value="FilterFoundry plugin">
51
        <input type="hidden" name="item_number" value="filterfoundry">
52
        <input type="hidden" name="amount" value="5.00">
53
        <input type="hidden" name="image_url" value="http://www.telegraphics.com.au/img/tlogo-paypal.gif">
54
        <input type="hidden" name="no_shipping" value="1">
55
        <input type="hidden" name="return" value="http://www.telegraphics.com.au/sw/thankyou.html">
56
        <input type="hidden" name="cn" value="Message to developer">
57
        <input type="hidden" name="currency_code" value="USD">
58
        <input type="hidden" name="tax" value="0">
59
        <input type="image" src="https://www.paypal.com/images/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
60
</form></p>
2 toby 61
 
25 toby 62
<h3>Confused, or having trouble?</h3>
63
 
164 dmarschall 64
<p>Don't hesitate to <a href="mailto:support@telegraphics.com.au">write to us</a>.</p>
65
 
25 toby 66
</body>
67
 
68
</html>