Re: JPEG images in Postscript

2003-07-11 Thread Jeremias Maerki
On 07.07.2003 10:28:59 Chris Bowditch wrote: I'm currently figuring out how best to solve this. I'm looking at the code from jpeg2ps which doesn't seem to have a problem with these JPEG files. The code in there is made to ignore any trailing bytes but processes the whole stream twice if I

Re: JPEG images in Postscript

2003-07-07 Thread Chris Bowditch
From: Jeremias Maerki [EMAIL PROTECTED] Moving to fop-dev because it gets technical... :-) I'm currently figuring out how best to solve this. I'm looking at the code from jpeg2ps which doesn't seem to have a problem with these JPEG files. The code in there is made to ignore any trailing bytes

Re: JPEG images in Postscript

2003-07-04 Thread Jeremias Maerki
Moving to fop-dev because it gets technical... After a lot of searching I think I know what's wrong. It's not the ASCII-85 filter behaving wrong. Chris' JPEG images contain trailing zero's after the FFD9 (EOI, end of image marker) which fill the images up to 16384 bytes. Now, I guess the error