imagick工具使用

来源:互联网 发布:鹿晗用什么直播软件 编辑:程序博客网 时间:2024/05/23 01:26

对图片进行转换/加文字注释

更详细请参考 http://www.imagemagick.org/Usage/

 

 

convert -sample 25%x25% -frame 5x5 -font Downloads/Lucida/ Grande.ttf -stroke
blue -fill none -pointsize 30 -draw 'text 10,700 "String @ 2011.06.01"'
input.jpg output1.jpg

convert -sample 25%x25% -frame 5x5 -font Downloads/Monaco_Linux.ttf -fill blue
-pointsize 28 -draw 'text 10,700 "String @ 2011.06.01"' input.jpg output2.jpg

convert -sample 25%x25% -frame 5x5 -font helvetica -fill blue -pointsize 28
-draw 'text 10,700 "String @ 2011.06.01"' input.jpg output3.jpg

convert -sample 1024x768 input.jpg output4.jpg

原创粉丝点击