| | Element index for package WideImage[ a ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ h ]
	[ i ]
	[ l ]
	[ m ]
	[ o ]
	[ p ]
	[ r ]
	[ s ]
	[ t ]
	[ u ]
	[ v ]
	[ w ]
	[ _ ]
 
		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()__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().
 
 
 
		topa
							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 PaletteImage.php, method WideImage_PaletteImage::asPalette()(non-PHPdoc)
asPalettein file Image.php, method WideImage_Image::asPalette()Returns a palette copy (8bit) of the image
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 Image.php, method WideImage_Image::asTrueColor()Returns a true-color copy of the image
asTrueColorin file PaletteImage.php, method WideImage_PaletteImage::asTrueColor()(non-PHPdoc)
autoCropin file Image.php, method WideImage_Image::autoCrop()Performs an auto-crop on the image
 
 
 
		topc
							$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::$colorCanvas.phpprocedural page Canvas.phpcopyin file Image.php, method WideImage_Image::copy()Returns a copy of the image
copyAsNewin file PaletteImage.php, method WideImage_PaletteImage::copyAsNew()Returns a copy of the image
copyNoAlphain file Image.php, method WideImage_Image::copyNoAlpha()Returns an image without an alpha channel
copyNoAlphain file TrueColorImage.php, method WideImage_TrueColorImage::copyNoAlpha()(non-PHPdoc)
copyNoAlphain file PaletteImage.php, method WideImage_PaletteImage::copyNoAlpha()(non-PHPdoc)
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 PaletteImage.php, method WideImage_PaletteImage::create()Create a palette image
createin file TrueColorImage.php, method WideImage_TrueColorImage::create()Factory method that creates a true-color image object
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
 
 top
 
 top
 
 top
 
 
 
		topg
							GDF.phpprocedural page GDF.phpgetCanvasin file Image.php, method WideImage_Image::getCanvas()Returns the canvas object
getChannelsin file TrueColorImage.php, method WideImage_TrueColorImage::getChannels()getChannelsin file Image.php, method WideImage_Image::getChannels()Retrieve an image with selected channels
getChannelsin file PaletteImage.php, method WideImage_PaletteImage::getChannels()(non-PHPdoc)
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
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()getWidthin file Image.php, method WideImage_Image::getWidth() 
 top
 
 top
 
 
 
		topl
							loadin 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().
loadFromFilein 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.
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.
loadFromUploadin file WideImage.php, method WideImage::loadFromUpload()This method loads a file from the $_FILES array.
 
 top
 
 top
 
 top
 
 
 
		topr
							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 stretch the image content
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.
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::$sizesaveAlphain 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
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()setRGBAtin file Image.php, method WideImage_Image::setRGBAt()Writes a pixel at the designated coordinates
setTransparentColorin file Image.php, method WideImage_Image::setTransparentColor()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_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_Imagein file Image.php, class WideImage_ImageBase class for images
WideImage_PaletteImagein file PaletteImage.php, class WideImage_PaletteImageWideImage_TrueColorImagein file TrueColorImage.php, class WideImage_TrueColorImageA class for truecolor image objects
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 TTF.php, method WideImage_Font_TTF::writeText()writeTextin file PS.php, method WideImage_Font_PS::writeText() 
 | 
 |