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
Bug or design decision?
Re: Bug or design decision?
Are you looking for MagickGetImageBackgroundColor()? That method is already supported.
We'll add ClonePixelWand() in the next point release.
We'll add ClonePixelWand() in the next point release.
Re: Bug or design decision?
I found that one, but it only works if the wand has some images.Are you looking for MagickGetImageBackgroundColor()?
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.
Thank you.We'll add ClonePixelWand() in the next point release.
Re: Bug or design decision?
In the next point release we will include a MagickGetBackgroundColor() method.