DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2012-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

Glenn Adams  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #7 from Glenn Adams  2012-04-01 06:58:04 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2009-11-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

Jeremias Maerki  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Jeremias Maerki  2009-11-25 07:55:58 
UTC ---
So the code was basically already there (due to the JPEG CMYK support) and only
had to be enabled. Your patch could actually be further simplified. The check
for the component count is not necessary as that is done inside
ImageEncodingHelper already.

Patch applied: http://svn.apache.org/viewvc?rev=884159&view=rev
Thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2009-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

--- Comment #5 from Venkat Reddy  2009-11-23 
08:01:26 UTC ---
Created an attachment (id=24595)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24595)
Postscript output file after the changes

Please find the CMYK color space with the output file after the patch applied.

like ...

%AXGBeginBitmap: C:\mywork\JavaXSLTSamples\XSLFOSamples\cmykimage.jpg
{{
/RawData currentfile /ASCII85Decode filter def
/Data RawData << >> /DCTDecode filter def
/DeviceCMYK setcolorspace
<<
  /Decode [1 0 1 0 1 0 1 0]
  /Width 500
  /BitsPerComponent 8
  /ImageType 1
  /DataSource Data
  /ImageMatrix [500 0 0 300 0 0]
  /Height 300
>> image
} stopped {handleerror} if
  RawData flushfile
} exec

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2009-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

--- Comment #4 from Venkat Reddy  2009-11-23 
07:52:27 UTC ---
Please find that the code changes are in XMLGraphicsCommons project, the patch
should be applied to XMLGraphicsCommons and the
'xmlgraphics-commons-1.4svn.jar' should be placed in FopTrunk/lib to get the
desired output.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2009-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

--- Comment #3 from Venkat Reddy  2009-11-23 
07:45:48 UTC ---
Created an attachment (id=24594)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24594)
CMYK Tiff Image

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2009-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

--- Comment #2 from Venkat Reddy  2009-11-23 
07:45:02 UTC ---
Created an attachment (id=24592)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24592)
CMYK JPG image

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2009-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

--- Comment #1 from Venkat Reddy  2009-11-23 
07:44:10 UTC ---
Created an attachment (id=24591)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24591)
Input FO file

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 48264] [PATCH] PS Renderer failed to process images using CMYK color space

2009-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48264

Venkat Reddy  changed:

   What|Removed |Added

 CC||vanukuri.ven...@googlemail.
   ||com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.