ImageMagick > 텍스트로 이미지 만들기 > convert -background lightblue -fill blue -pointsize 72 label:Anthony label.gif
GeForce GTX 1070 (8GB)
ASRock Z170M Pro4S [Intel Z170chipset]
Ubuntu 14.04 LTS desktop amd64
TensorFlow v0.11
cuDNN v5.1 for Linux
CUDA v8.0
Python 2.7.6
IPython 5.1.0 -- An enhanced Interactive Python.
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
ImageMagick 6.7.7-10 2016-06-01 Q16 http://www.imagemagick.org
모든 텍스트를 png와 같은 이미지로 만들고 싶습니다.
h tp // w w. 이마게마기 ck. rg / 토끼 / xt /
Basic Labels 명령으로 이미지를 만들 수있었습니다.
v0.1
Candice라는 글꼴은 없으므로 다음 명령으로 지정했습니다.
$ convert -background lightblue -fill blue -pointsize 72 label:Anthony label.gif
$ eog label.gif
v0.2 > 이미지 크기 지정(-size) + 문자를 센터로(-gravity)
$ convert -background lightblue -fill blue -size 150x150 -gravity center -pointsize 36 label:Anthony label.gif
Reference
이 문제에 관하여(ImageMagick > 텍스트로 이미지 만들기 > convert -background lightblue -fill blue -pointsize 72 label:Anthony label.gif), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/7of9/items/fde24e0a024df2b1e96a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)