Bug 692074

Summary: Regression: Cups output negative for some files starting with r12232
Product: Ghostscript Reporter: Marcos H. Woehrmann <marcos.woehrmann>
Component: ColorAssignee: Michael Vrhel <michael.vrhel>
Status: RESOLVED FIXED    
Severity: blocker CC: till.kamppeter
Priority: P1    
Version: master   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---
Attachments: readcups.c

Description Marcos H. Woehrmann 2011-03-16 03:33:19 UTC
See the summary :-)

Sample command line:

  ./bin/gs -sDEVICE=cups -dcupsColorSpace=0 -r300 -o test.cups ../fts_25_2523.pdf

Cups output files written in cupsColorSpace=0 can be converted to ppmraw via a small program I wrote which I'll attach (it requires libcupsimage.a, so probably only runs on Linux).
Comment 2 Marcos H. Woehrmann 2011-03-16 04:51:21 UTC
Created attachment 7375 [details]
readcups.c

To compile use:

  cc -o readcups readcups.c -lcupsimage

Requires the libcupsimage2-dev package (and probably libcups2-dev).