Pdf->jpg black background [SOLVED]
Posted: 2012-09-06T08:24:54-07:00
I know that this has been addressed before, but I cannot find a solution for my issue. I am running Fedora 16, recently upgraded from F14. While in F14 I could sucuessfully convert any pdf to a jpg with this simple line
convert -geometry 1600x1600 -density 200x200 -quality 100 file.pdf file.jpg
now, no mater which pdf I try, i get a black background. I have tried to set the background to white, no luck. I have tried to convert to a png and I get a white background) but then when I go png->jpg, the black comes back. I have tried to remove alpha with this
convert test.png -background white -alpha remove alpha_remove.png
and I get an error
convert: UnrecognizedAlphaChannelType `remove' @ error/convert.c/ConvertImageCommand/657.
Any thoughts?
Thank you
convert -geometry 1600x1600 -density 200x200 -quality 100 file.pdf file.jpg
now, no mater which pdf I try, i get a black background. I have tried to set the background to white, no luck. I have tried to convert to a png and I get a white background) but then when I go png->jpg, the black comes back. I have tried to remove alpha with this
convert test.png -background white -alpha remove alpha_remove.png
and I get an error
convert: UnrecognizedAlphaChannelType `remove' @ error/convert.c/ConvertImageCommand/657.
Any thoughts?
Thank you