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

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

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 NetPBM.php, method Image_Transform_Driver_NetPBM::addText()
    adds text to an image
addText
in file IM.php, method Image_Transform_Driver_IM::addText()
    addText
addText
in file GD.php, method Image_Transform_Driver_GD::addText()
    addText
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

d

display
in file Transform.php, method Image_Transform::display()
    Place holder for the real display method used by extended methods to do the resizing
display
in file NetPBM.php, method Image_Transform_Driver_NetPBM::display()
    Display image without saving and lose changes
display
in file IM.php, method Image_Transform_Driver_IM::display()
    Display image without saving and lose changes
display
in file GD.php, method Image_Transform_Driver_GD::display()
    Display image without saving and lose changes
top

f

factory
in file Transform.php, method Image_Transform::factory()
    Create a new Image_resize object
flip
in file Transform.php, method Image_Transform::flip()
flip
in file GD.php, method Image_Transform_Driver_GD::flip()
    Flip the image horizontally or vertically
flip
in file NetPBM.php, method Image_Transform_Driver_NetPBM::flip()
    Flip the image horizontally or vertically
flip
in file IM.php, method Image_Transform_Driver_IM::flip()
    Flip the image horizontally or vertically
free
in file Transform.php, method Image_Transform::free()
    Place holder for the real free method used by extended methods to do the resizing
free
in file GD.php, method Image_Transform_Driver_GD::free()
    Destroy image handle
free
in file IM.php, method Image_Transform_Driver_IM::free()
    Destroy image handle
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()
gamma
in file GD.php, method Image_Transform_Driver_GD::gamma()
    Adjust the image gamma
gamma
in file NetPBM.php, method Image_Transform_Driver_NetPBM::gamma()
    Adjust the image gamma
gamma
in file IM.php, method Image_Transform_Driver_IM::gamma()
    Adjust the image gamma
getImageType
in file Transform.php, method Image_Transform::getImageType()
    Get the type of the image being manipulated
getWebSafeFormat
in file Transform.php, method Image_Transform::getWebSafeFormat()
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

l

$lapse_time
in file Transform.php, variable Image_Transform::$lapse_time
$lib_path
in file Transform.php, variable Image_Transform::$lib_path
    Path the the library used
load
in file Transform.php, method Image_Transform::load()
    Place holder for the real load method used by extended methods to do the resizing
load
in file NetPBM.php, method Image_Transform_Driver_NetPBM::load()
    Load image
load
in file IM.php, method Image_Transform_Driver_IM::load()
    Load image
load
in file GD.php, method Image_Transform_Driver_GD::load()
    Load image
top

n

$new_x
in file Transform.php, variable Image_Transform::$new_x
    New image width in x direction
$new_y
in file Transform.php, variable Image_Transform::$new_y
    New image width in y direction
top

o

$old_image
in file GD.php, variable Image_Transform_Driver_GD::$old_image
    Holds the original image file
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()
    Resize the Image in the X and/or Y direction If either is 0 it will be scaled proportionally
rotate
in file NetPBM.php, method Image_Transform_Driver_NetPBM::rotate()
    Rotates the image
rotate
in file IM.php, method Image_Transform_Driver_IM::rotate()
    rotate
rotate
in file GD.php, method Image_Transform_Driver_GD::rotate()
    Rotate image by the given angle Uses a fast rotation algorythm for custom angles or lines copy for multiple of 90 degrees
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

t

$type
in file Transform.php, variable Image_Transform::$type
    Type of the image file (eg. jpg, gif png ...)
Transform.php
procedural page Transform.php
top

u

$uid
in file Transform.php, variable Image_Transform::$uid
uniqueStr
in file Transform.php, method Image_Transform::uniqueStr()
top

Documentation generated on Thu, 12 Jun 2008 12:53:01 -0500 by phpDocumentor 1.4.1