Element index for package Image_Transform
[ a ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ r ]
[ s ]
[ t ]
[ _ ]
_
- $_options
- in file Transform.php, variable Image_Transform::$_options
- $_programs
- in file Transform.php, variable Image_Transform::$_programs
associative array that tracks existence of programs
- $_supported_image_types
- in file Transform.php, variable Image_Transform::$_supported_image_types
Supported image types
- _convert_image_type
- in file Transform.php, method Image_Transform::_convert_image_type()
Returns the matching IMAGETYPE_* constant for a given image type
- _getColor
- in file Transform.php, method Image_Transform::_getColor()
Returns a color option
- _getOption
- in file Transform.php, method Image_Transform::_getOption()
Returns an option
- _get_default_text_params
- in file Transform.php, method Image_Transform::_get_default_text_params()
Returns the current value of $this->default_text_params.
- _get_image_details
- in file Transform.php, method Image_Transform::_get_image_details()
Sets the image type (in lowercase letters), the image height and width.
- _parse_size
- in file Transform.php, method Image_Transform::_parse_size()
Parses input for number format and convert
- _prepare_cmd
- in file Transform.php, method Image_Transform::_prepare_cmd()
Handles space in path and Windows/UNIX difference
- _resize
- in file Transform.php, method Image_Transform::_resize()
Place holder for the real resize method used by extended methods to do the resizing
- _rotation_angle
- in file Transform.php, method Image_Transform::_rotation_angle()
Returns an angle between 0 and 360 from any angle value
- _set_img_x
- in file Transform.php, method Image_Transform::_set_img_x()
Sets the image width
- _set_img_y
- in file Transform.php, method Image_Transform::_set_img_y()
Sets the image height
- _set_new_x
- in file Transform.php, method Image_Transform::_set_new_x()
Sets the new image width
- _set_new_y
- in file Transform.php, method Image_Transform::_set_new_y()
Sets the new image height
- __construct
- in file Imlib.php, method Image_Transform_Driver_Imlib::__construct()
Check settings
- _createImage
- in file GD.php, method Image_Transform_Driver_GD::_createImage()
Returns a new image for temporary processing
- _generate
- in file GD.php, method Image_Transform_Driver_GD::_generate()
Helper method to save to a file or output the image
- _resize
- in file GD.php, method Image_Transform_Driver_GD::_resize()
Resize Action
- __construct
- in file GD.php, method Image_Transform_Driver_GD::__construct()
Check settings
- __construct
- in file IM.php, method Image_Transform_Driver_IM::__construct()
Class constructor
- _resize
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::_resize()
Resize Action
- __construct
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::__construct()
- __construct
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::__construct()
Class Constructor
top
a
- addBorder
- in file Transform.php, method Image_Transform::addBorder()
- addDropShadow
- in file Transform.php, method Image_Transform::addDropShadow()
- addText
- in file Transform.php, method Image_Transform::addText()
- addText
- in file Imlib.php, method Image_Transform_Driver_Imlib::addText()
Adds text to the image. Note that the angle should be one of the following constants: IMLIB_TEXT_TO_RIGHT, IMLIB_TEXT_TO_LEFT, IMLIB_TEXT_TO_DOWN, IMLIB_TEXT_TO_UP, IMLIB_TEXT_TO_ANGLE
- addText
- in file Imagick.php, method Image_Transform_Driver_Imagick::addText()
addText
- addBorder
- in file GD.php, method Image_Transform_Driver_GD::addBorder()
Adds a border of constant width around an image
- addText
- in file GD.php, method Image_Transform_Driver_GD::addText()
addText
- addText
- in file IM.php, method Image_Transform_Driver_IM::addText()
addText
- addText
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::addText()
addText
- addText
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::addText()
adds text to an image
top
c
- canvasResize
- in file Transform.php, method Image_Transform::canvasResize()
- colorarray2colorhex
- in file Transform.php, method Image_Transform::colorarray2colorhex()
Converts an array of RGB value into a #FFFFFF format color.
- colorhex2colorarray
- in file Transform.php, method Image_Transform::colorhex2colorarray()
Converts a color string into an array of RGB values
- crop
- in file Transform.php, method Image_Transform::crop()
Crops an image
- crop
- in file Imlib.php, method Image_Transform_Driver_Imlib::crop()
Crops the current image to a specified height and width
- ColorsDefs.php
- procedural page ColorsDefs.php
- crop
- in file GD.php, method Image_Transform_Driver_GD::crop()
Crops image by size and start coordinates
- crop
- in file IM.php, method Image_Transform_Driver_IM::crop()
Crop image
- crop
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::crop()
Crops the image
- $command
- in file NetPBM.php, variable Image_Transform_Driver_NetPBM::$command
associative array commands to be executed
- crop
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::crop()
Crop an image
top
top
f
- factory
- in file Transform.php, method Image_Transform::factory()
Creates a new Image_Transform object
- fit
- in file Transform.php, method Image_Transform::fit()
Fits the image in the specified box size
- fitX
- in file Transform.php, method Image_Transform::fitX()
Fits the image in the specified width
- fitY
- in file Transform.php, method Image_Transform::fitY()
Fits the image in the specified height
- flip
- in file Transform.php, method Image_Transform::flip()
Vertical mirroring
- flip
- in file Imlib.php, method Image_Transform_Driver_Imlib::flip()
Vertical mirroring
- free
- in file Transform.php, method Image_Transform::free()
Releases resource
- free
- in file Imlib.php, method Image_Transform_Driver_Imlib::free()
Destroy image handle
- free
- in file Imagick.php, method Image_Transform_Driver_Imagick::free()
Destroy image handle
- flip
- in file GD.php, method Image_Transform_Driver_GD::flip()
Vertical mirroring
- free
- in file GD.php, method Image_Transform_Driver_GD::free()
Destroys image handle
- flip
- in file IM.php, method Image_Transform_Driver_IM::flip()
Vertical mirroring
- free
- in file IM.php, method Image_Transform_Driver_IM::free()
Destroy image handle
- flip
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::flip()
Vertical mirroring
- free
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::free()
Destroy image handle
- flip
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::flip()
Vertical mirroring
- free
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::free()
Destroy image handle
top
g
- gamma
- in file Transform.php, method Image_Transform::gamma()
Corrects the gamma of an image
- getImageHeight
- in file Transform.php, method Image_Transform::getImageHeight()
Returns the image height
- getImageSize
- in file Transform.php, method Image_Transform::getImageSize()
Returns the image size and extra format information
- getImageType
- in file Transform.php, method Image_Transform::getImageType()
Returns the type of the image being manipulated
- getImageWidth
- in file Transform.php, method Image_Transform::getImageWidth()
Returns the image width
- getMimeType
- in file Transform.php, method Image_Transform::getMimeType()
Returns the MIME type of the image being manipulated
- getTempDir
- in file Transform.php, method Image_Transform::getTempDir()
Returns the temp directory according to either the TMP, TMPDIR, or TEMP env variables. If these are not set it will also check for the existence of /tmp, %WINDIR%\temp
- getTempFile
- in file Transform.php, method Image_Transform::getTempFile()
Returns a temporary filename using tempnam() and the above getTmpDir() function.
- getWebSafeFormat
- in file Transform.php, method Image_Transform::getWebSafeFormat()
This looks at the current image type and attempts to determine which
- grayscale
- in file Transform.php, method Image_Transform::grayscale()
- greyscale
- in file Transform.php, method Image_Transform::greyscale()
Converts an image into greyscale colors
- gamma
- in file GD.php, method Image_Transform_Driver_GD::gamma()
Adjusts the image gamma
- greyscale
- in file GD.php, method Image_Transform_Driver_GD::greyscale()
Converts the image to greyscale
- GD.php
- procedural page GD.php
- gamma
- in file IM.php, method Image_Transform_Driver_IM::gamma()
Adjust the image gamma
- greyscale
- in file IM.php, method Image_Transform_Driver_IM::greyscale()
Convert the image to greyscale
- gamma
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::gamma()
Adjusts the image gamma
- gamma
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::gamma()
Adjust the image gamma
- greyscale
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::greyscale()
Converts an image into greyscale colors
top
i
- $image
- in file Transform.php, variable Image_Transform::$image
Name of the image file
- $imageHandle
- in file Imlib.php, variable Image_Transform_Driver_Imlib::$imageHandle
Holds the image file for manipulation
- $img_x
- in file Transform.php, variable Image_Transform::$img_x
Original image width in x direction
- $img_y
- in file Transform.php, variable Image_Transform::$img_y
Original image width in y direction
- IMAGETYPE_BMP
- in file IMAGETYPE.php, constant IMAGETYPE_BMP
- IMAGETYPE_GIF
- in file IMAGETYPE.php, constant IMAGETYPE_GIF
Backward compatibility for PHP < 4.3.0
- IMAGETYPE_IFF
- in file IMAGETYPE.php, constant IMAGETYPE_IFF
- IMAGETYPE_JB2
- in file IMAGETYPE.php, constant IMAGETYPE_JB2
- IMAGETYPE_JP2
- in file IMAGETYPE.php, constant IMAGETYPE_JP2
- IMAGETYPE_JPC
- in file IMAGETYPE.php, constant IMAGETYPE_JPC
- IMAGETYPE_JPEG
- in file IMAGETYPE.php, constant IMAGETYPE_JPEG
- IMAGETYPE_JPX
- in file IMAGETYPE.php, constant IMAGETYPE_JPX
- IMAGETYPE_PNG
- in file IMAGETYPE.php, constant IMAGETYPE_PNG
- IMAGETYPE_PSD
- in file IMAGETYPE.php, constant IMAGETYPE_PSD
- IMAGETYPE_SWC
- in file IMAGETYPE.php, constant IMAGETYPE_SWC
- IMAGETYPE_SWF
- in file IMAGETYPE.php, constant IMAGETYPE_SWF
- IMAGETYPE_TIFF_II
- in file IMAGETYPE.php, constant IMAGETYPE_TIFF_II
- IMAGETYPE_TIFF_MM
- in file IMAGETYPE.php, constant IMAGETYPE_TIFF_MM
- IMAGETYPE_WBMP
- in file IMAGETYPE.php, constant IMAGETYPE_WBMP
- IMAGETYPE_XBM
- in file IMAGETYPE.php, constant IMAGETYPE_XBM
- Image_Transform
- in file Transform.php, class Image_Transform
Base class with factory method for backend driver
- IMAGETYPE.php
- procedural page IMAGETYPE.php
- image_type_to_mime_type.php
- procedural page image_type_to_mime_type.php
- ImageTypes.php
- procedural page ImageTypes.php
- Imagick.php
- procedural page Imagick.php
- Imlib.php
- procedural page Imlib.php
- Image_Transform_Driver_Imlib
- in file Imlib.php, class Image_Transform_Driver_Imlib
Performs image manipulation with the imlib library.
- IMAGE_TRANSFORM_ERROR_ARGUMENT
- in file Transform.php, constant IMAGE_TRANSFORM_ERROR_ARGUMENT
Error code for invalid arguments
- IMAGE_TRANSFORM_ERROR_FAILED
- in file Transform.php, constant IMAGE_TRANSFORM_ERROR_FAILED
Error code for failed transformation operations
- IMAGE_TRANSFORM_ERROR_IO
- in file Transform.php, constant IMAGE_TRANSFORM_ERROR_IO
Error code for failed i/o (Input/Output) operations
- IMAGE_TRANSFORM_ERROR_OUTOFBOUND
- in file Transform.php, constant IMAGE_TRANSFORM_ERROR_OUTOFBOUND
Error code for out-of-bound related errors
- IMAGE_TRANSFORM_ERROR_UNSUPPORTED
- in file Transform.php, constant IMAGE_TRANSFORM_ERROR_UNSUPPORTED
Error code for unsupported library, image format or methods
- Image_Transform_Imlib
- in file Imlib.php, method Image_Transform_Driver_Imlib::Image_Transform_Imlib()
Check settings
- image_type_to_mime_type
- in file image_type_to_mime_type.php, function image_type_to_mime_type()
- intersects
- in file Transform.php, method Image_Transform::intersects()
Checks if the rectangle passed intersects with the current image
- isError
- in file Transform.php, method Image_Transform::isError()
Returns/sets an error when the instance couldn't initialize properly
- $imageHandle
- in file Imagick.php, variable Image_Transform_Driver_Imagick::$imageHandle
Handler of the imagick image ressource
- Image_Transform_Driver_Imagick
- in file Imagick.php, method Image_Transform_Driver_Imagick::Image_Transform_Driver_Imagick()
- Image_Transform_Driver_Imagick
- in file Imagick.php, class Image_Transform_Driver_Imagick
Image Transformation interface using old ImageMagick extension
- $imageHandle
- in file GD.php, variable Image_Transform_Driver_GD::$imageHandle
Holds the image resource for manipulation
- Image_Transform_Driver_GD
- in file GD.php, method Image_Transform_Driver_GD::Image_Transform_Driver_GD()
Check settings
- Image_Transform_Driver_GD
- in file GD.php, class Image_Transform_Driver_GD
GD implementation for Image_Transform package
- IM.php
- procedural page IM.php
- Image_Transform_Driver_IM
- in file IM.php, method Image_Transform_Driver_IM::Image_Transform_Driver_IM()
Class constructor
- Image_Transform_Driver_IM
- in file IM.php, class Image_Transform_Driver_IM
ImageMagick binaries implementation for Image_Transform package
- $imageHandle
- in file Imagick2.php, variable Image_Transform_Driver_Imagick2::$imageHandle
Handler of the imagick image ressource
- Imagick2.php
- procedural page Imagick2.php
- Image_Transform_Driver_Imagick2
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::Image_Transform_Driver_Imagick2()
- Image_Transform_Driver_Imagick2
- in file Imagick2.php, class Image_Transform_Driver_Imagick2
imagick PECL extension implementation for Image_Transform package
- Image_Transform_Driver_NetPBM
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::Image_Transform_Driver_NetPBM()
Class Constructor
- Image_Transform_Driver_NetPBM
- in file NetPBM.php, class Image_Transform_Driver_NetPBM
NetPBM implementation for Image_Transform package
top
top
top
top
top
top
r
- $resized
- in file Transform.php, variable Image_Transform::$resized
Flag to warn if image has been resized more than once before displaying or saving.
- resize
- in file Transform.php, method Image_Transform::resize()
Resizes the image in the X and/or Y direction(s)
- rotate
- in file Transform.php, method Image_Transform::rotate()
Rotates the image clockwise
- rotate
- in file Imlib.php, method Image_Transform_Driver_Imlib::rotate()
Rotate image by the given angle
- rotate
- in file Imagick.php, method Image_Transform_Driver_Imagick::rotate()
rotate Note: color mask are currently not supported
- rotate
- in file GD.php, method Image_Transform_Driver_GD::rotate()
Rotates image by the given angle
- rotate
- in file IM.php, method Image_Transform_Driver_IM::rotate()
rotate
- raiseError
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::raiseError()
RaiseError Method - shows imagick Raw errors.
- rotate
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::rotate()
Rotates the current image Note: color mask are currently not supported
- rotate
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::rotate()
Rotates the image
top
s
- save
- in file Transform.php, method Image_Transform::save()
Saves image to file
- save
- in file Imlib.php, method Image_Transform_Driver_Imlib::save()
Save the image file. Determines what type of image to save based on extension.
- scale
- in file Transform.php, method Image_Transform::scale()
Scales an image by a percentage, factor or a given length
- scaleByFactor
- in file Transform.php, method Image_Transform::scaleByFactor()
Scales an image to a factor of its original size. For example, if my image was 640x480 and I called scaleByFactor(0.5) then the image would be resized to 320x240.
- scaleByLength
- in file Transform.php, method Image_Transform::scaleByLength()
Alias for scaleMaxLength
- scaleByPercentage
- in file Transform.php, method Image_Transform::scaleByPercentage()
Scales an image to a percentage of its original size. For example, if my image was 640x480 and I called scaleByPercentage(10) then the image would be resized to 64x48
- scaleByX
- in file Transform.php, method Image_Transform::scaleByX()
Scales the image to the specified width
- scaleByXY
- in file Transform.php, method Image_Transform::scaleByXY()
Alias for resize()
- scaleByY
- in file Transform.php, method Image_Transform::scaleByY()
Scales the image to the specified height.
- scaleMaxLength
- in file Transform.php, method Image_Transform::scaleMaxLength()
Scales an image so that the longest side has the specified dimension.
- setOption
- in file Transform.php, method Image_Transform::setOption()
Sets one options
- setOptions
- in file Transform.php, method Image_Transform::setOptions()
Sets multiple options at once
- supportsType
- in file Transform.php, method Image_Transform::supportsType()
Returns if the driver supports a given image type
- save
- in file Imagick.php, method Image_Transform_Driver_Imagick::save()
Save the image file
- save
- in file GD.php, method Image_Transform_Driver_GD::save()
Saves the image to a file
- save
- in file IM.php, method Image_Transform_Driver_IM::save()
Save the image file
- save
- in file Imagick2.php, method Image_Transform_Driver_Imagick2::save()
Saves the image to a file
- save
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::save()
Save the image file
top
top
Documentation generated on Mon, 11 Mar 2019 15:00:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|