Element index for package Image
[ a ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ l ]
[ n ]
[ o ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
_
- _get_image_details
- in file Transform.php, method Image_Transform::_get_image_details()
- _parse_size
- in file Transform.php, method Image_Transform::_parse_size()
Parse input and convert If either is 0 it will be scaled proportionally
- _postProcess
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::_postProcess()
- _resize
- in file GD.php, method Image_Transform_Driver_GD::_resize()
Resize Action
- _resize
- in file Transform.php, method Image_Transform::_resize()
Place holder for the real resize method used by extended methods to do the resizing
- _resize
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::_resize()
Resizes the image
- _resize
- in file IM.php, method Image_Transform_Driver_IM::_resize()
Resize Action
- _set_img_x
- in file Transform.php, method Image_Transform::_set_img_x()
Set the image width
- _set_img_y
- in file Transform.php, method Image_Transform::_set_img_y()
Set the image height
- _set_new_x
- in file Transform.php, method Image_Transform::_set_new_x()
Set the image width
- _set_new_y
- in file Transform.php, method Image_Transform::_set_new_y()
Set the image height
top
top
c
- $command
- in file IM.php, variable Image_Transform_Driver_IM::$command
associative array commands to be executed
- $command
- in file NetPBM.php, variable Image_Transform_Driver_NetPBM::$command
associative array commands to be executed
- cleanUp
- in file Transform.php, method Image_Transform::cleanUp()
- colorarray2colorhex
- in file Transform.php, method Image_Transform::colorarray2colorhex()
Reverse of rgb2colorname.
- colorhex2colorarray
- in file Transform.php, method Image_Transform::colorhex2colorarray()
Reverse of rgb2colorname.
- createUnique
- in file Transform.php, method Image_Transform::createUnique()
- crop
- in file Transform.php, method Image_Transform::crop()
- crop
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::crop()
Crop the image
- crop
- in file IM.php, method Image_Transform_Driver_IM::crop()
Crop the image
- crop
- in file GD.php, method Image_Transform_Driver_GD::crop()
Crop the image
top
top
top
top
i
- $image
- in file Transform.php, variable Image_Transform::$image
Name of the image file
- $imageHandle
- in file GD.php, variable Image_Transform_Driver_GD::$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
- Image_Transform
- in file Transform.php, class Image_Transform
The main "Image_Resize" class is a container and base class which provides the static methods for creating Image objects as well as some utility functions (maths) common to all parts of Image Resize.
- Image_Transform_Driver_GD
- in file GD.php, class Image_Transform_Driver_GD
The main "Image_Resize" class is a container and base class which provides the static methods for creating Image objects as well as some utility functions (maths) common to all parts of Image Resize.
- Image_Transform_Driver_IM
- in file IM.php, class Image_Transform_Driver_IM
The main "Image_Resize" class is a container and base class which provides the static methods for creating Image objects as well as some utility functions (maths) common to all parts of Image Resize.
- Image_Transform_Driver_IM
- in file IM.php, method Image_Transform_Driver_IM::Image_Transform_Driver_IM()
- Image_Transform_Driver_NetPBM
- in file NetPBM.php, class Image_Transform_Driver_NetPBM
The main "Image_Resize" class is a container and base class which provides the static methods for creating Image objects as well as some utility functions (maths) common to all parts of Image Resize.
- Image_Transform_Driver_NetPBM
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::Image_Transform_Driver_NetPBM()
Class Constructor
- Image_Transform_GD
- in file GD.php, method Image_Transform_Driver_GD::Image_Transform_GD()
Check settings
top
top
top
top
top
s
- save
- in file Transform.php, method Image_Transform::save()
Place holder for the real save method used by extended methods to do the resizing
- save
- in file NetPBM.php, method Image_Transform_Driver_NetPBM::save()
Save the image file
- save
- in file IM.php, method Image_Transform_Driver_IM::save()
Save the image file
- save
- in file GD.php, method Image_Transform_Driver_GD::save()
Save the image file
- scale
- in file Transform.php, method Image_Transform::scale()
Scale Image to a maximum or percentage
- 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()
Scales an image so that the longest side has this dimension.
- 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
- scaleMaxX
- in file Transform.php, method Image_Transform::scaleMaxX()
Scale the image to have the max x dimension specified.
- scaleMaxY
- in file Transform.php, method Image_Transform::scaleMaxY()
Scale the image to have the max y dimension specified.
top
top
top
|
|