Image_Tools
[ class tree: Image_Tools ] [ index: Image_Tools ] [ all elements ]

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

b

bevel
in file Border.php, method Image_Tools_Border::bevel()
    Make an image bevel border.
border.php
procedural page border.php
Border.php
procedural page Border.php
top

c

createImage
in file Tools.php, method Image_Tools::createImage()
    Create a GD image resource from given input.
createImageFromFile
in file Tools.php, method Image_Tools::createImageFromFile()
    Create a GD image resource from file (JPEG, PNG, WBMP and XBM support).
createImageFromString
in file Tools.php, method Image_Tools::createImageFromString()
    Create a GD image resource from a string data.
top

d

display
in file Tools.php, method Image_Tools::display()
    Display rendered image (send it to browser).
top

f

factory
in file Tools.php, method Image_Tools::factory()
    Create a new instance of an image tool
top

g

get
in file Tools.php, method Image_Tools::get()
    Get the value of the option
getAPIVersion
in file Tools.php, method Image_Tools::getAPIVersion()
    Get the API version of the common base
getResultImage
in file Tools.php, method Image_Tools::getResultImage()
    Get rendered image.
getVersion
in file Tools.php, method Image_Tools::getVersion()
    Get the subclass version.
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

m

marquee.php
procedural page marquee.php
mask.php
procedural page mask.php
Marquee.php
procedural page Marquee.php
Mask.php
procedural page Mask.php
top

o

$options
in file Thumbnail.php, variable Image_Tools_Thumbnail::$options
    Thumbnail options:
$options
in file Tools.php, variable Image_Tools::$options
    Contain the options inside all subclasses.
$options
in file Swap.php, variable Image_Tools_Swap::$options
    Swap options:
$options
in file Mask.php, variable Image_Tools_Mask::$options
    Mask options:
$options
in file Marquee.php, variable Image_Tools_Marquee::$options
    Marquee options:
$options
in file Border.php, variable Image_Tools_Border::$options
    Border options:
top

r

$resultImage
in file Tools.php, variable Image_Tools::$resultImage
    Result rendered image.
render
in file Marquee.php, method Image_Tools_Marquee::render()
    Draw extraction result to resource.
render
in file Swap.php, method Image_Tools_Swap::render()
    Apply swap color to image and output result.
render
in file Border.php, method Image_Tools_Border::render()
    This method is useless, use directly call for specific border style method.
render
in file Tools.php, method Image_Tools::render()
    Render the result of a tool to the given image
render
in file Thumbnail.php, method Image_Tools_Thumbnail::render()
    Draw thumbnail result to resource.
rounded
in file Border.php, method Image_Tools_Border::rounded()
    Make an image be a rounded edge.
top

s

swap.php
procedural page swap.php
Swap.php
procedural page Swap.php
save
in file Tools.php, method Image_Tools::save()
    Save rendered image to a file.
set
in file Tools.php, method Image_Tools::set()
    Set the option(s)
setRectangleMarquee
in file Marquee.php, method Image_Tools_Marquee::setRectangleMarquee()
    Set marquee using rectangle.
setSingleColumnMarquee
in file Marquee.php, method Image_Tools_Marquee::setSingleColumnMarquee()
    Set marquee using single column marquee.
setSingleRowMarquee
in file Marquee.php, method Image_Tools_Marquee::setSingleRowMarquee()
    Set marquee using single row marquee.
supportsMethod
in file Tools.php, method Image_Tools::supportsMethod()
    Get the method parameters
supportsOption
in file Tools.php, method Image_Tools::supportsOption()
    Find out the whether a subclass supports the option
swapColor
in file Swap.php, method Image_Tools_Swap::swapColor()
    Swap RGB color channel.
top

t

thumbnail.php
procedural page thumbnail.php
Thumbnail.php
procedural page Thumbnail.php
Tools.php
procedural page Tools.php
top

v

$version
in file Thumbnail.php, variable Image_Tools_Thumbnail::$version
    Image_Tools_Thumbnail API version.
$version
in file Tools.php, variable Image_Tools::$version
    Contains the version of the specific subclass. A version has to follow the PEAR version naming standard, which can be found here: http://pear.php.net/group/docs/20040226-vn.php
$version
in file Swap.php, variable Image_Tools_Swap::$version
    Image_Tools_Swap API version.
$version
in file Mask.php, variable Image_Tools_Mask::$version
    Image_Tools_Mask API version.
$version
in file Marquee.php, variable Image_Tools_Marquee::$version
    Image_Tools_Marquee API version.
$version
in file Border.php, variable Image_Tools_Border::$version
    Image_Tools_Border API version.
top

Documentation generated on Mon, 11 Mar 2019 14:49:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.