Re: changes to thumbnail handling between IM 6.49 and IM 6.5.9?
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240805c7042bc55f26@[192.168.1.2]> |
try this also convert -define jpeg:size=420x420 source.jpg -thumbnail 140x93! -quality 75 +level 30x100% -sharpen 0x1.5 source_proc7.jpg convert -define jpeg:size=420x420 source.jpg -thumbnail 140x93! -quality 75 +level 25x100% -sharpen 0x1.5 source_proc8.jpg Fred