Aug 30, 2018
0
Level 1
Imagick background
I converting a pdf to a png and it sets the background to transparent even if I add -background attribute to the command. But I want white background.
My command:
convert myPdf.pdf[0] -alpha Background -background '#FFFFFF' -fill '#FFFFFF' -trim myImage.png
How to modify this command for white background?
Please or to participate in this conversation.