|
imagejpegOutput image to browser or file Description
bool imagejpeg
( resource
$image
[, string $filename
[, int $quality
]] )
imagejpeg creates a JPEG file from
the given Parameters
Return Values
Returns Examples
Example #1 Outputting a JPEG image
<?php The above example will output something similar to:
Example #2 Saving a JPEG image
<?php
Example #3 Outputting the image at 75% quality
<?php Notes
See Also
|