Jeremias Maerki wrote:
As you can see from the CVS messages I had to fix a few classes in the
images package. I wonder how you could test the whole thing with these
classes messed up. I got NPEs and such. Anyway, it's fixed now.
Well, I was testing JPEG functionality and the log changes were
only for exception handling which is what I was avoiding ;).
Also this change is also a bit old in my copy so most of the
development/testing was done a while ago.
On 15.08.2004 22:53:50 Thomas DeWeese wrote:
Hi guys,
Sorry, there was a mistake in the patch (resolved a conflict
wrong), use the attached one instead (you think you checked
everything...)
Thomas DeWeese wrote:
Hi guys,
These patches have nothing to do with your recent request for
more information about the PDFTranscoder. The most important
one is the fix for getPixelUnitToMillimeter which currently
causes PDF output to be the wrong size.
The other patches enable the JPEG code to work correctly
for JPEG files that have lots of long APP markers in them.
I think Photoshop and a few other apps can do this. It also
defers the creation of the original node until it absolutely
has to thus avoiding decoding the JPEG file and creating
the raster unless needed.
Let me know if you have any questions on either of these
and I will be looking to Jeremias's questions shortly.
Jeremias Maerki