Posted by: spaceufo on: June 14, 2007
to create an image from a BMP file, DHKold(admin@dhkold.com) made this function, that return a resource like the others ImageCreateFrom function:
*from : http://kr2.php.net/manual/kr/function.imagecreate.php#53879
Posted by: spaceufo on: June 13, 2007
<?
//GD를 이용한 이미지 리사이즈 함수
//$img_file : 원본파일
//$simg_name :리사이즈 파일 : 없을 경우 이미지를 직접출력합니다.
//*리사이즈와 워터 마크를 사용하지 않을 경우 직접 출력하는건 효율성이 떨어집니다.
//(직접 출력의 경우 header가 수정되기 때문에 다른 출력이 있으면 안됩니다.)
//$simg_width :리사이즈 너비
//$simg_height :리사이즈 높이
//* $simg_width와$simg_height 가 둘다 없을 경우 원본크기 그대로 작업합니다.
//$simg_type :리사이즈 파일타입 (1:gif , 2:jpg , 3:png) : 기본 gif
//$simg_str : [...]