Difference between revisions of "ImgeMagick"

From MyWiki
Jump to: navigation, search
(Created page with "'''How to create thumbnails :''' <br> mogrify -resize 80x80 -background white -gravity center -extent 80x80 -format jpg -quality 75 -path thumbs *.jpg")
 
Line 1: Line 1:
 
'''How to create thumbnails :'''  <br>
 
'''How to create thumbnails :'''  <br>
 
+
mogrify -resize 80x80 -background white -gravity center -extent 80x80 -format jpg -quality 75 -path thumbs *.jpg<br>
mogrify -resize 80x80 -background white -gravity center -extent 80x80 -format jpg -quality 75 -path thumbs *.jpg
+
'''Adding label to bottom of picture''' <br>
 +
convert 133-20150823152553-00.jpg  -background Khaki  label:'Faerie Dragon' -gravity Center -append    anno_label.jpg  <br>

Revision as of 11:54, 25 August 2015

How to create thumbnails :
mogrify -resize 80x80 -background white -gravity center -extent 80x80 -format jpg -quality 75 -path thumbs *.jpg
Adding label to bottom of picture
convert 133-20150823152553-00.jpg -background Khaki label:'Faerie Dragon' -gravity Center -append anno_label.jpg