All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.image.ImageFilter | +----Acme.JPM.Filters.ImageFilterPlus | +----Acme.JPM.Filters.RGBAllFilter | +----Acme.JPM.Filters.Oil
The oil transfer is described in "Beyond Photography" by Holzmann, chapter 4, photo 7. It's a sort of localized smearing. The parameter controls the size of the smeared area, with a default of 3.
This filter is very slow.
Fetch the software.
Fetch the entire Acme package.
public Oil(ImageProducer producer, int n)
public Oil(ImageProducer producer)
public void filterRGBAll(int width, int height, int rgbPixels[][])
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs