gwlucastrig opened a new pull request #210:
URL: https://github.com/apache/commons-imaging/pull/210


   This change enhances the PngWriter class and PngImagingParameters class to 
allow the use of predictors. This change should reduce the size of output 
images written in PNG format. The resulting images will carry exactly the same 
data. There will be no loss of pixels or image quality. But the results will be 
smaller than those currently produced by either Imaging or Java's ImageIO class.
   
   The default setting for PngImagingParameters is currently to not apply a 
predictor. So it is consistent with the existing behavior.
   
   I am going to let this run through the build process.  When I see how the 
coverage analysis plays out, I will write a new JUnit test (if necessary) and 
submit it as part of this 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to