de.schwarzrot.image.support
Class ImageUtils
java.lang.Object
de.schwarzrot.image.support.ImageUtils
public class ImageUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageUtils
public ImageUtils()
rgb2Indexed
public static BufferedImage rgb2Indexed(BufferedImage image)
rgb2Indexed
public static BufferedImage rgb2Indexed(BufferedImage image,
int numColors)
createIndexColorModel
protected static IndexColorModel createIndexColorModel(int[] palette,
int numColors)
getPixels
protected static int[][] getPixels(Image image)
throws IOException
- Snag the pixels from an image. (taken from TestQuantize.java)
version 0.90 19 Sep 2000 author Adam
Doppelt
- Throws:
IOException
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.