Page 1 of 1

Bug or design decision?

Posted: 2007-07-13T19:33:18-07:00
by fisheggs
Not sure if these count as a bug, a design decision, or a simple oversight.

MagickGetBackgroundColor() and ClonePixelWand() do not seem to be implemented in the MagickWand API.

ImageMagick 6.3.5 07/09/07 Q16
from ImageMagick-6.3.5-0.tar.gz on x86_64 GNU/Linux

Re: Bug or design decision?

Posted: 2007-07-13T19:46:29-07:00
by magick
Are you looking for MagickGetImageBackgroundColor()? That method is already supported.

We'll add ClonePixelWand() in the next point release.

Re: Bug or design decision?

Posted: 2007-07-14T03:55:25-07:00
by fisheggs
Are you looking for MagickGetImageBackgroundColor()?
I found that one, but it only works if the wand has some images.

If you have an empty (of images) wand, that has had a MagickSetBackgroundColor() done on it, you can't get what it was set to.
We'll add ClonePixelWand() in the next point release.
Thank you.

Re: Bug or design decision?

Posted: 2007-07-14T09:48:38-07:00
by magick
In the next point release we will include a MagickGetBackgroundColor() method.

Re: Bug or design decision?

Posted: 2007-07-14T16:33:19-07:00
by fisheggs
Thank You