| | Index of all elements[ a ]
	[ b ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ h ]
	[ i ]
	[ j ]
	[ l ]
	[ m ]
	[ o ]
	[ p ]
	[ r ]
	[ s ]
	[ t ]
	[ u ]
	[ v ]
	[ w ]
	[ _ ]
 
		topa
							addNoisein file Image.php, method WideImage_Image::addNoise()Adds noise to the image
allocateColorin file Image.php, method WideImage_Image::allocateColor()Allocate a color by RGB values.
allocateColorAlphain file TrueColorImage.php, method WideImage_TrueColorImage::allocateColorAlpha()Allocates a color and returns its index
alphaBlendingin file TrueColorImage.php, method WideImage_TrueColorImage::alphaBlending()Sets alpha blending mode via imagealphablending()
applyConvolutionin file Image.php, method WideImage_Image::applyConvolution()Applies convolution matrix with imageconvolution()
applyFilterin file Image.php, method WideImage_Image::applyFilter()Applies a filter
applyMaskin file Image.php, method WideImage_Image::applyMask()Returns an image with applied mask
asGrayscalein file Image.php, method WideImage_Image::asGrayscale()Returns a grayscale copy of the image
asNegativein file Image.php, method WideImage_Image::asNegative()Returns a negative of the image
asPalettein file Image.php, method WideImage_Image::asPalette()Returns a palette copy (8bit) of the image
asPalettein file PaletteImage.php, method WideImage_PaletteImage::asPalette()(non-PHPdoc)
asPalettein file TrueColorImage.php, method WideImage_TrueColorImage::asPalette()assertValidImageHandlein file WideImage.php, method WideImage::assertValidImageHandle()Throws exception if the handle isn't a valid GD resource
asStringin file Image.php, method WideImage_Image::asString()Returns binary string with image data in format specified by $format
asTrueColorin file TrueColorImage.php, method WideImage_TrueColorImage::asTrueColor()(non-PHPdoc)
asTrueColorin file PaletteImage.php, method WideImage_PaletteImage::asTrueColor()(non-PHPdoc)
asTrueColorin file Image.php, method WideImage_Image::asTrueColor()Returns a true-color copy of the image
autoCropin file Image.php, method WideImage_Image::autoCrop()Performs an auto-crop on the image
AddNoise.phpprocedural page AddNoise.phpApplyConvolution.phpprocedural page ApplyConvolution.phpApplyFilter.phpprocedural page ApplyFilter.phpApplyMask.phpprocedural page ApplyMask.phpAsGrayscale.phpprocedural page AsGrayscale.phpAsNegative.phpprocedural page AsNegative.phpAutoCrop.phpprocedural page AutoCrop.php 
 top
 
 
 
		topc
							$cachein file OperationFactory.php, variable WideImage_OperationFactory::$cache$canvasin file Image.php, variable WideImage_Image::$canvasCanvas object
