[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

a

allocateColor
in file Image.php, method WideImage_Image::allocateColor()
    Allocate a color by RGB values.
allocateColorAlpha
in file TrueColorImage.php, method WideImage_TrueColorImage::allocateColorAlpha()
    Allocates a color and returns its index
alphaBlending
in file TrueColorImage.php, method WideImage_TrueColorImage::alphaBlending()
    Sets alpha blending mode via imagealphablending()
applyConvolution
in file Image.php, method WideImage_Image::applyConvolution()
    Applies convolution matrix with imageconvolution()
applyFilter
in file Image.php, method WideImage_Image::applyFilter()
    Applies a filter
applyMask
in file Image.php, method WideImage_Image::applyMask()
    Returns an image with applied mask
asGrayscale
in file Image.php, method WideImage_Image::asGrayscale()
    Returns a grayscale copy of the image
asNegative
in file Image.php, method WideImage_Image::asNegative()
    Returns a negative of the image
asPalette
in file PaletteImage.php, method WideImage_PaletteImage::asPalette()
    (non-PHPdoc)
asPalette
in file TrueColorImage.php, method WideImage_TrueColorImage::asPalette()
asPalette
in file Image.php, method WideImage_Image::asPalette()
    Returns a palette copy (8bit) of the image
assertValidImageHandle
in file WideImage.php, method WideImage::assertValidImageHandle()
    Throws exception if the handle isn't a valid GD resource
asString
in file Image.php, method WideImage_Image::asString()
    Returns binary string with image data in format specified by $format
asTrueColor
in file TrueColorImage.php, method WideImage_TrueColorImage::asTrueColor()
    (non-PHPdoc)
asTrueColor
in file Image.php, method WideImage_Image::asTrueColor()
    Returns a true-color copy of the image
asTrueColor
in file PaletteImage.php, method WideImage_PaletteImage::asTrueColor()
    (non-PHPdoc)
autoCrop
in file Image.php, method WideImage_Image::autoCrop()
    Performs an auto-crop on the image
ApplyConvolution.php
procedural page ApplyConvolution.php
ApplyFilter.php
procedural page ApplyFilter.php
ApplyMask.php
procedural page ApplyMask.php
AsGrayscale.php
procedural page AsGrayscale.php
AutoCrop.php
procedural page AutoCrop.php
top

b

BMP.php
procedural page BMP.php
bmp.php
procedural page bmp.php
top

c

$cache
in file OperationFactory.php, variable WideImage_OperationFactory::$cache
$canvas
in file Image.php, variable WideImage_Image::$canvas
    Canvas object
$color
in file TTF.php, variable WideImage_Font_TTF::$color
$color
in file GDF.php, variable WideImage_Font_GDF::$color
$color
in file PS.php, variable WideImage_Font_PS::$color
$coord_align
in file Coordinate.php, variable WideImage_Coordinate::$coord_align
$coord_numeric
in file Coordinate.php, variable WideImage_Coordinate::$coord_numeric
Canvas.php
procedural page Canvas.php
Coordinate.php
procedural page Coordinate.php
copy
in file Image.php, method WideImage_Image::copy()
    Returns a copy of the image
copyAsNew
in file PaletteImage.php, method WideImage_PaletteImage::copyAsNew()
    Returns a copy of the image
copyNoAlpha
in file PaletteImage.php, method WideImage_PaletteImage::copyNoAlpha()
    (non-PHPdoc)
copyNoAlpha
in file Image.php, method WideImage_Image::copyNoAlpha()
    Returns an image without an alpha channel
copyNoAlpha
in file TrueColorImage.php, method WideImage_TrueColorImage::copyNoAlpha()
    (non-PHPdoc)
copyTo
in file Image.php, method WideImage_Image::copyTo()
    Copies this image onto another image
copyTransparencyFrom
in file Image.php, method WideImage_Image::copyTransparencyFrom()
    Copies transparency information from $sourceImage. Optionally fills the image with the transparent color at (0, 0).
correctGamma
in file Image.php, method WideImage_Image::correctGamma()
    Corrects gamma on the image
create
in file TrueColorImage.php, method WideImage_TrueColorImage::create()
    Factory method that creates a true-color image object
create
in file PaletteImage.php, method WideImage_PaletteImage::create()
    Create a palette image
createPaletteImage
in file WideImage.php, method WideImage::createPaletteImage()
    Factory method for creating a palette image
createTrueColorImage
in file WideImage.php, method WideImage::createTrueColorImage()
    Factory method for creating a true-color image
crop
in file Image.php, method WideImage_Image::crop()
    Returns a cropped rectangular portion of the image
CopyChannelsPalette.php
procedural page CopyChannelsPalette.php
CopyChannelsTrueColor.php
procedural page CopyChannelsTrueColor.php
CorrectGamma.php
procedural page CorrectGamma.php
Crop.php
procedural page Crop.php
top

d

destroy
in file Image.php, method WideImage_Image::destroy()
    This method destroy the image handle, and releases the image resource.
determineFormat
in file MapperFactory.php, method WideImage_MapperFactory::determineFormat()
doCreate
in file TrueColorImage.php, method WideImage_TrueColorImage::doCreate()
doCreate
in file PaletteImage.php, method WideImage_PaletteImage::doCreate()
top

e

evaluate
in file Coordinate.php, method WideImage_Coordinate::evaluate()
    Evaluates the $coord relatively to $dim
Exception.php
procedural page Exception.php
execute
in file Mirror.php, method WideImage_Operation_Mirror::execute()
    Returns a mirrored image
execute
in file Merge.php, method WideImage_Operation_Merge::execute()
    Returns a merged image
execute
in file GetMask.php, method WideImage_Operation_GetMask::execute()
    Returns a mask
execute
in file Resize.php, method WideImage_Operation_Resize::execute()
    Returns a resized image
execute
in file ResizeCanvas.php, method WideImage_Operation_ResizeCanvas::execute()
    Returns an image with a resized canvas
execute
in file Unsharp.php, method WideImage_Operation_Unsharp::execute()
    Returns sharpened image
execute
in file RoundCorners.php, method WideImage_Operation_RoundCorners::execute()
execute
in file Rotate.php, method WideImage_Operation_Rotate::execute()
    Returns rotated image
execute
in file ApplyMask.php, method WideImage_Operation_ApplyMask::execute()
    Applies a mask on the copy of source image
execute
in file Flip.php, method WideImage_Operation_Flip::execute()
    Returns a flipped image
execute
in file ApplyFilter.php, method WideImage_Operation_ApplyFilter::execute()
    Executes imagefilter
execute
in file AutoCrop.php, method WideImage_Operation_AutoCrop::execute()
    Executes the auto-crop operation on the $img
execute
in file AsGrayscale.php, method WideImage_Operation_AsGrayscale::execute()
    Returns a greyscale copy of an image
execute
in file CopyChannelsPalette.php, method WideImage_Operation_CopyChannelsPalette::execute()
    Returns an image with only specified channels copied
execute
in file CopyChannelsTrueColor.php, method WideImage_Operation_CopyChannelsTrueColor::execute()
    Returns an image with only specified channels copied
execute
in file Crop.php, method WideImage_Operation_Crop::execute()
    Returns a cropped image
execute
in file CorrectGamma.php, method WideImage_Operation_CorrectGamma::execute()
    Executes imagegammacorrect()
execute
in file ApplyConvolution.php, method WideImage_Operation_ApplyConvolution::execute()
    Executes imageconvolution() filter
extractExtension
in file MapperFactory.php, method WideImage_MapperFactory::extractExtension()
top

f

$face
in file TTF.php, variable WideImage_Font_TTF::$face
$font
in file GDF.php, variable WideImage_Font_GDF::$font
$font
in file Canvas.php, variable WideImage_Canvas::$font
fill
in file Image.php, method WideImage_Image::fill()
    Fill the image at ($x, $y) with color index $color
fix
in file Coordinate.php, method WideImage_Coordinate::fix()
    Calculates and fixes a smart coordinate into a numeric value
fixForResize
in file Coordinate.php, method WideImage_Coordinate::fixForResize()
    Fix a coordinate for a resize (limits by image weight and height)
flip
in file Image.php, method WideImage_Image::flip()
    Returns a flipped (mirrored over horizontal line) copy of the image
Flip.php
procedural page Flip.php
top

g

GDF.php
procedural page GDF.php
get
in file OperationFactory.php, method WideImage_OperationFactory::get()
getCanvas
in file Image.php, method WideImage_Image::getCanvas()
    Returns the canvas object
getChannels
in file PaletteImage.php, method WideImage_PaletteImage::getChannels()
    (non-PHPdoc)
getChannels
in file TrueColorImage.php, method WideImage_TrueColorImage::getChannels()
getChannels
in file Image.php, method WideImage_Image::getChannels()
    Retrieve an image with selected channels
getClosestColor
in file Image.php, method WideImage_Image::getClosestColor()
    Returns closest color index that matches the given RGB value. Uses PHP's imagecolorclosest()
getClosestColorAlpha
in file TrueColorImage.php, method WideImage_TrueColorImage::getClosestColorAlpha()
    Returns the index of the color that best match the given color components
getColorAt
in file Image.php, method WideImage_Image::getColorAt()
    Returns an index of the color at $x, $y
getColorRGB
in file Image.php, method WideImage_Image::getColorRGB()
    Returns a color's RGB
getExactColor
in file Image.php, method WideImage_Image::getExactColor()
    Returns the color index that exactly matches the given RGB value. Uses PHP's imagecolorexact()
getExactColorAlpha
in file TrueColorImage.php, method WideImage_TrueColorImage::getExactColorAlpha()
    Returns the index of the color that exactly match the given color components
getHandle
in file Image.php, method WideImage_Image::getHandle()
    Returns the GD image resource
getHeight
in file Image.php, method WideImage_Image::getHeight()
getMask
in file Image.php, method WideImage_Image::getMask()
    Returns the image's mask
getOperation
in file Image.php, method WideImage_Image::getOperation()
    Used internally to create Operation objects
getRGBAt
in file Image.php, method WideImage_Image::getRGBAt()
    Returns a RGBA array for pixel at $x, $y
getTransparentColor
in file Image.php, method WideImage_Image::getTransparentColor()
getTransparentColorRGB
in file Image.php, method WideImage_Image::getTransparentColorRGB()
getWidth
in file Image.php, method WideImage_Image::getWidth()
GD.php
procedural page GD.php
GD2.php
procedural page GD2.php
GIF.php
procedural page GIF.php
GetMask.php
procedural page GetMask.php
top

h

$handle
in file PS.php, variable WideImage_Font_PS::$handle
$handle
in file Image.php, variable WideImage_Image::$handle
    Holds the image resource
$handle
in file Canvas.php, variable WideImage_Canvas::$handle
$handleReleased
in file Image.php, variable WideImage_Image::$handleReleased
    Flag that determines if WideImage should call imagedestroy() upon object destruction
top

i

$image
in file Canvas.php, variable WideImage_Canvas::$image
ICO_MAX_COLOR
in file ico.php, constant ICO_MAX_COLOR
    Image with maximum colors
ICO_MAX_SIZE
in file ico.php, constant ICO_MAX_SIZE
    Image with maximal size
ICO_TRUE_COLOR
in file ico.php, constant ICO_TRUE_COLOR
    TrueColor images constant
ICO_XP_COLOR
in file ico.php, constant ICO_XP_COLOR
    XPColor images constant (Alpha channel)
Image.php
procedural page Image.php
imagebmp
in file bmp.php, function imagebmp()
    Creates new BMP file from image resource
imagecreatefrombmp
in file bmp.php, function imagecreatefrombmp()
    Reads image from a BMP file and converts it to image resource
imageCreateFromExeIco
in file ico.php, function imageCreateFromExeIco()
    Reads image from a icon in exe file
imageCreateFromIco
in file ico.php, function imageCreateFromIco()
    Reads image from a ICO file
imageIco
in file ico.php, function imageIco()
    Creates ico file from image resource(s)
isTransparent
in file Image.php, method WideImage_Image::isTransparent()
isTrueColor
in file TrueColorImage.php, method WideImage_TrueColorImage::isTrueColor()
isTrueColor
in file Image.php, method WideImage_Image::isTrueColor()
    Returns true if the image is true-color, false otherwise
isTrueColor
in file PaletteImage.php, method WideImage_PaletteImage::isTrueColor()
    (non-PHPdoc)
isValid
in file Image.php, method WideImage_Image::isValid()
isValidImageHandle
in file WideImage.php, method WideImage::isValidImageHandle()
    Check whether the given handle is a valid GD resource
ico.php
procedural page ico.php
top

j

jpexs_decbin8
in file bmp.php, function jpexs_decbin8()
jpexs_decbinx
in file bmp.php, function jpexs_decbinx()
jpexs_freadbits
in file bmp.php, function jpexs_freadbits()
jpexs_freadbyte
in file bmp.php, function jpexs_freadbyte()
jpexs_freaddword
in file bmp.php, function jpexs_freaddword()
jpexs_freadlngint
in file bmp.php, function jpexs_freadlngint()
jpexs_freadword
in file bmp.php, function jpexs_freadword()
jpexs_GetIconsInfo
in file ico.php, function jpexs_GetIconsInfo()
jpexs_inttobyte
in file bmp.php, function jpexs_inttobyte()
jpexs_inttodword
in file ico.php, function jpexs_inttodword()
jpexs_inttoword
in file ico.php, function jpexs_inttoword()
jpexs_int_to_dword
in file bmp.php, function jpexs_int_to_dword()
jpexs_int_to_word
in file bmp.php, function jpexs_int_to_word()
jpexs_readIcon
in file ico.php, function jpexs_readIcon()
jpexs_readResDirectoryEntry
in file ico.php, function jpexs_readResDirectoryEntry()
    Internal function for reading exe icons
jpexs_retBits
in file bmp.php, function jpexs_retBits()
JPEG.php
procedural page JPEG.php
top

l

load
in file BMP.php, method WideImage_Mapper_BMP::load()
load
in file WideImage.php, method WideImage::load()
    Loads an image from a file, URL, upload field, binary string, or a valid image handle. This function analyzes the input and decides whether to use WideImage::loadFromHandle(), WideImage::loadFromFile(), WideImage::loadFromUpload() or WideImage::loadFromString().
load
in file JPEG.php, method WideImage_Mapper_JPEG::load()
load
in file PNG.php, method WideImage_Mapper_PNG::load()
load
in file GD.php, method WideImage_Mapper_GD::load()
load
in file GD2.php, method WideImage_Mapper_GD2::load()
load
in file GIF.php, method WideImage_Mapper_GIF::load()
loadFromFile
in file WideImage.php, method WideImage::loadFromFile()
    Create and load an image from a file or URL. You can override the file format by specifying the second parameter.
loadFromHandle
in file WideImage.php, method WideImage::loadFromHandle()
    Create and load an image from an image handle.
loadFromString
in file WideImage.php, method WideImage::loadFromString()
    Create and load an image from a string. Format is auto-detected.
loadFromUpload
in file WideImage.php, method WideImage::loadFromUpload()
    This method loads a file from the $_FILES array.
top

m

$mappers
in file MapperFactory.php, variable WideImage_MapperFactory::$mappers
$mimeTable
in file MapperFactory.php, variable WideImage_MapperFactory::$mimeTable
MapperFactory.php
procedural page MapperFactory.php
MAX_COLOR
in file ico.php, constant MAX_COLOR
    Image with maximum colors
MAX_SIZE
in file ico.php, constant MAX_SIZE
    Image with maximal size
merge
in file Image.php, method WideImage_Image::merge()
    This method lays the overlay (watermark) on the image.
mimeType
in file MapperFactory.php, method WideImage_MapperFactory::mimeType()
mirror
in file Image.php, method WideImage_Image::mirror()
    Returns a mirrored copy of the image
Merge.php
procedural page Merge.php
Mirror.php
procedural page Mirror.php
top

o

$one_arg_filters
in file ApplyFilter.php, variable WideImage_Operation_ApplyFilter::$one_arg_filters
    A list of filters that only accept one arguments for imagefilter()
OperationFactory.php
procedural page OperationFactory.php
output
in file Image.php, method WideImage_Image::output()
    Outputs the image to browser
top

p

$path
in file WideImage.php, variable WideImage::$path
PS.php
procedural page PS.php
PNG.php
procedural page PNG.php
PaletteImage.php
procedural page PaletteImage.php
parse
in file Coordinate.php, method WideImage_Coordinate::parse()
    Parses a numeric or string representation of a corrdinate into a structure
path
in file WideImage.php, method WideImage::path()
    Returns the path to the library
prepareDimensions
in file Resize.php, method WideImage_Operation_Resize::prepareDimensions()
    Prepares and corrects smart coordinates
top

r

Resize.php
procedural page Resize.php
ResizeCanvas.php
procedural page ResizeCanvas.php
Rotate.php
procedural page Rotate.php
RoundCorners.php
procedural page RoundCorners.php
releaseHandle
in file Image.php, method WideImage_Image::releaseHandle()
    Releases the handle
resize
in file Image.php, method WideImage_Image::resize()
    Resize the image to given dimensions.
resizeCanvas
in file Image.php, method WideImage_Image::resizeCanvas()
    Resizes the canvas of the image, but doesn't stretch the image content
resizeDown
in file Image.php, method WideImage_Image::resizeDown()
    Same as WideImage_Image::resize(), but the image is only applied if it is larger then the given dimensions.
resizeUp
in file Image.php, method WideImage_Image::resizeUp()
    Same as WideImage_Image::resize(), but the image is only applied if it is smaller then the given dimensions.
rotate
in file Image.php, method WideImage_Image::rotate()
    Rotate the image for angle $angle clockwise.
roundCorners
in file Image.php, method WideImage_Image::roundCorners()
    Returns an image with round corners
top

s

$sdata
in file Image.php, variable WideImage_Image::$sdata
$size
in file PS.php, variable WideImage_Font_PS::$size
$size
in file TTF.php, variable WideImage_Font_TTF::$size
save
in file JPEG.php, method WideImage_Mapper_JPEG::save()
save
in file BMP.php, method WideImage_Mapper_BMP::save()
save
in file GIF.php, method WideImage_Mapper_GIF::save()
save
in file GD.php, method WideImage_Mapper_GD::save()
save
in file GD2.php, method WideImage_Mapper_GD2::save()
save
in file PNG.php, method WideImage_Mapper_PNG::save()
saveAlpha
in file TrueColorImage.php, method WideImage_TrueColorImage::saveAlpha()
    Toggle if alpha channel should be saved with the image via imagesavealpha()
saveExeIcon
in file ico.php, function saveExeIcon()
    Saves icon(s) from the exe file
saveToFile
in file Image.php, method WideImage_Image::saveToFile()
    Saves an image to a file
selectMapper
in file MapperFactory.php, method WideImage_MapperFactory::selectMapper()
    Returns a mapper, based on the $uri and $format
setColorAt
in file Image.php, method WideImage_Image::setColorAt()
    Set the color index $color to a pixel at $x, $y
setFont
in file Canvas.php, method WideImage_Canvas::setFont()
setRGBAt
in file Image.php, method WideImage_Image::setRGBAt()
    Writes a pixel at the designated coordinates
setTransparentColor
in file Image.php, method WideImage_Image::setTransparentColor()
SIDE_ALL
in file WideImage.php, class constant WideImage::SIDE_ALL
SIDE_BOTTOM
in file WideImage.php, class constant WideImage::SIDE_BOTTOM
SIDE_BOTTOM_LEFT
in file WideImage.php, class constant WideImage::SIDE_BOTTOM_LEFT
SIDE_BOTTOM_RIGHT
in file WideImage.php, class constant WideImage::SIDE_BOTTOM_RIGHT
SIDE_LEFT
in file WideImage.php, class constant WideImage::SIDE_LEFT
SIDE_RIGHT
in file WideImage.php, class constant WideImage::SIDE_RIGHT
SIDE_TOP
in file WideImage.php, class constant WideImage::SIDE_TOP
SIDE_TOP_LEFT
in file WideImage.php, class constant WideImage::SIDE_TOP_LEFT
SIDE_TOP_RIGHT
in file WideImage.php, class constant WideImage::SIDE_TOP_RIGHT
top

t

TTF.php
procedural page TTF.php
TrueColorImage.php
procedural page TrueColorImage.php
TRUE_COLOR
in file ico.php, constant TRUE_COLOR
    TrueColor images constant
top

u

Unsharp.php
procedural page Unsharp.php
unsharp
in file Image.php, method WideImage_Image::unsharp()
    Applies the unsharp filter
useFont
in file Canvas.php, method WideImage_Canvas::useFont()
    Creates and sets the current font
top

v

version
in file WideImage.php, method WideImage::version()
    Returns the library version
top

w

WideImage
in file WideImage.php, class WideImage
    The gateway class for loading images and core library functions
WideImage.php
procedural page WideImage.php
WideImage_Canvas
in file Canvas.php, class WideImage_Canvas
WideImage_Coordinate
in file Coordinate.php, class WideImage_Coordinate
    A utility class for smart coordinates
WideImage_Exception
in file Exception.php, class WideImage_Exception
    Base Exception class
WideImage_Font_GDF
in file GDF.php, class WideImage_Font_GDF
    GDF font support class
WideImage_Font_PS
in file PS.php, class WideImage_Font_PS
    PS font support class
WideImage_Font_TTF
in file TTF.php, class WideImage_Font_TTF
    TTF font support class
WideImage_Image
in file Image.php, class WideImage_Image
    Base class for images
WideImage_InvalidCanvasMethodException
in file Canvas.php, class WideImage_InvalidCanvasMethodException
WideImage_InvalidCoordinateException
in file Coordinate.php, class WideImage_InvalidCoordinateException
WideImage_InvalidFontFileException
in file Canvas.php, class WideImage_InvalidFontFileException
WideImage_InvalidImageDimensionException
in file Image.php, class WideImage_InvalidImageDimensionException
    Thrown when an invalid dimension is passed for some operations
WideImage_InvalidImageHandleException
in file WideImage.php, class WideImage_InvalidImageHandleException
WideImage_InvalidImageSourceException
in file WideImage.php, class WideImage_InvalidImageSourceException
WideImage_MapperFactory
in file MapperFactory.php, class WideImage_MapperFactory
    Mapper factory
WideImage_Mapper_BMP
in file BMP.php, class WideImage_Mapper_BMP
    Mapper support for BMP
WideImage_Mapper_GD
in file GD.php, class WideImage_Mapper_GD
    Mapper class for GD files
WideImage_Mapper_GD2
in file GD2.php, class WideImage_Mapper_GD2
    Mapper class for GD2 files
WideImage_Mapper_GIF
in file GIF.php, class WideImage_Mapper_GIF
    Mapper class for GIF files
WideImage_Mapper_JPEG
in file JPEG.php, class WideImage_Mapper_JPEG
    Mapper class for JPEG files
WideImage_Mapper_PNG
in file PNG.php, class WideImage_Mapper_PNG
    Mapper class for PNG files
WideImage_NoFontException
in file Canvas.php, class WideImage_NoFontException
WideImage_OperationFactory
in file OperationFactory.php, class WideImage_OperationFactory
    Operation factory
WideImage_Operation_ApplyConvolution
in file ApplyConvolution.php, class WideImage_Operation_ApplyConvolution
    ApplyConvolution operation class
WideImage_Operation_ApplyFilter
in file ApplyFilter.php, class WideImage_Operation_ApplyFilter
    ApplyFilter operation class
WideImage_Operation_ApplyMask
in file ApplyMask.php, class WideImage_Operation_ApplyMask
    ApplyMask operation class
WideImage_Operation_AsGrayscale
in file AsGrayscale.php, class WideImage_Operation_AsGrayscale
    AsGrayscale operation class
WideImage_Operation_AutoCrop
in file AutoCrop.php, class WideImage_Operation_AutoCrop
    AutoCrop operation
WideImage_Operation_CopyChannelsPalette
in file CopyChannelsPalette.php, class WideImage_Operation_CopyChannelsPalette
    CopyChannelsPalette operation class
WideImage_Operation_CopyChannelsTrueColor
in file CopyChannelsTrueColor.php, class WideImage_Operation_CopyChannelsTrueColor
    CopyChannelsTrueColor operation class
WideImage_Operation_CorrectGamma
in file CorrectGamma.php, class WideImage_Operation_CorrectGamma
    CorrectGamma operation class
WideImage_Operation_Crop
in file Crop.php, class WideImage_Operation_Crop
    Crop operation class
WideImage_Operation_Flip
in file Flip.php, class WideImage_Operation_Flip
    Flip operation class
WideImage_Operation_GetMask
in file GetMask.php, class WideImage_Operation_GetMask
    GetMask operation class
WideImage_Operation_InvalidFitMethodException
in file Resize.php, class WideImage_Operation_InvalidFitMethodException
    An Exception for when an invalid fit method is passed
WideImage_Operation_InvalidResizeDimensionException
in file Resize.php, class WideImage_Operation_InvalidResizeDimensionException
    An Exception for when an invalid resize dimensions are passed
WideImage_Operation_Merge
in file Merge.php, class WideImage_Operation_Merge
    Merge operation class
WideImage_Operation_Mirror
in file Mirror.php, class WideImage_Operation_Mirror
    Mirror operation class
WideImage_Operation_Resize
in file Resize.php, class WideImage_Operation_Resize
    Resize operation class
WideImage_Operation_ResizeCanvas
in file ResizeCanvas.php, class WideImage_Operation_ResizeCanvas
    ResizeCanvas operation class
WideImage_Operation_Rotate
in file Rotate.php, class WideImage_Operation_Rotate
    Rotate operation class
WideImage_Operation_RoundCorners
in file RoundCorners.php, class WideImage_Operation_RoundCorners
    ApplyMask operation class
WideImage_Operation_Unsharp
in file Unsharp.php, class WideImage_Operation_Unsharp
    Unsharp filter
WideImage_PaletteImage
in file PaletteImage.php, class WideImage_PaletteImage
WideImage_TrueColorImage
in file TrueColorImage.php, class WideImage_TrueColorImage
    A class for truecolor image objects
WideImage_UnknownImageOperationException
in file OperationFactory.php, class WideImage_UnknownImageOperationException
WideImage_UnsupportedFormatException
in file MapperFactory.php, class WideImage_UnsupportedFormatException
    Thrown when image format isn't supported
writeHeader
in file Image.php, method WideImage_Image::writeHeader()
    Output a header to browser.
writeText
in file Canvas.php, method WideImage_Canvas::writeText()
    Write text on the image at specified position
writeText
in file GDF.php, method WideImage_Font_GDF::writeText()
writeText
in file PS.php, method WideImage_Font_PS::writeText()
writeText
in file TTF.php, method WideImage_Font_TTF::writeText()
top

x

XP_COLOR
in file ico.php, constant XP_COLOR
    XPColor images constant (Alpha channel)
top

_

__call
in file Image.php, method WideImage_Image::__call()
    Used internally to execute operations
__call
in file Canvas.php, method WideImage_Canvas::__call()
    A magic method that allows you to call any PHP function that starts with "image".
__construct
in file Canvas.php, method WideImage_Canvas::__construct()
__construct
in file TTF.php, method WideImage_Font_TTF::__construct()
__construct
in file Image.php, method WideImage_Image::__construct()
    The base class constructor
__construct
in file GDF.php, method WideImage_Font_GDF::__construct()
__construct
in file TrueColorImage.php, method WideImage_TrueColorImage::__construct()
    Creates the object
__construct
in file PS.php, method WideImage_Font_PS::__construct()
__destruct
in file Image.php, method WideImage_Image::__destruct()
    Cleanup
__destruct
in file PS.php, method WideImage_Font_PS::__destruct()
__sleep
in file Image.php, method WideImage_Image::__sleep()
    Returns an array of serializable protected variables. Called automatically upon serialize().
__toString
in file Image.php, method WideImage_Image::__toString()
    Returns an image in GIF or PNG format
__wakeup
in file Image.php, method WideImage_Image::__wakeup()
    Restores an image from serialization. Called automatically upon unserialize().
top

Documentation generated on Sat, 31 Jul 2010 20:37:57 +0200 by phpDocumentor 1.4.2