Googulator opened a new pull request, #197: URL: https://github.com/apache/pdfbox/pull/197
The imageio-openjpeg doesn't implement raster reading, but PDFBox no longer relies on raster support, so just removing that check makes imageio-openjpeg work with PDFBox when the required native library is installed. However, when the native library is not installed, imageio-openjpeg indicates that it's not usable by returning null as the image reader. This needs to be checked to avoid NPEs merely from this library being installed without its native component. -- 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: dev-unsubscr...@pdfbox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org