$colorin file TTF.php, variable WideImage_Font_TTF::$color$colorin file GDF.php, variable WideImage_Font_GDF::$color$colorin file PS.php, variable WideImage_Font_PS::$color$coord_alignin file Coordinate.php, variable WideImage_Coordinate::$coord_align$coord_numericin file Coordinate.php, variable WideImage_Coordinate::$coord_numeric$customMappersin file MapperFactory.php, variable WideImage_MapperFactory::$customMappersCanvas.phpprocedural page Canvas.phpcheckGDin file WideImage.php, method WideImage::checkGD()Checks whether the gd library is loaded, and throws an exception otherwise
colorNoise_funin file AddNoise.php, method WideImage_Operation_AddNoise::colorNoise_fun()Adds color noise by altering given R,G,B values using specififed amount
Coordinate.phpprocedural page Coordinate.phpcopyin file Image.php, method WideImage_Image::copy()Returns a copy of the image object
copyAsNewin file PaletteImage.php, method WideImage_PaletteImage::copyAsNew()Returns a copy of the image
copyNoAlphain file TrueColorImage.php, method WideImage_TrueColorImage::copyNoAlpha()(non-PHPdoc)
copyNoAlphain file PaletteImage.php, method WideImage_PaletteImage::copyNoAlpha()(non-PHPdoc)
copyNoAlphain file Image.php, method WideImage_Image::copyNoAlpha()Returns an image without an alpha channel
copyToin file Image.php, method WideImage_Image::copyTo()Copies this image onto another image
copyTransparencyFromin file Image.php, method WideImage_Image::copyTransparencyFrom()Copies transparency information from $sourceImage. Optionally fills  the image with the transparent color at (0, 0).
correctGammain file Image.php, method WideImage_Image::correctGamma()Corrects gamma on the image
createin file TrueColorImage.php, method WideImage_TrueColorImage::create()Factory method that creates a true-color image object
createin file PaletteImage.php, method WideImage_PaletteImage::create()Create a palette image
createPaletteImagein file WideImage.php, method WideImage::createPaletteImage()Factory method for creating a palette image
createTrueColorImagein file WideImage.php, method WideImage::createTrueColorImage()Factory method for creating a true-color image
cropin file Image.php, method WideImage_Image::crop()Returns a cropped rectangular portion of the image
CopyChannelsPalette.phpprocedural page CopyChannelsPalette.phpCopyChannelsTrueColor.phpprocedural page CopyChannelsTrueColor.phpCorrectGamma.phpprocedural page CorrectGamma.phpCrop.phpprocedural page Crop.php 
 top
 
 
 
		tope
							evaluatein file Coordinate.php, method WideImage_Coordinate::evaluate()Evaluates the $coord relatively to $dim
Exception.phpprocedural page Exception.phpexecutein file Merge.php, method WideImage_Operation_Merge::execute()Returns a merged image
executein file GetMask.php, method WideImage_Operation_GetMask::execute()Returns a mask
executein file Flip.php, method WideImage_Operation_Flip::execute()Returns a flipped image
executein file Mirror.php, method WideImage_Operation_Mirror::execute()Returns a mirrored image
executein file Resize.php, method WideImage_Operation_Resize::execute()Returns a resized image
executein file Unsharp.php, method WideImage_Operation_Unsharp::execute()Returns sharpened image
executein file RoundCorners.php, method WideImage_Operation_RoundCorners::execute()executein file Rotate.php, method WideImage_Operation_Rotate::execute()Returns rotated image
executein file ResizeCanvas.php, method WideImage_Operation_ResizeCanvas::execute()Returns an image with a resized canvas
executein file Crop.php, method WideImage_Operation_Crop::execute()Returns a cropped image
executein file AsGrayscale.php, method WideImage_Operation_AsGrayscale::execute()Returns a greyscale copy of an image
executein file ApplyMask.php, method WideImage_Operation_ApplyMask::execute()Applies a mask on the copy of source image
executein file ApplyFilter.php, method WideImage_Operation_ApplyFilter::execute()Executes imagefilter
executein file ApplyConvolution.php, method WideImage_Operation_ApplyConvolution::execute()Executes imageconvolution() filter
executein file AsNegative.php, method WideImage_Operation_AsNegative::execute()Returns a greyscale copy of an image
executein file AutoCrop.php, method WideImage_Operation_AutoCrop::execute()Executes the auto-crop operation on the $img
executein file CopyChannelsTrueColor.php, method WideImage_Operation_CopyChannelsTrueColor::execute()Returns an image with only specified channels copied
executein file AddNoise.php, method WideImage_Operation_AddNoise::execute()Returns image with noise added
executein file CopyChannelsPalette.php, method WideImage_Operation_CopyChannelsPalette::execute()Returns an image with only specified channels copied
executein file CorrectGamma.php, method WideImage_Operation_CorrectGamma::execute()Executes imagegammacorrect()
extractExtensionin file MapperFactory.php, method WideImage_MapperFactory::extractExtension() 
 top
 
 
 
		topg
							GDF.phpprocedural page GDF.phpgetin file OperationFactory.php, method WideImage_OperationFactory::get()getCanvasin file Image.php, method WideImage_Image::getCanvas()Returns the canvas object
