update : 2015.11.03
php.shukuma.com검색:
|
imagejpeg(PHP 4, PHP 5, PHP 7) imagejpeg — 브라우저나 파일로 출력 이미지 설명
bool imagejpeg
( resource
$image
[, string $filename
[, int $quality
]] )
imagejpeg() creates a JPEG file from
the given 인수
반환값
성공 시 예제
Example #1 Outputting a JPEG image
<?php 위 예제의 출력 예시:
Example #2 Saving a JPEG image
<?php
Example #3 Outputting the image at 75% quality
<?php 주의
변경점
참고
|