PDF as a thumbnail.
Posted: 2007-02-07T11:58:01-07:00
I'm trying to get the first page of a pdf to show as a 120x120 thumbnail. However, the image is so washed out, it's useless.
Here is one of several commands I've tried.
/usr/local/bin/convert -size 240x240 /home/xxxx/public_html/test/images/dan1.jpg[0] -label %f -thumbnail 120x120 -frame 6x6 /home/xxxxx/public_html/test/images/tmp_thumb.gif
I tried including -contrast and using the montage tool. Montage doesn't handle -contrast.
Anyone have a suggestion?
Here is one of several commands I've tried.
/usr/local/bin/convert -size 240x240 /home/xxxx/public_html/test/images/dan1.jpg[0] -label %f -thumbnail 120x120 -frame 6x6 /home/xxxxx/public_html/test/images/tmp_thumb.gif
I tried including -contrast and using the montage tool. Montage doesn't handle -contrast.
Anyone have a suggestion?