|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.sjit.ColorQuantize
public class ColorQuantize
Constructor Summary | |
---|---|
ColorQuantize()
|
Method Summary | |
---|---|
static int[] |
quantizeImage(int[][] pixels,
int max_colors)
Reduce the image to the given number of colors. |
static void |
reduce(java.awt.image.BufferedImage bi)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorQuantize()
Method Detail |
---|
public static void reduce(java.awt.image.BufferedImage bi)
public static int[] quantizeImage(int[][] pixels, int max_colors)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |