f*****g 发帖数: 3086 | 1 有N(N>500)张图,想用photoshop做成GIF,不知怎么样能在图中加个timestamp(e.g. t
= 1 s in 1st frame, t = 2
s in 2nd frame and so on).
多谢啊! | f*****g 发帖数: 3086 | 2 最后用 imagemagick 对每张图加,再用PS压成H.264
具体命令:
convert input.png -font /path/font.ttf -pointsize fontsize -fill black -draw
'x0,y0 "text" ' output.png
e.g. convert foo.png -font times.ttf -pointsize 20 -fill black -draw '10,20
"hello, world!" ' bar.png |
|