我使用linux命令"convert -draw 'text 500,100 Toto'"在位置x=500 y=100的图像上添加文本Toto。如何更改文本的大小?由于
使用-pointsize N
,其中N为数字,表示大小。
字体的更多选项?
$ convert|grep font
Delegates (built-in): bzlib djvu fftw fontconfig freetype heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png tiff webp wmf x xml zlib
-display server get image or font from this X server
-family name render text with this font family
-font name render text with this font
-pointsize value font point size
-stretch type render text with this font stretch
-style type render text with this font style
-weight type render text with this font weight
…最后在每个-draw
(可能有几个)之前使用-fill colorname
来设置字体颜色。