Summary: | read ColorSpace and BitsPerComponent from JPX data | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Ralph Giles <ralph.giles> |
Component: | Graphics Library | Assignee: | Alex Cherepanov <alex> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- |
Description
Ralph Giles
2008-12-18 18:08:09 UTC
Passing this to Alex, who's been working on this. Finish implementation of ColorSpace extraction from JPX streams. RGB, Gray, and ICC-based color spaces are extracted and passed to PDF interpreter. Palette colors need no further processing in PDF interpreter because they are expanded on C level. Bug 690207. The following patch has been committed as a rev. 10176. http://ghostscript.com/pipermail/gs-cvs/2009-October/009901.html Sample files Bug688159.pdf and Bug689509.pdf now use sRGB color space instead of DeviceRGB. Raster differences are small, and should be progressions, because sRGB is the correct color space in this case. |