writing 8 bit image....

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
asha09

writing 8 bit image....

Post by asha09 »

Hiiii All....

I'm using ImageMagick-6.3.4 with VC++.
While im saving 8 bit RGB image..it didnt save the correct colors...it shows only black color on image...
What I'm doing is:
1. Reading an 8 bit Grey scale image.
2. Image magick manipulate 8 bit image to 24 bit.
3. Applying some colors to image.
4. writing the image.
5. Then saved images shows only black color on images.

im loosing color information on image...

please any one help me.....

Thanks in advance.......
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: writing 8 bit image....

Post by fmw42 »

please post a link to your images and your exact command line(s)
Post Reply