@@ -27,8 +27,7 @@ public class ImageUtils {
.outputFormat("png")
.asBufferedImage();
bufferedImage.flush();
- PngQuant pngQuant = new PngQuant();
- return pngQuant.getRemapped(img);
+ return img;
}
public static void main(String[] args) throws IOException {