Can not read image correctly

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
romashenkyn
Posts: 1
Joined: 2013-05-21T06:57:12-07:00
Authentication code: 6789

Can not read image correctly

Post by romashenkyn »

Hello, I am using Imagemagick for image processing. My program is written in C++, and I used the function called readimage defined in CORE_DB_Magick++.lib to get image. However, when I use the program to read a bmp image, it threw "Unable to……, ignoring". I was wondering it was just a bmp image, how could not it be identify? Please help me with it. The system is WINXP and the developing environment is VS2010.
smajler
Posts: 28
Joined: 2013-05-17T09:26:53-07:00
Authentication code: 6789

Re: Can not read image correctly

Post by smajler »

Can you show a code ?
Post Reply