Subversion Repositories filter_foundry

Rev

Rev 20 | 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
 
14
<p>Filter Foundry is a compatible replacement for Adobe Filter Factory. For information about how to use the Filter Factory-compatible interface, see <a href="http://thepluginsite.com/knowhow/ffpg/ffpg.htm">The Filter Factory Programming Guide</a>. Several example effects come with Filter Factory.
15
<!--This is a beta release, please check the README for limitations and
16
report any issues (especially inconsistencies with Filter Factory).-->
17
<p>It works with Photoshop 3.0-7.0, CS and CS2
18
on Power&nbsp;Mac (OS&nbsp;X, Classic, OS&nbsp;9 and earlier), 68K&nbsp;Mac
19
and Windows.
20
 
21
<p>
22
For more information, see
23
<a href="http://thepluginsite.com/knowhow/ffpg/ffpg.htm">thepluginsite.com</a>.
24
 
25
Please note the following:
2 toby 26
 
25 toby 27
<ul>
28
<li>Trig functions use the Mac Filter Factory definition,
2 toby 29
  a range of -1024..+1024 (rather than Windows FF's -512..+512).
30
  This is likely to be a user preference in future.
31
 
25 toby 32
<li>The 68K Macintosh build requires 68020 or later CPU and FPU.
33
</ul>
2 toby 34
 
25 toby 35
<h3>Free software - donation requested</h3>
36
<p>
37
This program is free software licensed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.
38
If you use this program and like it, please use <a href="http://www.paypal.com/">PayPal</a>
39
to send the author what you think it is worth (US$5 suggested):
40
<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
41
<input type="hidden" name="cmd" value="_xclick">
42
<input type="hidden" name="business" value="toby@telegraphics.com.au">
2 toby 43
 
25 toby 44
<input type="hidden" name="item_name" value="Windows Icon format plugin">
45
<input type="hidden" name="item_number" value="filterfoundry">
46
<input type="hidden" name="amount" value="5.00">
47
<input type="hidden" name="image_url" value="http://www.telegraphics.com.au/img/tlogo-paypal.gif">
48
<input type="hidden" name="no_shipping" value="1">
49
<input type="hidden" name="return" value="http://www.telegraphics.com.au/sw/thankyou.html">
50
<input type="hidden" name="cn" value="Message to developer">
51
<input type="hidden" name="currency_code" value="USD">
52
<input type="hidden" name="tax" value="0">
53
<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!">
54
</form>
55
 
56
<h3>Confused, or having trouble?</h3>
57
<p>
58
Don't hesitate to <a href="mailto:support@telegraphics.com.au">write to us</a>.
59
 
60
</body>
61
 
62
</html>