Difference between revisions of "ImgeMagick"
From MyWiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | '''Reference :''' http://www.imagemagick.org/Usage/annotating/#anno_below | ||
+ | |||
'''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<br> | ||
+ | |||
'''Adding label to bottom of picture''' <br> | '''Adding label to bottom of picture''' <br> | ||
convert 133-20150823152553-00.jpg -background Khaki label:'Faerie Dragon' -gravity Center -append anno_label.jpg <br> | convert 133-20150823152553-00.jpg -background Khaki label:'Faerie Dragon' -gravity Center -append anno_label.jpg <br> |
Latest revision as of 11:56, 25 August 2015
Reference : http://www.imagemagick.org/Usage/annotating/#anno_below
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