Dark veil with convert resize and unsharp
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
hello, first of all thank you for such a great tool! I'm using imagemagick with enthousiasm; a couple of days ago I had an unexepected behavior. I generate thumbnails using ` convert $original -resize x$taille -unsharp 0.5x0.5+0.75+0.05 $thumbname` but got a weird result on this specific image: see: http://stdin.fr/misc/original.jpg http://stdin.fr/misc/thumbnail.jpg Any idea on what it could be and how to fix it ? Best, Alex