Bug 690416 - color handling for rastergraphics inverted (on B&W device)
Summary: color handling for rastergraphics inverted (on B&W device)
Status: NOTIFIED DUPLICATE of bug 690327
Alias: None
Product: GhostPCL
Classification: Unclassified
Component: PCL interpreter (show other bugs)
Version: master
Hardware: PC Windows 2000
: P2 normal
Assignee: Henry Stiles
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 04:07 UTC by norbert.janssen
Modified: 2011-09-18 21:46 UTC (History)
0 users

See Also:
Customer: 661
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description norbert.janssen 2009-04-14 04:07:07 UTC
When printing attached 'invertedlogo.pcl' on an HP LJ4100 it prints a logo
(white box, with the black text 'MetLife').
However, the trunk GhostPDL (latest version) prints the logo inverted (i.e.
black box, with white text 'MetLife').

This is probably because color commands are handled differently on a black&white
device. I.e. it is correctly printed on a x11, and inverted on an x11mono.
Also bitdevice (our targetdevice) is inverted.

obj/pcl6 -sDEVICE=bit -r72 -sOutputFile=page.bit invertedlogo.pcl
prepend a 'P4 header' and view result as a pbm.
Comment 1 norbert.janssen 2009-04-14 04:10:28 UTC
Created attachment 4928 [details]
invertedlogo.pcl

testfile for printing a logo (rastergraphics).
Should be printing a black text: MetLife
obj/pcl6 -sDEVICE=x11 invertedlogo.pcl
or
obj/pcl6 -sDEVICE=bit -r72 -sOutputFile=tmp invertedlogo.pcl
and prepend a 'P4' header.
Comment 2 Henry Stiles 2009-04-16 13:19:51 UTC

*** This bug has been marked as a duplicate of 690327 ***
Comment 3 Marcos H. Woehrmann 2011-09-18 21:46:18 UTC
Changing customer bugs that have been resolved more than a year ago to closed.