XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
phpthumb.gif.php File Reference

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)
 

Function Documentation

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().

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

gif_outputAsBmp (   $gif,
  $lpszFileName,
  $bgColor = -1 
)

Definition at line 67 of file phpthumb.gif.php.

Referenced by gif_outputAsJpeg().

Here is the caller graph for this function:

gif_outputAsJpeg (   $gif,
  $lpszFileName,
  $bgColor = -1 
)

Definition at line 111 of file phpthumb.gif.php.

References gif_outputAsBmp().

Here is the call graph for this function:

gif_outputAsPng (   $gif,
  $lpszFileName,
  $bgColor = -1 
)

Definition at line 89 of file phpthumb.gif.php.