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 | <p06240803c704271044c9@[192.168.1.2]> |
try this convert -define jpeg:size=420x420 source -thumbnail 140x93! -quality 75 -gamma 1.5 -sharpen 0x2 source_proc5.jgp not quite as good as your old IM version, but better than your new one. Fred