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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ]

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 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 Border.php, variable Image_Tools_Border::$availableMethods
    Available methods for Image_Tool_Border (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 Tools.php, variable Image_Tools::$availableOptions
    Has to contain all available options of a subclass. The index of
$availableOptions
in file Watermark.php, variable Image_Tools_Watermark::$availableOptions
    Available options for Image_Tools_Watermark
$availableOptions
in file Border.php, variable Image_Tools_Border::$availableOptions
    Available options for Image_Tools_Border.
$availableOptions
in file Thumbnail.php, variable Image_Tools_Thumbnail::$availableOptions
    Available options for Image_Tools_Thumbnail
$availableOptions
in file Mask.php, variable Image_Tools_Mask::$availableOptions
    Available options for Image_Tools_Mask.
$availableOptions
in file Marquee.php, variable Image_Tools_Marquee::$availableOptions
    Available options for Image_Tools_Marquee.
$availableOptions
in file Blend.php, variable Image_Tools_Blend::$availableOptions
    Available options.
$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

blend.php
procedural page blend.php
border.php
procedural page border.php
Blend.php
procedural page Blend.php
Border.php
procedural page Border.php
top

c

colorToRGBA
in file Utils.php, method Image_Tools_Utils::colorToRGBA()
    Convert various color format to RGBA array.
compareGDVersion
in file Utils.php, method Image_Tools_Utils::compareGDVersion()
    Compare the "PHP-standardized" version number string with the current loaded GD.
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
getGDVersion
in file Utils.php, method Image_Tools_Utils::getGDVersion()
    Get the loaded GD version.
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, method Image_Tools::Image_Tools()
    Constructor
Image_Tools
in file Tools.php, class Image_Tools
    This is the Image_Tools base class
index.php
procedural page index.php
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_Blend
in file Blend.php, class Image_Tools_Blend
    Class provide image blending functions.
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 swap 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
Image_Tools_Utils
in file Utils.php, class Image_Tools_Utils
    Image tools utilities class.
Image_Tools_Watermark
in file Watermark.php, class Image_Tools_Watermark
    This class provide a tool to add a little logo on an image
IMAGE_TOOLS_WATERMARK_POSITION_BOTTOM
in file Watermark.php, constant IMAGE_TOOLS_WATERMARK_POSITION_BOTTOM
IMAGE_TOOLS_WATERMARK_POSITION_CENTER
in file Watermark.php, constant IMAGE_TOOLS_WATERMARK_POSITION_CENTER
IMAGE_TOOLS_WATERMARK_POSITION_LEFT
in file Watermark.php, constant IMAGE_TOOLS_WATERMARK_POSITION_LEFT
    Position for the logo
IMAGE_TOOLS_WATERMARK_POSITION_MIDDLE
in file Watermark.php, constant IMAGE_TOOLS_WATERMARK_POSITION_MIDDLE
IMAGE_TOOLS_WATERMARK_POSITION_RIGHT
in file Watermark.php, constant IMAGE_TOOLS_WATERMARK_POSITION_RIGHT
IMAGE_TOOLS_WATERMARK_POSITION_TOP
in file Watermark.php, constant IMAGE_TOOLS_WATERMARK_POSITION_TOP
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 Watermark.php, variable Image_Tools_Watermark::$options
    Thumbnail options:
$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 Border.php, variable Image_Tools_Border::$options
    Border options:
$options
in file Marquee.php, variable Image_Tools_Marquee::$options
    Marquee options:
$options
in file Blend.php, variable Image_Tools_Blend::$options
    Blend options:
top

p

postRender
in file Tools.php, method Image_Tools::postRender()
    Function which called after render.
postRender
in file Thumbnail.php, method Image_Tools_Thumbnail::postRender()
    Function which called after render.
preRender
in file Thumbnail.php, method Image_Tools_Thumbnail::preRender()
    Function which called before render.
preRender
in file Tools.php, method Image_Tools::preRender()
    Function which called before render.
preRender
in file Watermark.php, method Image_Tools_Watermark::preRender()
    Function which called before render.
preRender
in file Swap.php, method Image_Tools_Swap::preRender()
    Function which called before render.
preRender
in file Border.php, method Image_Tools_Border::preRender()
    Function which called before render.
preRender
in file Marquee.php, method Image_Tools_Marquee::preRender()
    Function which called before render.
preRender
in file Mask.php, method Image_Tools_Mask::preRender()
    Function which called before render.
preRender
in file Blend.php, method Image_Tools_Blend::preRender()
    Function which called before render.
top

r

$resultImage
in file Tools.php, variable Image_Tools::$resultImage
    Result rendered image.
render
in file Swap.php, method Image_Tools_Swap::render()
    Apply swap color to image and output result.
render
in file Marquee.php, method Image_Tools_Marquee::render()
    Draw extraction result to resource.
render
in file Thumbnail.php, method Image_Tools_Thumbnail::render()
    Draw thumbnail result to resource.
render
in file Tools.php, method Image_Tools::render()
    Render the result of a tool to the given image
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 Blend.php, method Image_Tools_Blend::render()
    Apply the blend mode.
render
in file Watermark.php, method Image_Tools_Watermark::render()
    Draw image with logo result to resource.
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

u

Utils.php
procedural page Utils.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 Watermark.php, variable Image_Tools_Watermark::$version
    Image_Tools_Watermark API version.
$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 Border.php, variable Image_Tools_Border::$version
    Image_Tools_Border API version.
$version
in file Marquee.php, variable Image_Tools_Marquee::$version
    Image_Tools_Marquee API version.
$version
in file Blend.php, variable Image_Tools_Blend::$version
    Image_Tools_Thumbnail API version.
top

w

watermark.php
procedural page watermark.php
Watermark.php
procedural page Watermark.php
top

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