Search found 2 matches

by g1fred
Wed Apr 27, 2005 2:30 pm
Forum: Resources & Galleries
Topic: A batch of new filters
Replies: 1
Views: 27644

A batch of new filters

've made a number of FF filters for use with Photoshop and After Effects and have them on my web site, http://www.gwhite.us/design/ Navigate to the image filters page. The Blur Threshold filter in particular is very useful for reducing noise and jpeg artifacts without blurring edge detail. There is ...
by g1fred
Fri Apr 18, 2003 12:25 pm
Forum: Photoshop-compatible Plugins
Topic: using get() with set variables
Replies: 3
Views: 12589

using get() with set variables

r=put(c,i), get(d)+(ctl(0)) g=get(i) b=get(i) a=a I have been working on a filter and had been getting results from the code that I could not understand. The filter is using multiple put and get statements, and I guess as a carryover from other work I was using i as the holder for a put statement. S...