When converting from PNG to JPG using the MagickWand API, how do I set the background to specified color for transparent pixels? I still get only white background which I don't want.
I know there is similar question, but without answer = How to set background color for transparent pixels in MagickWand?