adorn commented on a change in pull request #58: [IMAGING-243] PNG Writer
Indexed Color with semi-transparent Pixels and Better Compression
URL: https://github.com/apache/commons-imaging/pull/58#discussion_r349085708
##########
File path: src/main/java/org/apache/commons/imaging/formats/png/PngWriter.java
##########
@@ -396,6 +363,7 @@ public void writeImage(final BufferedImage src, final
OutputStream os, Map<Strin
}
params.remove(ImagingConstants.PARAM_KEY_PIXEL_DENSITY);
params.remove(PngConstants.PARAM_KEY_PHYSICAL_SCALE);
+ params.remove(PngConstants.PARAM_KEY_PNG_DEFLATE_COMPRESSION_LEVEL);
Review comment:
Sorry didn't see your Pull Request
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services