mattcoz opened a new pull request, #371: URL: https://github.com/apache/pdfbox/pull/371
If the auto raster dpi is zero, the code fails when creating the buffered image with the following error: java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0 This change prevents that. The value of dpi here is always equal to rasterDpi when originally set to RASTERIZE_DPI_AUTO. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
