I'm converting pdf files to images with ImageMagic, everything is ok until I use -resize
option, then I get image with black background. I use this command:
convert -density 400 image.pdf -resize 25% image.png
I need to use -resize
option otherwise I get really large image. Is there any other option which I can use to resize image or is there option to set background in white.