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

이미지에 글자쓰기

· 9년 전 · 342

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

댓글 작성

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

로그인하기

게시글 목록

번호 제목
12487
12486
380
12484
12483
376
12482
12481
12479
12478
12477
12476
12475
12474
12473
12472
12471
12470
12469
371
12468
12467
12466
12465
12464