resize issues
Posted: 2013-07-12T08:07:19-07:00
I have a bunch of PDF images that I am trying to convert to jpg and resize....I am doing to this to create thumbnail images for a website, so I want them to be fairly small....
If I do a "convert image.pdf test.jpg " it seems to work fine but the file sizes are still quite large....
Additionally I am doign this conversion to thousands of images and I found MOGRIFY ....if I do "mogrify -format jpg *.pdf" I get a conversion with just the first pages of the PDF and things look good....although the image size is sometimes larger than the PDF itself.
I then tried to resize the image upon MOGRIFY.. "MOGRIFY -format jpg -density 96 -resize 50% *.pdf"
WHEN i do this last one with the density and resize...my resulting JPG images are mostly black and all weird looking....dont know why....
I think some of the PDF images might be off different sizes, but not thinking this should matter.
Anyone have any thoughts? Again looking to take a MUlti-page PDF and convert its first page to JPG to be used as a Thumbnail in a web page...
Thanks
If I do a "convert image.pdf test.jpg " it seems to work fine but the file sizes are still quite large....
Additionally I am doign this conversion to thousands of images and I found MOGRIFY ....if I do "mogrify -format jpg *.pdf" I get a conversion with just the first pages of the PDF and things look good....although the image size is sometimes larger than the PDF itself.
I then tried to resize the image upon MOGRIFY.. "MOGRIFY -format jpg -density 96 -resize 50% *.pdf"
WHEN i do this last one with the density and resize...my resulting JPG images are mostly black and all weird looking....dont know why....
I think some of the PDF images might be off different sizes, but not thinking this should matter.
Anyone have any thoughts? Again looking to take a MUlti-page PDF and convert its first page to JPG to be used as a Thumbnail in a web page...
Thanks