Page 1 of 1

Can't MagickSetType() unless wand has images

Posted: 2007-07-15T22:06:43-07:00
by fisheggs
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

Re: Can't MagickSetType() unless wand has images

Posted: 2007-07-16T07:07:04-07:00
by magick
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

Posted: 2007-07-16T16:08:39-07:00
by fisheggs
Thank you.

Can I push my luck and ask if MagickAddImage() adds to inconsistant position will be investigated as well?