imagejpeg

PHP -> Funkcie -> Grafické funkcie PHP - > imagejpeg

Syntax

bool imagejpeg ( resource $image [, string $filename [, int $quality] ] )

Popis

Príkaz jazyka PHP
imagejpeg — Output JPEG image to browser or file


Return Values: Returns TRUE on success or FALSE on failure.
Note: JPEG support is only available if PHP was compiled against GD-1.8 or later.
Note: If you want to output Progressive JPEGs, you need to set interlacing on with imageinterlace.

Pozri aj

imagepng, imagegif, imagewbmp, imageinterlace, imagetypes