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
Can't MagickSetType() unless wand has images
Re: Can't MagickSetType() unless wand has images
The problem you reported is fixed in ImageMagick 6.3.5-2 Beta available sometime tommorrow. Thanks.
Re: Can't MagickSetType() unless wand has images
Thank you.
Can I push my luck and ask if MagickAddImage() adds to inconsistant position will be investigated as well?
Can I push my luck and ask if MagickAddImage() adds to inconsistant position will be investigated as well?