getChannelsin file PaletteImage.php, method WideImage_PaletteImage::getChannels()(non-PHPdoc)
getChannelsin file Image.php, method WideImage_Image::getChannels()Retrieve an image with selected channels
getChannelsin file TrueColorImage.php, method WideImage_TrueColorImage::getChannels()getClosestColorin file Image.php, method WideImage_Image::getClosestColor()Returns closest color index that matches the given RGB value. Uses  PHP's imagecolorclosest()
getClosestColorAlphain file TrueColorImage.php, method WideImage_TrueColorImage::getClosestColorAlpha()Returns the index of the color that best match the given color components
getColorAtin file Image.php, method WideImage_Image::getColorAt()Returns an index of the color at $x, $y
getColorRGBin file Image.php, method WideImage_Image::getColorRGB()Returns a color's RGB
getCustomMappersin file MapperFactory.php, method WideImage_MapperFactory::getCustomMappers()getExactColorin file Image.php, method WideImage_Image::getExactColor()Returns the color index that exactly matches the given RGB value. Uses  PHP's imagecolorexact()
getExactColorAlphain file TrueColorImage.php, method WideImage_TrueColorImage::getExactColorAlpha()Returns the index of the color that exactly match the given color components
getHandlein file Image.php, method WideImage_Image::getHandle()Returns the GD image resource
getHeightin file Image.php, method WideImage_Image::getHeight()getMaskin file Image.php, method WideImage_Image::getMask()Returns the image's mask
getOperationin file Image.php, method WideImage_Image::getOperation()Used internally to create Operation objects
getRGBAtin file Image.php, method WideImage_Image::getRGBAt()Returns a RGBA array for pixel at $x, $y
getTransparentColorin file Image.php, method WideImage_Image::getTransparentColor()getTransparentColorRGBin file Image.php, method WideImage_Image::getTransparentColorRGB()Returns a RGB array of the transparent color or null if none.
getWidthin file Image.php, method WideImage_Image::getWidth()GD.phpprocedural page GD.phpGD2.phpprocedural page GD2.phpGIF.phpprocedural page GIF.phpGetMask.phpprocedural page GetMask.php 
 top
 
 
 
		topi
							$imagein file Canvas.php, variable WideImage_Canvas::$imageImage.phpprocedural page Image.phpimagebmpin file BMP.php, method WideImage_vendor_de77_BMP::imagebmp()imagecreatefrombmpin file BMP.php, method WideImage_vendor_de77_BMP::imagecreatefrombmp()imagecreatefromstringin file TGA.php, method WideImage_vendor_de77_TGA::imagecreatefromstring()imagecreatefromstringin file BMP.php, method WideImage_vendor_de77_BMP::imagecreatefromstring()imagecreatefromtgain file TGA.php, method WideImage_vendor_de77_TGA::imagecreatefromtga()isTransparentin file Image.php, method WideImage_Image::isTransparent()isTrueColorin file TrueColorImage.php, method WideImage_TrueColorImage::isTrueColor()isTrueColorin file Image.php, method WideImage_Image::isTrueColor()Returns true if the image is true-color, false otherwise
isTrueColorin file PaletteImage.php, method WideImage_PaletteImage::isTrueColor()(non-PHPdoc)
isValidin file Image.php, method WideImage_Image::isValid()isValidImageHandlein file WideImage.php, method WideImage::isValidImageHandle()Check whether the given handle is a valid GD resource
 
 top
 
 
 
		topl
							loadin file BMP.php, method WideImage_Mapper_BMP::load()loadin file TGA.php, method WideImage_Mapper_TGA::load()loadin file WideImage.php, method WideImage::load()Loads an image from a file, URL, HTML input file field, binary string, or a valid image handle.
