ImageInfo transparent_color vs _Image transparent_color

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
teopau

ImageInfo transparent_color vs _Image transparent_color

Post by teopau »

Hi, I'm using magic++ was loading some gif file and looking at the transparent color and found that the values returned by ImageInfo's tranparent_color is diffent from GetImage's transparent_color? Is there suppose to be differences?

When am I suppose to use either one (ImageInfo vs. _Image), since both have many similar attributes, e.g page, background_color, etc.

Btw is transparent_color the color chosen in the gif file to be set as transparent?

Thanks.
Post Reply