4 import java.awt.image.*;
14 private static boolean doScaling =
true;
45 throw new IllegalArgumentException(
"Unsupported conversion");
57 throw new IllegalArgumentException(
"Unsupported conversion");
78 throw new IllegalArgumentException(
"Image must be RGB");
79 if (nColors<2) nColors = 2;
80 if (nColors>256) nColors = 256;
85 int width = imp.getWidth();
86 int height = imp.getHeight();
93 long start = System.currentTimeMillis();
102 doScaling = scaleConversions;