update : 2015.11.03
php.shukuma.com검색:
|
imagegif(PHP 4, PHP 5, PHP 7) imagegif — 브라우저나 파일로 출력 이미지 설명
bool imagegif
( resource
$image
[, string $filename
] )
imagegif() creates the GIF
file in filename from the image The image format will be GIF87a unless the image has been made transparent with imagecolortransparent(), in which case the image format will be GIF89a. 인수
반환값
성공 시 예제
Example #1 Outputting an image using imagegif()
<?php Example #2 Converting a PNG image to GIF using imagegif()
<?php 주의
참고
|