Can't MagickSetType() unless wand has images
Posted: 2007-07-15T22:06:43-07:00
MagickSetType() is documented as a MagickWand property setter, but you can't use it on a MagickWand that has no images.
Since it's only updating wand->image_info->type, is the test for images needed? Or should it be a MagickWand image method?
On a related matter, there is no MagickGetType()
built from ImageMagick-6.3.5-1.tar.gz on Ubuntu Feisty x86_64 GNU/Linux
Since it's only updating wand->image_info->type, is the test for images needed? Or should it be a MagickWand image method?
On a related matter, there is no MagickGetType()
built from ImageMagick-6.3.5-1.tar.gz on Ubuntu Feisty x86_64 GNU/Linux