Subversion Repositories filter_foundry

Rev

Rev 167 | 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
 
192 daniel-mar 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>
164 dmarschall 15
 
16
<p>Filter Foundry is a compatible replacement for Adobe Filter Factory.
17
For information about how to use the Filter Factory-compatible interface,
18
see <a href="http://thepluginsite.com/knowhow/ffpg/ffpg.htm">The Filter Factory Programming Guide</a>.
56 toby 19
Several example effects come with Filter Factory.
25 toby 20
<!--This is a beta release, please check the README for limitations and
21
report any issues (especially inconsistencies with Filter Factory).-->
164 dmarschall 22
</p>
101 toby 23
 
24
<h3>Compatibility</h3>
25
 
26
<ul>
192 daniel-mar 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>
164 dmarschall 29
        <li>IrfanView 4.0 - Make sure you read the IrfanView documentation on how to load and run Adobe .8bf filters.</li>
30
        <li>JASC PSP 9, Corel's Paint Shop Pro XI - are compatible.</li>
167 dmarschall 31
        <li>The Gimp 2.2 with PSPI.exe extension (to run Photoshop .8bf files) is compatible with Filter Foundry 1.7.</li>
192 daniel-mar 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>
101 toby 37
</ul>
25 toby 38
 
164 dmarschall 39
<p>Please note the following:</p>
40
 
25 toby 41
<ul>
192 daniel-mar 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>
164 dmarschall 43
        <li>The 68K Macintosh build requires 68020 or later CPU and FPU.</li>
25 toby 44
</ul>
2 toby 45
 
25 toby 46
<h3>Free software - donation requested</h3>
164 dmarschall 47
 
48
<p>This program is free software licensed under the terms of the
49
<a href="gpl.html">GNU General Public License</a>.</p>
50
 
51
<p>If you use this program and like it, please use <a href="http://www.paypal.com/">PayPal</a>
52
to send the author what you think it is worth (US$5 suggested):</p>
53
 
25 toby 54
<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
164 dmarschall 55
        <input type="hidden" name="cmd" value="_xclick">
56
        <input type="hidden" name="business" value="toby@telegraphics.com.au">
57
        <input type="hidden" name="item_name" value="FilterFoundry plugin">
58
        <input type="hidden" name="item_number" value="filterfoundry">
59
        <input type="hidden" name="amount" value="5.00">
60
        <input type="hidden" name="image_url" value="http://www.telegraphics.com.au/img/tlogo-paypal.gif">
61
        <input type="hidden" name="no_shipping" value="1">
62
        <input type="hidden" name="return" value="http://www.telegraphics.com.au/sw/thankyou.html">
63
        <input type="hidden" name="cn" value="Message to developer">
64
        <input type="hidden" name="currency_code" value="USD">
65
        <input type="hidden" name="tax" value="0">
66
        <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!">
67
</form></p>
2 toby 68
 
25 toby 69
<h3>Confused, or having trouble?</h3>
70
 
164 dmarschall 71
<p>Don't hesitate to <a href="mailto:support@telegraphics.com.au">write to us</a>.</p>
72
 
25 toby 73
</body>
74
 
75
</html>