Hi guys, I'm using ImageMagick to convert PDFs into PNGs. Some of the PDFs have a transparent background. I want the PNGs to have a white background (and remove the transparency). This is the command we have now to disable the alpha channel: convert -alpha off -quality 95 -density 150x150 PDF_SOURCE ...