Bug or design decision?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
fisheggs

Bug or design decision?

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug or design decision?

Post by magick »

Are you looking for MagickGetImageBackgroundColor()? That method is already supported.

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

Re: Bug or design decision?

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug or design decision?

Post by magick »

In the next point release we will include a MagickGetBackgroundColor() method.
fisheggs

Re: Bug or design decision?

Post by fisheggs »

Thank You
Post Reply