答案 0 :(得分:1)
您可以使用imagemagic进行图像处理。
示例:
# converts textfile codefile.txt into a gif
cat codefile.txt | convert -pointsize 24 -font Helvetica -fill black text:- text2.gif
# changes perspective of your gif
convert text2.gif -alpha set -virtual-pixel transparent -distort Perspective '7,40 4,30 4,124 4,123 85,122 100,123 75,2 90,30' text3.gif
Imagemagic可用于许多操作系统。