Graphics

Name -- Syntax / Description
gdClearLastError
gdClearLastError()
gdImageAABlend
gdImageAABlend( im )
gdImageAlpha
gdImageAlpha( im, c )
gdImageAlphaBlending
gdImageAlphaBlending( im, alphaBlendingArg )
gdImageArc
gdImageArc( im, cx, cy, w, h, s, e, color )
gdImageBlue
gdImageBlue( im, c )
gdImageBoundsSafe
gdImageBoundsSafe( im, x, y )
gdImageColorAllocate
gdImageColorAllocate( im, r, g, b )
gdImageColorAllocateAlpha
gdImageColorAllocateAlpha( im, r, g, b, a )
gdImageColorClosest
gdImageColorClosest( im, r, g, b )
gdImageColorClosestAlpha
gdImageColorClosestAlpha( im, r, g, b, a )
gdImageColorClosestHWB
gdImageColorClosestHWB( im, r, g, b )
gdImageColorDeallocate
gdImageColorDeallocate( im, color )
gdImageColorExact
gdImageColorExact( im, r, g, b )
gdImageColorExactAlpha
gdImageColorExactAlpha( im, r, g, b, a )
gdImageColorResolve
gdImageColorResolve( im, r, g, b )
gdImageColorResolveAlpha
gdImageColorResolveAlpha( im, r, g, b, a )
gdImageColorsTotal
gdImageColorsTotal( im )
gdImageColorTransparent
gdImageColorTransparent( im, color )
gdImageCompare
gdImageCompare( im1, im2 )
gdImageCopy
gdImageCopy( dst, src, dstX, dstY, srcX, srcY, w, h )
gdImageCopyMerge
gdImageCopyMerge( dst, src, dstX, dstY, srcX, srcY, w, h, pct )
gdImageCopyMergeGray
gdImageCopyMergeGray( dst, src, dstX, dstY, srcX, srcY, w, h, pct )
gdImageCopyResampled
gdImageCopyResampled( dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH )
gdImageCopyResized
gdImageCopyResized( dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH )
gdImageCopyRotated
gdImageCopyRotated( dst, src, dstX, dstY, srcX, srcY, srcWidth, srcHeight, angle )
gdImageCreate
gdImageCreate( sx, sy )
gdImageCreateFromGd
gdImageCreateFromGd( filename, location )
gdImageCreateFromGd2
gdImageCreateFromGd2( filename, location )
gdImageCreateFromGd2Mem
gdImageCreateFromGd2Mem( data var )
gdImageCreateFromGd2Part
gdImageCreateFromGd2Part( filename, location, srcx, srcy, w, h )
gdImageCreateFromGd2PartMem
gdImageCreateFromGd2PartMem( data var, srcx, srcy, w, h )
gdImageCreateFromGdMem
gdImageCreateFromGdMem( data var )
gdImageCreateFromGif
gdImageCreateFromGif( filename, location )
gdImageCreateFromGifMem
gdImageCreateFromGifMem( data var )
gdImageCreateFromJpeg
gdImageCreateFromJpeg( filename, location )
gdImageCreateFromJpegMem
gdImageCreateFromJpegMem( data var )
gdImageCreateFromPng
gdImageCreateFromPng( filename, location )
gdImageCreateFromPngMem
gdImageCreateFromPngMem( data var )
gdImageCreateFromWBMP
gdImageCreateFromWBMP( filename, location )
gdImageCreateFromWBMPMem
gdImageCreateFromWBMPMem( data var )
gdImageCreatePaletteFromTrueColor
gdImageCreatePaletteFromTrueColor( im, ditherFlag, colorsWanted )
gdImageCreateTrueColor
gdImageCreateTrueColor( sx, sy )
gdImageDashedLine
gdImageDashedLine( im, x1, y1, x2, y2, color )
gdImageDestroy
gdImageDestroy( im )
gdImageEllipse
gdImageEllipse( im, cx, cy, w, h, color )
gdImageFill
gdImageFill( im, x, y, color )
gdImageFilledArc
gdImageFilledArc( im, cx, cy, w, h, s, e, color, style )
gdImageFilledEllipse
gdImageFilledEllipse( im, cx, cy, w, h, color )
gdImageFilledPolygon
gdImageFilledPolygon( im, points var, n, color )
gdImageFilledRectangle
gdImageFilledRectangle( im, x1, y1, x2, y2, color )
gdImageFillToBorder
gdImageFillToBorder( im, x, y, border, color )
gdImageGetClip
gdImageGetClip( im, x1P var, y1P var, x2P var, y2P var )
gdImageGetInterlaced
gdImageGetInterlaced( im )
gdImageGetPixel
gdImageGetPixel( im, x, y )
gdImageGetTransparent
gdImageGetTransparent( im )
gdImageGetTrueColorPixel
gdImageGetTrueColorPixel( im, x, y )
gdImageGif
gdImageGif( im, filename, location )
gdImageGifAnimAdd
gdImageGifAnimAdd( im, out, LocalCM, LeftOfs, TopOfs, Delay, Disposal, previm )
gdImageGifAnimAddMem
gdImageGifAnimAddMem( im, ctx, LocalCM, LeftOfs, TopOfs, Delay, Disposal, previm )
gdImageGifAnimAddOutput
gdImageGifAnimAddOutput( im, LocalCM, LeftOfs, TopOfs, Delay, Disposal, previm )
gdImageGifAnimBegin
gdImageGifAnimBegin( im, filename, location, GlobalCM, Loops )
gdImageGifAnimBeginMem
gdImageGifAnimBeginMem( im, GlobalCM, Loops )
gdImageGifAnimBeginOutput
gdImageGifAnimBeginOutput( im, GlobalCM, Loops )
gdImageGifAnimEnd
gdImageGifAnimEnd( out )
gdImageGifAnimEndMem
gdImageGifAnimEndMem( ctx, output var )
gdImageGifAnimEndOutput
gdImageGifAnimEndOutput()
gdImageGifMem
gdImageGifMem( im, output var )
gdImageGifOutput
gdImageGifOutput( im )
gdImageGreen
gdImageGreen( im, c )
gdImageInterlace
gdImageInterlace( im, interlaceArg )
gdImageJpeg
gdImageJpeg( im, filename, location, quality )
gdImageJpegMem
gdImageJpegMem( im, output var, quality )
gdImageJpegOutput
gdImageJpegOutput( im, quality )
gdImageLine
gdImageLine( im, x1, y1, x2, y2, color )
gdImageOpenPolygon
gdImageOpenPolygon( im, points var, n, color )
gdImagePaletteCopy
gdImagePaletteCopy( dst, src )
gdImagePalettePixel
gdImagePalettePixel( im, x, y )
gdImagePng
gdImagePng( im, filename, location )
gdImagePngMem
gdImagePngMem( im, output var )
gdImagePngOutput
gdImagePngOutput( im )
gdImagePolygon
gdImagePolygon( im, points var, n, color )
gdImageRectangle
gdImageRectangle( im, x1, y1, x2, y2, color )
gdImageRed
gdImageRed( im, c )
gdImageSaveAlpha
gdImageSaveAlpha( im, saveAlphaArg )
gdImageSetAntiAliased
gdImageSetAntiAliased( im, c )
gdImageSetAntiAliasedDontBlend
gdImageSetAntiAliasedDontBlend( im, color, dont_blend )
gdImageSetBrush
gdImageSetBrush( im, brush )
gdImageSetClip
gdImageSetClip( im, x1, y1, x2, y2 )
gdImageSetPixel
gdImageSetPixel( im, x, y, color )
gdImageSetStyle
gdImageSetStyle( im, style var, n )
gdImageSetThickness
gdImageSetThickness( im, thickness )
gdImageSetTile
gdImageSetTile( im, tile )
gdImageSharpen
gdImageSharpen( im, pct )
gdImageSquareToCircle
gdImageSquareToCircle( im, radius )
gdImageStringFT
gdImageStringFT( im, brect var, fg, fontlist, ptsize, angle, x, y, string )
This will append a string of text to an image.
Returns an error message
gdImageStringFTCircle
gdImageStringFTCircle(
    im, cx, cy, radius, textRadius, fillPortion, font, points, top, bottom, fgcolor )
gdImageSX
gdImageSX( im )
gdImageSY
gdImageSY( im )
gdImageTrueColor
gdImageTrueColor( im )
gdImageTrueColorPixel
gdImageTrueColorPixel( im, x, y )
gdImageTrueColorToPalette
gdImageTrueColorToPalette( im, ditherFlag, colorsWanted )
gdImageWBMP
gdImageWBMP( im, fg, filename, location )
gdImageWBMPMem
gdImageWBMPMem( im, fg, output var )
gdImageWBMPOutput
gdImageWBMPOutput( im, fg )
gdLastError
gdLastError()
gdTrueColor
gdTrueColor( r, g, b )
gdTrueColorAlpha
gdTrueColorAlpha( r, g, b, a )
User Annotations: graphics