loadin file JPEG.php, method WideImage_Mapper_JPEG::load()loadin file PNG.php, method WideImage_Mapper_PNG::load()loadin file GIF.php, method WideImage_Mapper_GIF::load()loadin file GD.php, method WideImage_Mapper_GD::load()loadin file GD2.php, method WideImage_Mapper_GD2::load()loadFromFilein file WideImage.php, method WideImage::loadFromFile()Create and load an image from a file or URL. The image format is auto-detected.
loadFromHandlein file WideImage.php, method WideImage::loadFromHandle()Create and load an image from an image handle.
loadFromStringin file WideImage.php, method WideImage::loadFromString()Create and load an image from a string. Format is auto-detected.
loadFromStringin file BMP.php, method WideImage_Mapper_BMP::loadFromString()loadFromStringin file TGA.php, method WideImage_Mapper_TGA::loadFromString()loadFromUploadin file WideImage.php, method WideImage::loadFromUpload()This method loads a file from the $_FILES array. The image format is auto-detected.
 
 top
 
 top
 
 top
 
 
 
		topr
							Resize.phpprocedural page Resize.phpResizeCanvas.phpprocedural page ResizeCanvas.phpRotate.phpprocedural page Rotate.phpRoundCorners.phpprocedural page RoundCorners.phpregisterCustomMapperin file WideImage.php, method WideImage::registerCustomMapper()Registers a custom mapper for image loading and saving
registerMapperin file MapperFactory.php, method WideImage_MapperFactory::registerMapper()releaseHandlein file Image.php, method WideImage_Image::releaseHandle()Releases the handle
resizein file Image.php, method WideImage_Image::resize()Resize the image to given dimensions.
resizeCanvasin file Image.php, method WideImage_Image::resizeCanvas()Resizes the canvas of the image, but doesn't scale the content of the image
resizeDownin 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.
resizeUpin 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.
rle_decodein file TGA.php, method WideImage_vendor_de77_TGA::rle_decode()rotatein file Image.php, method WideImage_Image::rotate()Rotate the image for angle $angle clockwise.
roundCornersin file Image.php, method WideImage_Image::roundCorners()Returns an image with round corners
 
 
 
		tops
							$sdatain file Image.php, variable WideImage_Image::$sdata$sizein file PS.php, variable WideImage_Font_PS::$size$sizein file TTF.php, variable WideImage_Font_TTF::$sizesaltPepperNoise_funin file AddNoise.php, method WideImage_Operation_AddNoise::saltPepperNoise_fun()Adds salt&pepper noise by altering given R,G,B values using specififed amount
savein file JPEG.php, method WideImage_Mapper_JPEG::save()savein file TGA.php, method WideImage_Mapper_TGA::save()savein file PNG.php, method WideImage_Mapper_PNG::save()savein file GD2.php, method WideImage_Mapper_GD2::save()savein file GD.php, method WideImage_Mapper_GD::save()savein file BMP.php, method WideImage_Mapper_BMP::save()savein file GIF.php, method WideImage_Mapper_GIF::save()saveAlphain file TrueColorImage.php, method WideImage_TrueColorImage::saveAlpha()Toggle if alpha channel should be saved with the image via imagesavealpha()
saveToFilein file Image.php, method WideImage_Image::saveToFile()Saves an image to a file
selectMapperin file MapperFactory.php, method WideImage_MapperFactory::selectMapper()Returns a mapper, based on the $uri and $format
setColorAtin file Image.php, method WideImage_Image::setColorAt()Set the color index $color to a pixel at $x, $y
setFontin file Canvas.php, method WideImage_Canvas::setFont()Sets the active font. Can be an instance of  WideImage_Font_TTF, WideImage_Font_PS, or WideImage_Font_GDF.
setRGBAtin file Image.php, method WideImage_Image::setRGBAt()Writes a pixel at the designated coordinates
setTransparentColorin file Image.php, method WideImage_Image::setTransparentColor()Sets the current transparent color index. Only makes sense for palette images (8-bit).
SIDE_ALLin file WideImage.php, class constant WideImage::SIDE_ALLSIDE_BOTTOMin file WideImage.php, class constant WideImage::SIDE_BOTTOMSIDE_BOTTOM_LEFTin file WideImage.php, class constant WideImage::SIDE_BOTTOM_LEFTSIDE_BOTTOM_RIGHTin file WideImage.php, class constant WideImage::SIDE_BOTTOM_RIGHTSIDE_LEFTin file WideImage.php, class constant WideImage::SIDE_LEFTSIDE_RIGHTin file WideImage.php, class constant WideImage::SIDE_RIGHTSIDE_TOPin file WideImage.php, class constant WideImage::SIDE_TOPSIDE_TOP_LEFTin file WideImage.php, class constant WideImage::SIDE_TOP_LEFTSIDE_TOP_RIGHTin file WideImage.php, class constant WideImage::SIDE_TOP_RIGHT 
 top
 
 top
 
 top
 
 
 
		topw
							WideImagein file WideImage.php, class WideImageThe gateway class for loading images and core library functions
