cvs commit: xml-fop/src/org/apache/fop/image JpegImage.java

2003-07-27 Thread vmote
vmote 2003/07/27 15:10:41 Modified:src/org/apache/fop/image Tag: fop-0_20_2-maintain JpegImage.java Log: Apply patch from Ben Galbraith. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21420 For files with the APPE marker, digs a little deeper to t

Re: cvs commit: xml-fop/src/org/apache/fop/image JpegImage.java

2002-11-13 Thread Keiron Liddle
On Tue, 2002-11-12 at 09:26, Keiron Liddle wrote: > On Mon, 2002-11-11 at 19:30, [EMAIL PROTECTED] wrote: > > Log: > > Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301) > > Submitted by: Stephan Neuhaus <[EMAIL PROTECTED]> > > I tried this change with the trunk code

cvs commit: xml-fop/src/org/apache/fop/image JpegImage.java

2002-11-13 Thread keiron
keiron 2002/11/13 00:25:59 Modified:src/org/apache/fop/image JpegImage.java Log: Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301) Submitted by: Stephan Neuhaus <[EMAIL PROTECTED]> changed so that java ICC profile could load it and fixed some style er

Re: cvs commit: xml-fop/src/org/apache/fop/image JpegImage.java

2002-11-12 Thread Christian Geisert
Keiron Liddle wrote: I tried this change with the trunk code and I get an exception "java.lang.IllegalArgumentException: Invalid ICC Profile Data". The trunk code uses the java ICC profile to load and store the data. Even though it eventually simply gets the original data to write into the pdf do

Re: cvs commit: xml-fop/src/org/apache/fop/image JpegImage.java

2002-11-12 Thread Keiron Liddle
On Mon, 2002-11-11 at 19:30, [EMAIL PROTECTED] wrote: > Log: > Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301) > Submitted by: Stephan Neuhaus <[EMAIL PROTECTED]> I tried this change with the trunk code and I get an exception "java.lang.IllegalArgumentException: I

cvs commit: xml-fop/src/org/apache/fop/image JpegImage.java

2002-11-11 Thread chrisg
chrisg 2002/11/11 10:30:15 Modified:.Tag: fop-0_20_2-maintain CHANGES src/org/apache/fop/image Tag: fop-0_20_2-maintain JpegImage.java Log: Fixed problem with jpegs with icc profile and acrobat reader 5 (Bug #11301) Submitted by: Step