m      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklGmnopqrstuvwxyz{|}~:Creates an image, performs an operation on the image, and  frees it. 1 This function allows block scoped management of  > objects. If you are handling large images, the delay before @ the finalizer which frees the image runs may cause significant = temporary extra memory use. Use this function to force the @ image to be freed as soons as you are done with it. Note that  it is unsafe to hold on to the  after the function is  done. Image creation action. /Some operation on the image. The result should  not reference the . :Overwrites the pointer with a null pointer, and frees the gdImage.  Safe to call twice. Doesn' t free the , we rely on the  GC to do that. Create a new empty image. 5Create a new empty image and apply a function to it. Make a copy of an image. (Copy a region of one image into another Source upper left-hand corner Size of copied region  Source image #Destination upper left-hand corner Destination image ?Copy a region of one image into another, rescaling the region Source upper left-hand corner Size of source region  Source image #Destination upper left-hand corner Size of destination region Destination image ERetrieves the color index or the color values of a particular pixel. Get the size of an image. (width, height)  Resize an image to a give size.  width in pixels of output image !height in pixels of output image ?Rotate an image by a multiple of 90 degrees counter-clockwise. %1 for 90 degrees counter-clockwise,  2 for 180 degrees, etc. ,Fill the entire image with the given color. Upper left corner Lower right corner Center Width and height Start End Center Width and height Starting position (degrees) Ending position (degrees) >Use anti-aliasing when performing the given drawing function. 3 This can cause a segault with some gd versions.  Red (0-255) Green (0-255)  Blue (0-255)  Red (0-255) Green (0-255)  Blue (0-255) /Alpha (0-127), 0 is opaque, 127 is transparent ?Globally switch from using font file names to fontconfig paths 0 | for fonts in drawString (and measureString). Gmnopqrstuvwxyz{|}~ Gmmnoopqqrstuvwxyz{|}~ Load a JPEG image from a file. !Load a JPEG image from a buffer.  Buffer size. Buffer with image data. $Load a JPEG image from a ByteString Load a PNG image from a file.  Load a PNG image from a buffer.  Buffer size. Buffer with image data. #Load a PNG image from a ByteString Load a GIF image from a file.  Load a GIF image from a buffer.  Buffer size. Buffer with image data. #Load a GIF image from a ByteString !Save an image as a JPEG file. 0quality: 0-95, or negative for default quality. ",Write a JPEG format ByteString of an image. #Save an image as a PNG file. $+Write a PNG format ByteString of an image. %Save an image as a GIF file. &+Write a GIF format ByteString of an image. '-Draw a string using the FreeType 2.x library  Font name Font point size "Angle in counterclockwise radians Origin Text, including HTML entities  Bounding box  of the drawn  text (@Measure a string using the FreeType 2.x library. This computes ? the bounding box but does not actually draw the string to any  image.  Font name Font point size "Angle in counterclockwise radians Origin Text, including HTML entities  Bounding  box of the  drawn text )2Draw strings around the top and bottom of a torus Center of text path circle Outer radius of text $Fraction of radius occupied by text %Portion of circle arc filled by text  Font name Font size hint 'Text to write on the top of the circle *Text to write on the bottom of the circle  Text color *  !"#$%&'()* !"#$%& '() !"#$%&'()*Load a JPEG image from a file. +!Load a JPEG image from a buffer.  Buffer size. Buffer with image data. ,$Load a JPEG image from a ByteString -Load a PNG image from a file. . Load a PNG image from a buffer.  Buffer size. Buffer with image data. /#Load a PNG image from a ByteString 0Load a GIF image from a file. 1 Load a GIF image from a buffer.  Buffer size. Buffer with image data. 2#Load a GIF image from a ByteString 3Save an image as a JPEG file. 0quality: 0-95, or negative for default quality. 4,Write a JPEG format ByteString of an image. 5Save an image as a PNG file. 6+Write a PNG format ByteString of an image. 7Save an image as a GIF file. 8+Write a GIF format ByteString of an image. 9-Draw a string using the FreeType 2.x library  Font name Font point size "Angle in counterclockwise radians Origin Text, including HTML entities  Bounding box  of the drawn  text :@Measure a string using the FreeType 2.x library. This computes ? the bounding box but does not actually draw the string to any  image.  Font name Font point size "Angle in counterclockwise radians Origin Text, including HTML entities  Bounding  box of the  drawn text ;2Draw strings around the top and bottom of a torus Center of text path circle Outer radius of text $Fraction of radius occupied by text %Portion of circle arc filled by text  Font name Font size hint 'Text to write on the top of the circle *Text to write on the bottom of the circle  Text color * *+,-./0123456789:;**+,-./012345678 9:;*+,-./0123456789:;h<=>?@To access the definition gdBrush from GD ABCD:Creates an image, performs an operation on the image, and  frees it. 1 This function allows block scoped management of ? > objects. If you are handling large images, the delay before @ the finalizer which frees the image runs may cause significant = temporary extra memory use. Use this function to force the @ image to be freed as soons as you are done with it. Note that  it is unsafe to hold on to the ? after the function is  done. Image creation action. /Some operation on the image. The result should  not reference the ?. :Overwrites the pointer with a null pointer, and frees the gdImage.  Safe to call twice. Doesn' t free the , we rely on the  GC to do that. ECreate a new empty image. 5Create a new empty image and apply a function to it. FMake a copy of an image. G(Copy a region of one image into another Source upper left-hand corner Size of copied region  Source image #Destination upper left-hand corner Destination image H?Copy a region of one image into another, rescaling the region Source upper left-hand corner Size of source region  Source image #Destination upper left-hand corner Size of destination region Destination image ILoad a JPEG image from a file. J!Load a JPEG image from a buffer.  Buffer size. Buffer with image data. K$Load a JPEG image from a ByteString LLoad a PNG image from a file. M Load a PNG image from a buffer.  Buffer size. Buffer with image data. N#Load a PNG image from a ByteString OLoad a GIF image from a file. P Load a GIF image from a buffer.  Buffer size. Buffer with image data. Q#Load a GIF image from a ByteString RSave an image as a JPEG file. 0quality: 0-95, or negative for default quality. S,Write a JPEG format ByteString of an image. TSave an image as a PNG file. U+Write a PNG format ByteString of an image. VSave an image as a GIF file. W+Write a GIF format ByteString of an image. XERetrieves the color index or the color values of a particular pixel. YGet the size of an image. (width, height) Z Resize an image to a give size.  width in pixels of output image !height in pixels of output image [?Rotate an image by a multiple of 90 degrees counter-clockwise. %1 for 90 degrees counter-clockwise,  2 for 180 degrees, etc. \ Special character for gdBrushed ]Set an Image as a brush for an Image  Source image Brush ^,Fill the entire image with the given color. _Upper left corner Lower right corner `Center Width and height aStart End bCenter Width and height Starting position (degrees) Ending position (degrees) c>Use anti-aliasing when performing the given drawing function. 3 This can cause a segault with some gd versions. de?Globally switch from using font file names to fontconfig paths 0 | for fonts in drawString (and measureString). f-Draw a string using the FreeType 2.x library  Font name Font point size "Angle in counterclockwise radians Origin Text, including HTML entities  Bounding box  of the drawn  text. g@Measure a string using the FreeType 2.x library. This computes ? the bounding box but does not actually draw the string to any  image.  Font name Font point size "Angle in counterclockwise radians Origin Text, including HTML entities  Bounding  box of the  drawn text h2Draw strings around the top and bottom of a torus Center of text path circle Outer radius of text $Fraction of radius occupied by text %Portion of circle arc filled by text  Font name Font size hint 'Text to write on the top of the circle *Text to write on the bottom of the circle  Text color ijk Red (0-255) Green (0-255)  Blue (0-255) l Red (0-255) Green (0-255)  Blue (0-255) /Alpha (0-127), 0 is opaque, 127 is transparent 1<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkl1?>=<@ABEFGHDIJKLMNOPQRSTUVWYXZ[\]^_`abcdefghklCij1<=>?@ABABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkl      !"#$%&'()*+,-. !"#$%&'()*+,-.//0      !"#$%&'()*+12,-.345566789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijdefghij56kl789:;<=>?@mABCDEFGHIJKLMNOPQRSTUVWXYZ^_`defghiajbcn gd-3000.7.1Graphics.GD.ByteString.LazyGraphics.GD.ByteString Graphics.GDGraphics.GD.InternalColorPointSizeImage withImagenewImage copyImage copyRegioncopyRegionScaledgetPixel imageSize resizeImage rotateImage fillImagedrawFilledRectangledrawFilledEllipsedrawLinedrawArc antiAliasedsetPixelrgbrgbatoRGBA useFontConfig loadJpegFile loadJpegDataloadJpegByteString loadPngFile loadPngDataloadPngByteString loadGifFile loadGifDataloadGifByteString saveJpegFilesaveJpegByteString savePngFilesavePngByteString saveGifFilesaveGifByteString drawString measureStringdrawStringCircle PCREOption unPCREOptionbrushedsetBrush saveAlpha alphaBlendingGDImageCFILEgdFreegdImageStringFTCirclegdImageStringFTgdFTUseFontConfiggdImageSetPixelgdImageSetAntiAliased gdImageArc gdImageLinegdImageFilledEllipsegdImageFilledRectanglegdImageGetPixelgdImageCopyRotated90gdImageCopyResampled gdImageCopyptr_gdImagePtrDestroyIfNotNullgdImageDestroygdImageCreateTrueColor gdImageGifPtr gdImageGifgdImageCreateFromGifPtrgdImageCreateFromGif gdImagePngPtr gdImagePnggdImageCreateFromPngPtrgdImageCreateFromPnggdImageJpegPtr gdImageJpeggdImageCreateFromJpegPtrgdImageCreateFromJpegc_fclosec_fopenfopenfclose withCFILEmkImage freeImagebaseGHC.ForeignPtr ForeignPtr withImagePtr newImage_ onNewImage imageSize_intdouble loadImageFile loadImageDataonByteStringData saveImageFilesaveImageByteStringdataByteStringdrawStringImagePtrgdImageAlphaBlendinggdImageSaveAlphagdImageSetBrush