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.Shrink
Shrinks an image an integral factor by averaging pixels. Because the resulting pixels might not fit into the input's color model, the output is always in the default RGB color model. This filter is somewhat slow.
Fetch the software.
Fetch the entire Acme package.
public Shrink(ImageProducer producer, int divisor)
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