Subversion Repositories filter_foundry

Rev

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

Rev Author Line No. Line
25 toby 1
<html>
2 toby 2
 
25 toby 3
<head>
4
<title>FilterFoundry plugin for Photoshop</title>
5
<link rel=stylesheet href="http://www.telegraphics.com.au/readme.css" type="text/css">
6
</head>
2 toby 7
 
25 toby 8
<body>
2 toby 9
 
25 toby 10
<h2>FilterFoundry plugin for Photoshop</h2>
11
<p>
12
<i>Copyright 2003-6 Toby Thain, <a href="mailto:toby@telegraphics.com.au">toby@telegraphics.com.au</a></i>
13
 
56 toby 14
<p>Filter Foundry is a compatible replacement for Adobe Filter Factory.
15
For information about how to use the Filter Factory-compatible interface,
16
see <a href="http://thepluginsite.com/knowhow/ffpg/ffpg.htm">The Filter Factory Programming Guide</a>.
17
Several example effects come with Filter Factory.
25 toby 18
<!--This is a beta release, please check the README for limitations and
19
report any issues (especially inconsistencies with Filter Factory).-->
101 toby 20
 
21
<h3>Compatibility</h3>
22
 
23
<ul>
24
<li>Photoshop 5.0 through CS3
25 toby 25
on Power&nbsp;Mac (OS&nbsp;X, Classic, OS&nbsp;9 and earlier), 68K&nbsp;Mac
26
and Windows.
101 toby 27
<li>IrfanView 4.0 - Make sure you read the IrfanView documentation
28
on how to load and run Adobe .8bf filters.
29
<li>The Gimp 2.2 with PSPI.exe extension (to run Photoshop .8bf files) - is
30
NOT compatible.
31
<li>JASC PSP 9, Corel's Paint Shop Pro XI - are compatible.
32
</ul>
25 toby 33
 
27 toby 34
<p>Please note the following:
2 toby 35
 
25 toby 36
<ul>
37
<li>Trig functions use the Mac Filter Factory definition,
2 toby 38
  a range of -1024..+1024 (rather than Windows FF's -512..+512).
39
  This is likely to be a user preference in future.
40
 
25 toby 41
<li>The 68K Macintosh build requires 68020 or later CPU and FPU.
42
</ul>
2 toby 43
 
25 toby 44
<h3>Free software - donation requested</h3>
45
<p>
56 toby 46
This program is free software licensed under the terms of the
47
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.
25 toby 48
If you use this program and like it, please use <a href="http://www.paypal.com/">PayPal</a>
49
to send the author what you think it is worth (US$5 suggested):
50
<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
51
<input type="hidden" name="cmd" value="_xclick">
52
<input type="hidden" name="business" value="toby@telegraphics.com.au">
2 toby 53
 
56 toby 54
<input type="hidden" name="item_name" value="FilterFoundry plugin">
25 toby 55
<input type="hidden" name="item_number" value="filterfoundry">
56
<input type="hidden" name="amount" value="5.00">
57
<input type="hidden" name="image_url" value="http://www.telegraphics.com.au/img/tlogo-paypal.gif">
58
<input type="hidden" name="no_shipping" value="1">
59
<input type="hidden" name="return" value="http://www.telegraphics.com.au/sw/thankyou.html">
60
<input type="hidden" name="cn" value="Message to developer">
61
<input type="hidden" name="currency_code" value="USD">
62
<input type="hidden" name="tax" value="0">
63
<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!">
64
</form>
65
 
66
<h3>Confused, or having trouble?</h3>
67
<p>
68
Don't hesitate to <a href="mailto:support@telegraphics.com.au">write to us</a>.
69
 
70
</body>
71
 
72
</html>