Page 1 of 1

Posted: 2006-04-28T08:31:54-07:00
by magick
The next point release of ImageMagick, 6.2.7-2, will attempt to support the thumbnail standard. Simply use this command, for example:
  • convert file:///home/ally/myimage.jpg -thumbnail 128x128 thumb.png

Posted: 2006-04-28T13:12:15-07:00
by magick
We have everything you mentioned except the MD5 filename. Under Unix you can generate the MD5 like this:
  • echo -n "file:///home/jens/photos/me.png" | md5sum
So the command becomes:
  • convert file:///home/jens/photos/me.png -thumbnail 128x128 c6ee772d9e49320e97ec29a7eb5b1697.png