WideImage.phpprocedural page WideImage.phpWideImage_Canvasin file Canvas.php, class WideImage_CanvasWideImage_Coordinatein file Coordinate.php, class WideImage_CoordinateA utility class for smart coordinates
WideImage_Exceptionin file Exception.php, class WideImage_ExceptionBase Exception class
WideImage_Font_GDFin file GDF.php, class WideImage_Font_GDFGDF font support class
WideImage_Font_PSin file PS.php, class WideImage_Font_PSPS font support class
WideImage_Font_TTFin file TTF.php, class WideImage_Font_TTFTTF font support class
WideImage_GDFunctionResultExceptionin file WideImage.php, class WideImage_GDFunctionResultExceptionWideImage_Imagein file Image.php, class WideImage_ImageBase class for images
WideImage_InvalidCanvasMethodExceptionin file Canvas.php, class WideImage_InvalidCanvasMethodExceptionWideImage_InvalidCoordinateExceptionin file Coordinate.php, class WideImage_InvalidCoordinateExceptionWideImage_InvalidFontFileExceptionin file Canvas.php, class WideImage_InvalidFontFileExceptionWideImage_InvalidImageDimensionExceptionin file Image.php, class WideImage_InvalidImageDimensionExceptionThrown when an invalid dimension is passed for some operations
WideImage_InvalidImageHandleExceptionin file WideImage.php, class WideImage_InvalidImageHandleExceptionWideImage_InvalidImageSourceExceptionin file WideImage.php, class WideImage_InvalidImageSourceExceptionWideImage_MapperFactoryin file MapperFactory.php, class WideImage_MapperFactoryMapper factory
WideImage_Mapper_BMPin file BMP.php, class WideImage_Mapper_BMPMapper support for BMP
WideImage_Mapper_GDin file GD.php, class WideImage_Mapper_GDMapper class for GD files
WideImage_Mapper_GD2in file GD2.php, class WideImage_Mapper_GD2Mapper class for GD2 files
WideImage_Mapper_GIFin file GIF.php, class WideImage_Mapper_GIFMapper class for GIF files
WideImage_Mapper_JPEGin file JPEG.php, class WideImage_Mapper_JPEGMapper class for JPEG files
WideImage_Mapper_PNGin file PNG.php, class WideImage_Mapper_PNGMapper class for PNG files
WideImage_Mapper_TGAin file TGA.php, class WideImage_Mapper_TGAMapper support for TGA
WideImage_NoFontExceptionin file Canvas.php, class WideImage_NoFontExceptionWideImage_OperationFactoryin file OperationFactory.php, class WideImage_OperationFactoryOperation factory
WideImage_Operation_AddNoisein file AddNoise.php, class WideImage_Operation_AddNoiseNoise filter
WideImage_Operation_ApplyConvolutionin file ApplyConvolution.php, class WideImage_Operation_ApplyConvolutionApplyConvolution operation class
WideImage_Operation_ApplyFilterin file ApplyFilter.php, class WideImage_Operation_ApplyFilterApplyFilter operation class
WideImage_Operation_ApplyMaskin file ApplyMask.php, class WideImage_Operation_ApplyMaskApplyMask operation class
WideImage_Operation_AsGrayscalein file AsGrayscale.php, class WideImage_Operation_AsGrayscaleAsGrayscale operation class
WideImage_Operation_AsNegativein file AsNegative.php, class WideImage_Operation_AsNegativeAsNegative operation class
WideImage_Operation_AutoCropin file AutoCrop.php, class WideImage_Operation_AutoCropAutoCrop operation
WideImage_Operation_CopyChannelsPalettein file CopyChannelsPalette.php, class WideImage_Operation_CopyChannelsPaletteCopyChannelsPalette operation class
WideImage_Operation_CopyChannelsTrueColorin file CopyChannelsTrueColor.php, class WideImage_Operation_CopyChannelsTrueColorCopyChannelsTrueColor operation class
WideImage_Operation_CorrectGammain file CorrectGamma.php, class WideImage_Operation_CorrectGammaCorrectGamma operation class
WideImage_Operation_Cropin file Crop.php, class WideImage_Operation_CropCrop operation class
WideImage_Operation_Flipin file Flip.php, class WideImage_Operation_FlipFlip operation class
WideImage_Operation_GetMaskin file GetMask.php, class WideImage_Operation_GetMaskGetMask operation class
WideImage_Operation_InvalidFitMethodExceptionin file Resize.php, class WideImage_Operation_InvalidFitMethodExceptionAn Exception for when an invalid fit method is passed
WideImage_Operation_InvalidResizeDimensionExceptionin file Resize.php, class WideImage_Operation_InvalidResizeDimensionExceptionAn Exception for when an invalid resize dimensions are passed
WideImage_Operation_Mergein file Merge.php, class WideImage_Operation_MergeMerge operation class
WideImage_Operation_Mirrorin file Mirror.php, class WideImage_Operation_MirrorMirror operation class
WideImage_Operation_Resizein file Resize.php, class WideImage_Operation_ResizeResize operation class
WideImage_Operation_ResizeCanvasin file ResizeCanvas.php, class WideImage_Operation_ResizeCanvasResizeCanvas operation class
WideImage_Operation_Rotatein file Rotate.php, class WideImage_Operation_RotateRotate operation class
WideImage_Operation_RoundCornersin file RoundCorners.php, class WideImage_Operation_RoundCornersApplyMask operation class
WideImage_Operation_Unsharpin file Unsharp.php, class WideImage_Operation_UnsharpUnsharp filter
WideImage_PaletteImagein file PaletteImage.php, class WideImage_PaletteImageWideImage_TrueColorImagein file TrueColorImage.php, class WideImage_TrueColorImageA class for truecolor image objects
WideImage_UnknownErrorWhileMappingExceptionin file Image.php, class WideImage_UnknownErrorWhileMappingExceptionThrown when an image can't be saved (returns false by the mapper)
WideImage_UnknownImageOperationExceptionin file OperationFactory.php, class WideImage_UnknownImageOperationExceptionWideImage_UnsupportedFormatExceptionin file MapperFactory.php, class WideImage_UnsupportedFormatExceptionThrown when image format isn't supported
WideImage_vendor_de77_BMPin file BMP.php, class WideImage_vendor_de77_BMPExternal code for BMP
WideImage_vendor_de77_TGAin file TGA.php, class WideImage_vendor_de77_TGAExternal code for TGA
writeHeaderin file Image.php, method WideImage_Image::writeHeader()Output a header to browser.
writeTextin file Canvas.php, method WideImage_Canvas::writeText()Write text on the image at specified position
writeTextin file GDF.php, method WideImage_Font_GDF::writeText()writeTextin file PS.php, method WideImage_Font_PS::writeText()writeTextin file TTF.php, method WideImage_Font_TTF::writeText()Writes text onto an image
 
 
 
		top_
							__callin file Image.php, method WideImage_Image::__call()Used internally to execute operations
__callin file Canvas.php, method WideImage_Canvas::__call()A magic method that allows you to call any PHP function that starts with "image".
__constructin file Canvas.php, method WideImage_Canvas::__construct()Creates a canvas object that writes to the image passed as a parameter
__constructin file TTF.php, method WideImage_Font_TTF::__construct()__constructin file Image.php, method WideImage_Image::__construct()The base class constructor
__constructin file GDF.php, method WideImage_Font_GDF::__construct()__constructin file TrueColorImage.php, method WideImage_TrueColorImage::__construct()Creates the object
__constructin file PS.php, method WideImage_Font_PS::__construct()__destructin file Image.php, method WideImage_Image::__destruct()Cleanup
__destructin file PS.php, method WideImage_Font_PS::__destruct()__sleepin file Image.php, method WideImage_Image::__sleep()Returns an array of serializable protected variables. Called automatically upon serialize().
__toStringin file Image.php, method WideImage_Image::__toString()Returns an image in GIF or PNG format
__wakeupin file Image.php, method WideImage_Image::__wakeup()Restores an image from serialization. Called automatically upon unserialize().
 
 | 
 |