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

이미지에 글자쓰기

· 9년 전 · 336

요즘은 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);

댓글 작성

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

로그인하기

게시글 목록

번호 제목
384
12508
383
381
20395
12507
12506
12505
12504
12503
12502
12500
12499
12498
20392
12497
12496
12495
12494
12493
12492
12491
12490
12489
12488