Subversion Repositories filter_foundry

Rev

Rev 27 | 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).-->
20
<p>It works with Photoshop 3.0-7.0, CS and CS2
21
on Power&nbsp;Mac (OS&nbsp;X, Classic, OS&nbsp;9 and earlier), 68K&nbsp;Mac
22
and Windows.
23
 
27 toby 24
<p>Please note the following:
2 toby 25
 
25 toby 26
<ul>
27
<li>Trig functions use the Mac Filter Factory definition,
2 toby 28
  a range of -1024..+1024 (rather than Windows FF's -512..+512).
29
  This is likely to be a user preference in future.
30
 
25 toby 31
<li>The 68K Macintosh build requires 68020 or later CPU and FPU.
32
</ul>
2 toby 33
 
25 toby 34
<h3>Free software - donation requested</h3>
35
<p>
56 toby 36
This program is free software licensed under the terms of the
37
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.
25 toby 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
 
56 toby 44
<input type="hidden" name="item_name" value="FilterFoundry plugin">
25 toby 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>