using:
MagickSetImageType(wand, TrueColorType{ColorSeparationMatteType});
PixelSetColor(back, 'rgb(255,255,255)');
MagickSetImageBackgroundColor(wand, back);
I got a bad result, follow the pictures
image.png : original
image-ColorSeparationMatteType.jpg: using ColorSeparationMatteType
image-TrueColorType.jpg: using TrueColorType
obs: I already used all types "type ImageType = ("
maybe someone has an idea?