RE: Extracting/rendering jp2?

2016-11-10 Thread Allison, Timothy B.
Thank you! -Original Message- From: Tilman Hausherr [mailto:thaush...@t-online.de] Sent: Thursday, November 10, 2016 12:33 AM To: users@pdfbox.apache.org Subject: Re: Extracting/rendering jp2? Am 10.11.2016 um 04:29 schrieb Allison, Timothy B.: >>> private static final

Re: Extracting/rendering jp2?

2016-11-09 Thread Tilman Hausherr
Am 10.11.2016 um 04:29 schrieb Allison, Timothy B.: private static final List JP2 = Arrays.asList(COSName.JPX_DECODE); Apologies for the ignorance of how inline images are stored, but is there an equivalent for png or tiff? Or, do we have to decode and re-encode those? There is no

RE: Extracting/rendering jp2?

2016-11-09 Thread Allison, Timothy B.
Got it. Thank you! -Original Message- From: Tilman Hausherr [mailto:thaush...@t-online.de] Sent: Wednesday, November 9, 2016 3:38 PM To: users@pdfbox.apache.org Subject: Re: Extracting/rendering jp2? Am 09.11.2016 um 21:26 schrieb Allison, Timothy B.: >> what do you need? The

Re: Extracting/rendering jp2?

2016-11-09 Thread Tilman Hausherr
Am 09.11.2016 um 21:26 schrieb Allison, Timothy B.: what do you need? The image in any format (e.g. png), or the image in the original JP2 compression? Ideally the original JP2 compression. And if you're using ImageIOUtil.writeImage(), what is the parameter in suffix? If it is JP2, then

RE: Extracting/rendering jp2?

2016-11-09 Thread Allison, Timothy B.
>what do you need? The image in any format (e.g. png), or the image in the >original JP2 compression? Ideally the original JP2 compression. >And if you're using ImageIOUtil.writeImage(), what is the parameter in suffix? >If it is JP2, then you'd need to have some plugin for it. jpx >So it