Hello
I tried to convert partially transparent PNG to Jpeg.
And I want transparent areas always to be white.
I used following parameters for convert.exe utility and it works for me:
I tried to convert partially transparent PNG to Jpeg.
And I want transparent areas always to be white.
I used following parameters for convert.exe utility and it works for me:
convert 005.png -resize 800x600 -background white -flatten 005_resized.jpg
how can I do the same conversion using Magick.NET ?