Posted: 2006-02-09T17:31:01-07:00
The color map is what contains the pixel values.
If you want just the colormap indexes the image is using, say as a grey scale image, then you are out of luck.. IM does the rigt thing according to the image, and that is to look up the colors from the color map, not use the index to the color map.
You will need to find some other program to convert colormap index values, into a greyscale image of some type. OR use the lower level API of Magcik Core to do the job. Not a simple matter.
If you want just the colormap indexes the image is using, say as a grey scale image, then you are out of luck.. IM does the rigt thing according to the image, and that is to look up the colors from the color map, not use the index to the color map.
You will need to find some other program to convert colormap index values, into a greyscale image of some type. OR use the lower level API of Magcik Core to do the job. Not a simple matter.