>> Edit article
이름
제목
패스워드
<?php Header("Content-type: image/gif"); $string=implode($argv," "); $im = imagecreatefromgif("images/button1.gif"); $orange = ImageColorAllocate($im, 220, 210, 60); $px = (imagesx($im)-7.5*strlen($string))/2; ImageString($im,3,$px,9,$string,$orange); ImageGif($im); ImageDestroy($im); ?> imageString에서 $string의 값을 한글로 하게되면 한글이 깨져서 이미지가 생성됩니다. 동적으로 한글이미지를 생성하는것 아시는분 있으시면 도움 좀 주십시오. 몇날밤을 고생하고 있습니다. 선배님들의 조언을 ........
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved