Element index for package Image_Tools
[ a ]
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ m ]
[ o ]
[ r ]
[ s ]
[ t ]
[ v ]
a
- $apiVersion
- in file Tools.php, variable Image_Tools::$apiVersion
Contains the api-version of the baseclass. The API version has to follow the PEAR version naming standard.
- $availableMethods
- in file Border.php, variable Image_Tools_Border::$availableMethods
Available methods for Image_Tool_Border (only public methods).
- $availableMethods
- in file Tools.php, variable Image_Tools::$availableMethods
Has to contain all available methods (as the keys of the array) and the expected parameters (in an array) as the values. The structure of this array is as follows:
- $availableMethods
- in file Mask.php, variable Image_Tools_Mask::$availableMethods
There is no public methods in Image_Tool_Mask.
- $availableMethods
- in file Swap.php, variable Image_Tools_Swap::$availableMethods
Available methods for Image_Tool_Swap (only public methods).
- $availableMethods
- in file Marquee.php, variable Image_Tools_Marquee::$availableMethods
Available methods for Image_Tool_Marquee (only public methods).
- $availableOptions
- in file Border.php, variable Image_Tools_Border::$availableOptions
Available options for Image_Tools_Border.
- $availableOptions
- in file Tools.php, variable Image_Tools::$availableOptions
Has to contain all available options of a subclass. The index of
- $availableOptions
- in file Marquee.php, variable Image_Tools_Marquee::$availableOptions
Available options for Image_Tools_Marquee.
- $availableOptions
- in file Mask.php, variable Image_Tools_Mask::$availableOptions
Available options for Image_Tools_Mask.
- $availableOptions
- in file Thumbnail.php, variable Image_Tools_Thumbnail::$availableOptions
Available options for Image_Tools_Thumbnail
- $availableOptions
- in file Swap.php, variable Image_Tools_Swap::$availableOptions
Available options for Image_Tools_Swap.
- availableMethods
- in file Tools.php, method Image_Tools::availableMethods()
Get available methods
- availableOptions
- in file Tools.php, method Image_Tools::availableOptions()
Get all available options of the subclass
top
top
top
top
top
top
i
- $imageInfo
- in file Thumbnail.php, variable Image_Tools_Thumbnail::$imageInfo
Image info.
- Image_Tools
- in file Tools.php, class Image_Tools
This is the Image_Tools base class
- Image_Tools
- in file Tools.php, method Image_Tools::Image_Tools()
Constructor
- IMAGE_TOOLS_BASE_ERR_CLASS_INVALID
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_CLASS_INVALID
Image_Tools error, indicating that the given tool was not found.
- IMAGE_TOOLS_BASE_ERR_HEADERSEND_FAILED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_HEADERSEND_FAILED
Image_Tools error, indicating that the HTTP headers have been sent before the display() method was called. Ensure that no output started before that.
- IMAGE_TOOLS_BASE_ERR_IMAGETYPE_UNSUPPORTED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_IMAGETYPE_UNSUPPORTED
Image_Tools error, indicating that the image type you selected for displaying the image is not supported. Please use a supported image type.
- IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FAILED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FAILED
Image_Tools error, indicating that the given tool object could not be instanciated.
- IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FORBIDEN
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FORBIDEN
Image_Tools error, indicating that you may not instanciate the base class Image_Tools directly.
- IMAGE_TOOLS_BASE_ERR_METHOD_UNSUPPORTED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_METHOD_UNSUPPORTED
Image_Tools error, indicating that the given method is not supported by the tool.
- IMAGE_TOOLS_BASE_ERR_NONSTATIC_FAILED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_NONSTATIC_FAILED
Image_Tools error, indicating that you called a static method non statically, which may only be called statically.
- IMAGE_TOOLS_BASE_ERR_OPTION_INVALID
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_OPTION_INVALID
Image_Tools error, indicating that the given option was of a wrong type.
- IMAGE_TOOLS_BASE_ERR_OPTION_NOTSET
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_OPTION_NOTSET
Image_Tools error, indicating that the given option is not set.
- IMAGE_TOOLS_BASE_ERR_OPTION_UNSUPPORTED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_OPTION_UNSUPPORTED
Image_Tools error, indicating that the given option is not supported by the tool.
- IMAGE_TOOLS_BASE_ERR_SAVEIMAGE_FAILED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_SAVEIMAGE_FAILED
Image_Tools error, indicating that the image could not be saved.
- IMAGE_TOOLS_BASE_ERR_STATIC_FAILED
- in file Tools.php, constant IMAGE_TOOLS_BASE_ERR_STATIC_FAILED
Image_Tools error, indicating that you called a static method statically, which may only be called non statically.
- Image_Tools_Border
- in file Border.php, class Image_Tools_Border
This class provide border creation on an image.
- Image_Tools_Marquee
- in file Marquee.php, class Image_Tools_Marquee
This class provide marquee extraction tool for manipulating an image.
- IMAGE_TOOLS_MARQUEE_TYPE_POLYGON
- in file Marquee.php, constant IMAGE_TOOLS_MARQUEE_TYPE_POLYGON
Image_Tools_Marquee polygon marquee.
- IMAGE_TOOLS_MARQUEE_TYPE_RECTANGLE
- in file Marquee.php, constant IMAGE_TOOLS_MARQUEE_TYPE_RECTANGLE
Image_Tools_Marquee rectangle marquee.
- IMAGE_TOOLS_MARQUEE_TYPE_SINGLECOL
- in file Marquee.php, constant IMAGE_TOOLS_MARQUEE_TYPE_SINGLECOL
Image_Tools_Marquee single column marquee.
- IMAGE_TOOLS_MARQUEE_TYPE_SINGLEROW
- in file Marquee.php, constant IMAGE_TOOLS_MARQUEE_TYPE_SINGLEROW
Image_Tools_Marquee single row marquee.
- Image_Tools_Mask
- in file Mask.php, class Image_Tools_Mask
This class provide masking tool for manipulating an image.
- Image_Tools_Swap
- in file Swap.php, class Image_Tools_Swap
This class provide masking tool for manipulating an image.
- Image_Tools_Thumbnail
- in file Thumbnail.php, class Image_Tools_Thumbnail
This class provide thumbnail creating tool for manipulating an image
- IMAGE_TOOLS_THUMBNAIL_ALIGN_BOTTOM
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_ALIGN_BOTTOM
- IMAGE_TOOLS_THUMBNAIL_ALIGN_CENTER
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_ALIGN_CENTER
Align constants
- IMAGE_TOOLS_THUMBNAIL_ALIGN_LEFT
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_ALIGN_LEFT
- IMAGE_TOOLS_THUMBNAIL_ALIGN_RIGHT
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_ALIGN_RIGHT
- IMAGE_TOOLS_THUMBNAIL_ALIGN_TOP
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_ALIGN_TOP
- IMAGE_TOOLS_THUMBNAIL_METHOD_CROP
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_METHOD_CROP
Cropping of fragment
- IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MAX
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MAX
Maximal scaling
- IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MIN
- in file Thumbnail.php, constant IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MIN
Minimal scaling
- isGDImageResource
- in file Tools.php, method Image_Tools::isGDImageResource()
Find the whether a value is the GD image resource or not.
- isValidOption
- in file Tools.php, method Image_Tools::isValidOption()
Has the option a valid value? Determines, if the value given is valid for the option.
top
top
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:49:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|