Allow resolution to be defined when calling ImageIOUtil.writeImage
------------------------------------------------------------------

                 Key: PDFBOX-1246
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1246
             Project: PDFBox
          Issue Type: Improvement
          Components: Utilities
    Affects Versions: 1.6.0
         Environment: All
            Reporter: Josh Brackett
            Priority: Trivial
         Attachments: ImageIOUtilPatch.rtf

I would like to call the method

private static boolean writeImage(BufferedImage image, String imageFormat, 
Object outputStream, int resolution)

but it's private.

The easiest solution in my mind would be just to change this method to a public 
method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to