테스트 사이트 - 개발 중인 베타 버전입니다

이미지에 글자쓰기

· 9년 전 · 343

요즘은 html5로 많이 사용하지만

프로그램을 입힐 경우 유용해보입니다.

 

$im = imagecreatetruecolor(300, 100);

$red = imagecolorallocate($im, 0xFF, 0x00, 0x00);

$black = imagecolorallocate($im, 0x00, 0x00, 0x00);

 

imagefilledrectangle($im, 0, 0, 299, 99, $red);

 

$font_file = '/font/NanumGothic.ttf';

 

imagefttext($im, 13, 0, 105, 55, $black, $font_file, 'PHP Manual');

 

header('Content-Type: image/png');

 

imagepng($im);

imagedestroy($im);

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
12281
20386
12280
12279
12278
12277
12276
12275
12274
12273
12272
12260
360
12258
12257
12256
12255
12253
12252
12251
12250
12249
12248
12247
12246