Re: Dark veil with convert resize and unsharp
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240804c7fe9192504b@[192.168.1.2]> |
>It may be that the thumbnails still have a lot of profile information >When generating a thumbnail you should use -thumbnail instead of >-resize. This not only has speed optimizations for very large scale >image size reductions, but also does a -strip to remove any profile >information is which generally not needed for a small thumbnail image. Anthony is right with his statement above. I totally missed the fact that you were using -resize. I had thought you were already using -thumbnail. Fred