I have been using ImageMagick for a few years and never had a problem.
However, recently the -density parameter does not seem to have any effect whatsoever.
I typically use convert like this:
Code: Select all
convert -density 1600 foo.pdf foo.png
This is my problem. There was another problem, which I solved, which I mention here only in case it might be related: I could not use convert anymore because I was getting the "not authorized" error. I solved this by following the instructions here:
https://stackoverflow.com/questions/429 ... dimage-453
This problem has been solved. But it my problem with density not working is still there. Please help.