diff options
author | Hin-Tak Leung <hintak_leung@yahoo.co.uk> | 2010-03-05 00:08:10 +0000 |
---|---|---|
committer | Hin-Tak Leung <hintak_leung@yahoo.co.uk> | 2010-03-05 00:08:10 +0000 |
commit | 393137166c37d485219518c5ec491b8ab911b63b (patch) | |
tree | e92c05ef714fd34bba4e22b9a955b538cabd4a6c /tools | |
parent | 22c074162c30b8ca2a83559f756153467aed2b9b (diff) |
additing eGraySub=7 as a possible colorspace; part of the patch submitted for 690083
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10861 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pxldis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pxldis.py b/tools/pxldis.py index 09e5977de..f1d883427 100755 --- a/tools/pxldis.py +++ b/tools/pxldis.py @@ -156,7 +156,7 @@ pxl_enumerations_dict = { 'ClipRegion' : ['eInterior=0', 'eExterior=1'], 'ColorDepth' : [ 'e1Bit=0', 'e4Bit=1', 'e8Bit=2' ], 'ColorMapping' : [ 'eDirectPixel=0', 'eIndexedPixel=1' ], - 'ColorSpace' : [ 'eGray=1', 'eRGB=2', 'eSRGB=6' ], # srgb deprecated + 'ColorSpace' : [ 'eGray=1', 'eRGB=2', 'eSRGB=6', 'eGraySub=7'], # srgb deprecated 'ColorTreatment' : [ 'eNoTreatment=0', 'eScreenMatch=1', 'eVivid=2' ], 'CompressMode' : [ 'eNoCompression=0', 'eRLECompression=1', 'eJPEGCompression=2', 'eDeltaRowCompression=3' ], |