HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › 12-bit JPEG › Re: Re: 12-bit JPEG
August 10, 2011 at 07:23
#28633
Steve, there is a big probability the image format is supported by JAI library. If so, you may implement a custom resource loader, which reads the JPEG (using JAI library), and converts it on a fly to any PD4ML-friendly image format.
I’ve attached a sample of TIFF loader to start the implementation from.