XOOPS 2.5.6
Final
|
Go to the source code of this file.
Classes | |
class | CGIF |
class | CGIFCOLORTABLE |
class | CGIFFILEHEADER |
class | CGIFIMAGE |
class | CGIFIMAGEHEADER |
class | CGIFLZW |
Functions | |
gif_getSize ($gif, &$width, &$height) | |
gif_loadFile ($lpszFileName, $iIndex=0) | |
gif_loadFileToGDimageResource ($gifFilename, $bgColor=-1) | |
gif_outputAsBmp ($gif, $lpszFileName, $bgColor=-1) | |
gif_outputAsJpeg ($gif, $lpszFileName, $bgColor=-1) | |
gif_outputAsPng ($gif, $lpszFileName, $bgColor=-1) | |
gif_getSize | ( | $gif, | |
& | $width, | ||
& | $height | ||
) |
Definition at line 145 of file phpthumb.gif.php.
gif_loadFile | ( | $lpszFileName, | |
$iIndex = 0 |
|||
) |
Definition at line 24 of file phpthumb.gif.php.
Referenced by gif_loadFileToGDimageResource().
gif_loadFileToGDimageResource | ( | $gifFilename, | |
$bgColor = -1 |
|||
) |
Definition at line 36 of file phpthumb.gif.php.
References phpthumb_functions\FunctionIsDisabled(), and gif_loadFile().
Referenced by phpthumb\ImageCreateFromStringReplacement().
gif_outputAsBmp | ( | $gif, | |
$lpszFileName, | |||
$bgColor = -1 |
|||
) |
Definition at line 67 of file phpthumb.gif.php.
Referenced by gif_outputAsJpeg().
gif_outputAsJpeg | ( | $gif, | |
$lpszFileName, | |||
$bgColor = -1 |
|||
) |
Definition at line 111 of file phpthumb.gif.php.
References gif_outputAsBmp().
gif_outputAsPng | ( | $gif, | |
$lpszFileName, | |||
$bgColor = -1 |
|||
) |
Definition at line 89 of file phpthumb.gif.php.