하이새!!
php 소스는 다음과 같습니다.
<?
Header('image/png');
$img = ImageCreateFromPNG('somepng.png');
ImagePNG( $img );
ImageDestroy( $img);
?>
IE6에서는 위의 소스에서 그림이 제대로 출력됩니다.
FF0.8에서는 위의 소스에서 그림파일이 아스키코드로 그대로 찍힙니다.
(마치 $cat somepng.png 한 것 같이...)
무슨 문제인가요????
언제나 맑고픈 샘이가...
php에서 그림 출력
-
- Posts: 0
- Joined: 2004 03 25 14:31 14
- Contact:
Re: php에서 그림 출력
제 실수로군요.
Header를 다음과 같이 수정하면 됩니다.
Header('Content Type: image/png');
Header를 다음과 같이 수정하면 됩니다.
Header('Content Type: image/png');
Who is online
Users browsing this forum: No registered users and 0 guests