Why -size option on convert command doesn't work?
Posted: 2012-06-02T18:17:12-07:00
I want to keep the original size of my image just converting its format. The following command should work, shouldn't it?
convert PTS01.pdf PTS01.gif
It doesn't apply the way I wanted it to. My PTS01.pdf image was resized and I can barely read what is written on it. I tried then to use the command -size (since I know the size of my original image) combined with the quality command:
convert -quality 100 -size 500x350 PTS01.pdf PTS01.gif
Why it doesn't work at all?
Thanks!
convert PTS01.pdf PTS01.gif
It doesn't apply the way I wanted it to. My PTS01.pdf image was resized and I can barely read what is written on it. I tried then to use the command -size (since I know the size of my original image) combined with the quality command:
convert -quality 100 -size 500x350 PTS01.pdf PTS01.gif
Why it doesn't work at all?
Thanks!