ColorSpace Attribute

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
charlesd
Posts: 22
Joined: Thu Oct 20 2005
Location: Orem, Utah
Contact:

ColorSpace Attribute

Post by charlesd »

What are the possible values for the ColorSpace attribute on a Picture object?
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

Hope this helps?


Indexed = -1,
Unknown = 0x00,
RGB = 0x01,
Gray = 0x02,

Lab = 0x11,
CalGray = 0x12,
CalRGB = 0x13,
Separation = 0x14,
DevCMYK = 0x15,
ICC = 0x16,
DeviceN = 0x17
charlesd
Posts: 22
Joined: Thu Oct 20 2005
Location: Orem, Utah
Contact:

Post by charlesd »

If the ColorSpace is -1 (Indexed), is there a way to get the values of the lookup table?
Post Reply