+ quantizedImage.quantizeImage(quantizeInfo));
System.out.println("Colors " + quantizedImage.getColors());
System.out.println("Total colors "
+ quantizedImage.getTotalColors());
quantizedImage.setFileName("quantized.png");
quantizedImage.writeImage(info);
// for (int i = 0; i < quantizedImage.getColors(); i++) {
// PixelPacket pp = quantizedImage.getColormap(i);
// System.out.println("Colormap[" + i + "] = (" + pp.getRed()
// + ", " + pp.getGreen() + ", " + pp.getBlue() + ")");
// }