DO NOT REPLY [Bug 48237] afp renderer does not respect image color settings for svg

2009-12-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48237

--- Comment #6 from Peter Hancock peter.hanc...@gmail.com 2009-12-17 06:08:15 
UTC ---
Created an attachment (id=24725)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24725)
patch of proposed fix

Implements a grayscale color conversion utility that is used when setting the
color value on the GOCA stream whilst rendering SVG to AFP in grayscale.

WARNING 
This patch will depend upon an update to xmlgraphics-commons that includes the
patch defined in Attachment #24724  of bug 48405

-- 
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 48237] afp renderer does not respect image color settings for svg

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

--- Comment #5 from Chris Bowditch bowditch_ch...@hotmail.com 2009-11-26 
00:24:13 UTC ---
Jeremias,

our local B+W AFP Printer handles this and converts the colour SVG to B+W on
the fly. However, one of our customers with B+W Printers said the AFP failed to
print due to the colour in the GOCA objects. We believe this is a bug and
should be fixed.

Thanks,

Chris

-- 
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 48237] afp renderer does not respect image color settings for svg

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

--- Comment #3 from Venkat Reddy vanukuri.ven...@googlemail.com 2009-11-25 
07:39:33 UTC ---
I have checked this bug with FOP 0.95 version initially, but later understood
that FOPTrunk is having this problem instead of FOP 0.95.

The Bitmaps are rendering according the image mode configuration (either b+w or
color) in both FOP 0.95 and FOPTrunk. 

The problem is with SVGs, the image mode is not respected in case of SVGs in
FOPTrunk. 

So, It is a valid bug in FOPTrunk

-- 
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 48237] afp renderer does not respect image color settings for svg

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

--- Comment #4 from Jeremias Maerki jerem...@apache.org 2009-11-25 12:10:42 
UTC ---
Peter, I understand the bug report (all colors should ideally be transformed to
grayscales when AFP output is configured to 8bit grayscales), but what I'm
curious about is whether the current behaviour actually caused a problem on
your side. So far I have no reports that the colors cause any problems. The
systems seem to be able to handle them correctly, even on a monochrome system.
Only the bitmap images are currently reduced in color depth most of all because
that has a huge impact on file size.

-- 
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 48237] afp renderer does not respect image color settings for svg

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

--- Comment #1 from Venkat Reddy vanukuri.ven...@googlemail.com 2009-11-24 
08:58:35 UTC ---
Hi Peter,

There is no bug with this functionality. You can have a look at the FO file
that I have used...

1. Update the configuration file for the image mode (b+w  or  color)
2. Run the following command from the command prompt...
C:\mywork\FOP\fop-0.95 fop -c C:\fop.xconf -fo
C:\mywork\JavaXSLTSamples\XSLFOSamples\hello.fo -afp
C:\mywork\JavaXSLTSamples\XSLFOSamples\hellotest.afp

According to the mode, the image will be rendered with color or black and
white...

Thanks,
Venkat.

-- 
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 48237] afp renderer does not respect image color settings for svg

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

--- Comment #2 from Venkat Reddy vanukuri.ven...@googlemail.com 2009-11-24 
08:59:36 UTC ---
Created an attachment (id=24606)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24606)
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.