문자열을 이미지 파일로 변환해 준다

ImageMagick 설치하기

$ convert -size 99x17 xc:none -font 나눔고딕 -pointsize 18  -fill black -gravity center -draw "text 0,0 'GuileSchool'" tech_logo.png

$ convert -size 198x34 xc:none -font 나눔고딕 -pointsize 34  -fill black -gravity center -draw "text 0,0 'GuileSchool'" tech_logo@2x.png

$ convert -size 297x51 xc:none -font 나눔고딕 -pointsize 52  -fill black -gravity center -draw "text 0,0 'GuileSchool'" tech_logo@3x.png

변환결과

mac.automator's profile image

mac.automator

2017-06-01 18:34

Read more posts by this author