Component: GraphicsMagick 
--------------------------

Image functions to convert between image formats and apply effects.

| Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|
| [2.0](newinversion20.md "First functions introduced with version 2.0.") / [16.2](newinversion162.md "Newest functions in version 16.2.") | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

  
| Item | Details |
|:--|:--|
| [GMImage.AdaptiveThreshold](GMImageAdaptiveThreshold.md)   Local adaptive threshold image. | All   2.0 |
| [GMImage.AddNoise](GMImageAddNoise.md)   Add noise to image with specified noise type. | All   2.0 |
| [GMImage.AddNoiseChannel](GMImageAddNoiseChannel.md)   Add noise to image with specified noise type. | All   2.0 |
| [GMImage.AddPathArcAbs](GMImageAddPathArcAbs.md)   Draw a single arc segment. | All   4.1 |
| [GMImage.AddPathArcRel](GMImageAddPathArcRel.md)   Draw a single arc segment. | All   4.1 |
| [GMImage.AddPathClosePath](GMImageAddPathClosePath.md)   Closes subpath. | All   4.1 |
| [GMImage.AddPathCurvetoAbs](GMImageAddPathCurvetoAbs.md)   Draw a single curve. | All   4.1 |
| [GMImage.AddPathCurvetoRel](GMImageAddPathCurvetoRel.md)   Draw a single curve. | All   4.1 |
| [GMImage.AddPathLinetoAbs](GMImageAddPathLinetoAbs.md)   Draw to a single point. | All   4.1 |
| [GMImage.AddPathLinetoHorizontalAbs](GMImageAddPathLinetoHorizontalAbs.md)   Draws a horizontal line from the current point (cpx, cpy) to (x, cpy). | All   4.1 |
| [GMImage.AddPathLinetoHorizontalRel](GMImageAddPathLinetoHorizontalRel.md)   Draws a horizontal line from the current point (cpx, cpy) to (x, cpy). | All   4.1 |
| [GMImage.AddPathLinetoRel](GMImageAddPathLinetoRel.md)   Draw to a single point. | All   4.1 |
| [GMImage.AddPathLinetoVerticalAbs](GMImageAddPathLinetoVerticalAbs.md)   Draws a vertical line from the current point (cpx, cpy) to (cpx, y). | All   4.1 |
| [GMImage.AddPathLinetoVerticalRel](GMImageAddPathLinetoVerticalRel.md)   Draws a vertical line from the current point (cpx, cpy) to (cpx, y). | All   4.1 |
| [GMImage.AddPathMovetoAbs](GMImageAddPathMovetoAbs.md)   Simple moveto with absolute coordinate. | All   4.1 |
| [GMImage.AddPathMovetoRel](GMImageAddPathMovetoRel.md)   Simple moveto with relative coordinate. | All   4.1 |
| [GMImage.AddPathQuadraticCurvetoAbs](GMImageAddPathQuadraticCurvetoAbs.md)   Draw a single curve. | All   4.1 |
| [GMImage.AddPathQuadraticCurvetoRel](GMImageAddPathQuadraticCurvetoRel.md)   Draw a single curve. | All   4.1 |
| [GMImage.AddPathSmoothCurvetoAbs](GMImageAddPathSmoothCurvetoAbs.md)   Adds a smooth curve to path. | All   4.1 |
| [GMImage.AddPathSmoothCurvetoRel](GMImageAddPathSmoothCurvetoRel.md)   Draw a single curve. | All   4.1 |
| [GMImage.AddPathSmoothQuadraticCurvetoAbs](GMImageAddPathSmoothQuadraticCurvetoAbs.md)   Adds smooth quadratic curve to relative point to current path. | All   4.1 |
| [GMImage.AddPathSmoothQuadraticCurvetoRel](GMImageAddPathSmoothQuadraticCurvetoRel.md)   Adds smooth quadratic curve to relative point to current path. | All   4.1 |
| [GMImage.Affine](GMImageAffine.md)   Applies an affine transformation. | All   4.1 |
| [GMImage.AffineTransform](GMImageAffineTransform.md)  **New in 16.2**    Transform image by specified affine (or free transform) matrix. | All   16.2 |
| [GMImage.Annotate](GMImageAnnotate.md)   Annotate image (draw text on image). | All   2.0 |
| [GMImage.AutoOrient](GMImageAutoOrient.md)   Orient image to be right-side up based on its current orientation attribute. | All   9.0 |
| [GMImage.AveragePixelValue](GMImageAveragePixelValue.md)   Calculates the average pixel value. | All   3.0 |
| [GMImage.BaseColumns](GMImageBaseColumns.md)   Returns the base image width (before transformations). | All   2.0 |
| [GMImage.BaseFilename](GMImageBaseFilename.md)   Returns the Base image filename (before transformations) | All   2.0 |
| [GMImage.BaseRows](GMImageBaseRows.md)   Returns the base image height (before transformations) | All   2.0 |
| [GMImage.Blur](GMImageBlur.md)   Blur image with specified blur factor. | All   2.0 |
| [GMImage.BlurChannel](GMImageBlurChannel.md)   Blur image with specified blur factor. | All   2.0 |
| [GMImage.Border](GMImageBorder.md)   Border image (add border to image). | All   2.0 |
| [GMImage.BoundingBox](GMImageBoundingBox.md)   Returns smallest bounding box enclosing non-border pixels. | All   2.0 |
| [GMImage.Channel](GMImageChannel.md)   Extract channel from image. | All   2.0 |
| [GMImage.Charcoal](GMImageCharcoal.md)   Charcoal effect image (looks like charcoal sketch). | All   2.0 |
| [GMImage.Chop](GMImageChop.md)   Chop image (remove vertical or horizontal subregion of image). | All   2.0 |
| [GMImage.ClipMask](GMImageClipMask.md)   Associate a clip mask with the image. | All   2.0 |
| [GMImage.ClipPath](GMImageClipPath.md)   Select a drawing clip path matching name. | All   4.1 |
| [GMImage.Coders](GMImageCoders.md)   Lists all coders as JSON. | All   8.4 |
| [GMImage.Colorize](GMImageColorize.md)   Colorize image with pen color, using specified percent opacity. | All   2.0 |
| [GMImage.ColorizeRGB](GMImageColorizeRGB.md)   Colorize image with pen color, using specified percent opacity for red, green, and blue quantums. | All   2.0 |
| [GMImage.Columns](GMImageColumns.md)   Returns the Image width. | All   2.0 |
| [GMImage.Compare](GMImageCompare.md)   Compares current image with another image. | All   2.0 |
| [GMImage.Composite](GMImageComposite.md)   Compose an image onto another at specified offset and using specified algorithm. | All   2.0 |
| [GMImage.CompositeXY](GMImageCompositeXY.md)   Compose an image onto another at specified offset and using specified algorithm. | All   2.0 |
| [GMImage.Contrast](GMImageContrast.md)   Contrast image (enhance intensity differences in image). | All   2.0 |
| [GMImage.Copy](GMImageCopy.md)   Creates a copy of the picture. | All   2.0 |
| [GMImage.CopyChannel](GMImageCopyChannel.md)   Copies one channel from one image into channel of other image. | All   7.3 |
| [GMImage.Crop](GMImageCrop.md)   Crop image (subregion of original image). | All   2.0 |
| [GMImage.CycleColormap](GMImageCycleColormap.md)   Cycle image colormap. | All   2.0 |
| [GMImage.Describe](GMImageDescribe.md)   Describes an image by printing its attributes. | All   13.3 |
| [GMImage.Despeckle](GMImageDespeckle.md)   Despeckle image (reduce speckle noise). | All   2.0 |
| [GMImage.Directory](GMImageDirectory.md)   Returns the directory string. | All   2.0 |
| [GMImage.DrawArc](GMImageDrawArc.md)   Draws an arc. | All   3.0 |
| [GMImage.DrawCircle](GMImageDrawCircle.md)   Draws a circle. | All   3.0 |
| [GMImage.DrawEllipse](GMImageDrawEllipse.md)   Draw an ellipse. | All   3.0 |
| [GMImage.DrawLine](GMImageDrawLine.md)   Draws a line. | All   3.0 |
| [GMImage.DrawPath](GMImageDrawPath.md)   Draw on image using vector path. | All   4.1 |
| [GMImage.DrawRectangle](GMImageDrawRectangle.md)   Draws a rectangle. | All   3.0 |
| [GMImage.DrawRoundRectangle](GMImageDrawRoundRectangle.md)   Draw a rounded rectangle. | All   3.0 |
| [GMImage.Edge](GMImageEdge.md)   Edge image (hilight edges in image) | All   2.0 |
| [GMImage.Emboss](GMImageEmboss.md)   Emboss image (hilight edges with 3D effect). | All   2.0 |
| [GMImage.Enhance](GMImageEnhance.md)   Enhance image (minimize noise) | All   2.0 |
| [GMImage.Equalize](GMImageEqualize.md)   Equalize image (histogram equalization) | All   2.0 |
| [GMImage.Erase](GMImageErase.md)   Erase image to current "background color" | All   2.0 |
| [GMImage.ExifThumbnail](GMImageExifThumbnail.md)   Extracts an embedded thumbnail in EXIF data. | All   10.1 |
| [GMImage.Extent](GMImageExtent.md)   Extends image size. | All   9.0 |
| [GMImage.FillPattern](GMImageFillPattern.md)   Sets the pattern to use while filling drawn objects. | All   2.0 |
| [GMImage.FindColorInColumn](GMImageFindColorInColumn.md)   Locates first pixel in the column with given color. | All   5.0 |
| [GMImage.FindColorInRow](GMImageFindColorInRow.md)   Locates first pixel in the row with given color. | All   5.0 |
| [GMImage.Flatten](GMImageFlatten.md)   Flatten the alpha channel. | All   14.2 |
| [GMImage.Flip](GMImageFlip.md)   Flip image (reflect each scanline in the vertical direction) | All   2.0 |
| [GMImage.FloodFillColor](GMImageFloodFillColor.md)   Flood-fill color across pixels. | All   2.0 |
| [GMImage.FloodFillColorXY](GMImageFloodFillColorXY.md)   Flood-fill color across pixels starting at target-pixel and stopping at pixels matching specified border color. | All   2.0 |
| [GMImage.FloodFillOpacity](GMImageFloodFillOpacity.md)   Floodfill pixels matching color (within fuzz factor) of target pixel(x,y) with replacement opacity value using method. | All   2.0 |
| [GMImage.FloodFillTexture](GMImageFloodFillTexture.md)   Flood-fill texture across pixels. | All   2.0 |
| [GMImage.FloodFillTextureXY](GMImageFloodFillTextureXY.md)   Flood-fill texture across pixels. | All   2.0 |
| [GMImage.Flop](GMImageFlop.md)   Flop image (reflect each scanline in the horizontal direction) | All   2.0 |
| [GMImage.FontMap](GMImageFontMap.md)   Queries current font map in use. | All   10.1 |
| [GMImage.FontTypeMetrics](GMImageFontTypeMetrics.md)   Queries space needed for text. | All   7.3 |
| [GMImage.Format](GMImageFormat.md)   Long image format description. | All   2.0 |
| [GMImage.Frame](GMImageFrame.md)   Frame image. | All   2.0 |
| [GMImage.Free](GMImageFree.md)   Releases the image from memory. | All   8.4 |
| [GMImage.FreeAll](GMImageFreeAll.md)   Destroys all images. | All   8.4 |
| [GMImage.Gamma](GMImageGamma.md)   Gamma correct image. | All   2.0 |
| [GMImage.GaussianBlur](GMImageGaussianBlur.md)   Gaussian blur image. | All   2.0 |
| [GMImage.GaussianBlurChannel](GMImageGaussianBlurChannel.md)   Gaussian blur image. | All   2.0 |
| [GMImage.Geometry](GMImageGeometry.md)   Preferred size of the image when encoding. | All   2.0 |
| [GMImage.GetAdjoin](GMImageGetAdjoin.md)   Get adjoin value. Join images into a single multi-image file | All   2.0 |
| [GMImage.GetAnimationDelay](GMImageGetAnimationDelay.md)   Queries the animation delay. | All   2.0 |
| [GMImage.GetAnimationIterations](GMImageGetAnimationIterations.md)   Queries the Number of iterations to loop an animation (e.g. Netscape loop extension) for. | All   2.0 |
| [GMImage.GetAntiAlias](GMImageGetAntiAlias.md)   Returns whether to Anti-alias Postscript and TrueType fonts (default true) | All   2.0 |
| [GMImage.GetAttribute](GMImageGetAttribute.md)   Query a named attribute. | All   2.0 |
| [GMImage.GetAttributeNames](GMImageGetAttributeNames.md)   Queries names of all attributes. | All   9.2 |
| [GMImage.GetAttributesJSON](GMImageGetAttributesJSON.md)   Queries all attributes as JSON. | All   9.2 |
| [GMImage.GetBackgroundColor](GMImageGetBackgroundColor.md)   Queries the Image background color. | All   2.0 |
| [GMImage.GetBackgroundTexture](GMImageGetBackgroundTexture.md)   Queries the Name of texture image to tile onto the image background. | All   2.0 |
| [GMImage.GetBorderColor](GMImageGetBorderColor.md)   Queries the Image border color. | All   2.0 |
| [GMImage.GetBoxColor](GMImageGetBoxColor.md)   Queries the Text bounding-box base color (default none). | All   2.0 |
| [GMImage.GetChannelDepth](GMImageGetChannelDepth.md)   Obtain modulus channel depth | All   2.0 |
| [GMImage.GetClassType](GMImageGetClassType.md)   Queries the Image class. | All   2.0 |
| [GMImage.GetClipMask](GMImageGetClipMask.md)   Queries clip mask image. | All   7.3 |
| [GMImage.GetColorFuzz](GMImageGetColorFuzz.md)   Queries the color fuzz. Colors within this distance are considered equal | All   2.0 |
| [GMImage.GetColorMap](GMImageGetColorMap.md)   Queries an entry in the color map. | All   2.0 |
| [GMImage.GetColorMapSize](GMImageGetColorMapSize.md)   Queries the Colormap size (number of colormap entries) | All   2.0 |
| [GMImage.GetColorSpace](GMImageGetColorSpace.md)   Queries the Image Color Space | All   2.0 |
| [GMImage.GetComment](GMImageGetComment.md)   Queries the comment. | All   2.0 |
| [GMImage.GetCompose](GMImageGetCompose.md)   Queries the Composition operator to be used when composition is implicitly used (such as for image flattening). | All   2.0 |
| [GMImage.GetCompressType](GMImageGetCompressType.md)   Queries the compression type. | All   2.0 |
| [GMImage.GetDebug](GMImageGetDebug.md)   Queries whether printing of debug messages from ImageMagick is enabled. | All   2.0 |
| [GMImage.GetDefineSet](GMImageGetDefineSet.md)   Queries a define value. | All   2.0 |
| [GMImage.GetDefineValue](GMImageGetDefineValue.md)   Queries a value. | All   2.0 |
| [GMImage.GetDensity](GMImageGetDensity.md)   Queries the Vertical and horizontal resolution in pixels of the image. | All   2.0 |
| [GMImage.GetDepth](GMImageGetDepth.md)   Queries the Image depth (bits allocated to red/green/blue components) | All   2.0 |
| [GMImage.GetEXIFOrientation](GMImageGetEXIFOrientation.md)   Queries orientation from EXIF. | All   6.5 |
| [GMImage.GetEndian](GMImageGetEndian.md)   Queries the Endianness (little like Intel or big like SPARC) for image formats which support endian-specific options. | All   2.0 |
| [GMImage.GetFileName](GMImageGetFileName.md)   Queries the Image file name. | All   2.0 |
| [GMImage.GetFileSize](GMImageGetFileSize.md)   Returns the number of bytes of the image on disk | All   2.0 |
| [GMImage.GetFillColor](GMImageGetFillColor.md)   Queries the Color to use when filling drawn objects. | All   2.0 |
| [GMImage.GetFillRule](GMImageGetFillRule.md)   Queries the rule to use when filling drawn objects | All   2.0 |
| [GMImage.GetFilterType](GMImageGetFilterType.md)   Queries the Filter to use when resizing image | All   2.0 |
| [GMImage.GetFont](GMImageGetFont.md)   Queries the Text rendering font. | All   2.0 |
| [GMImage.GetFontFamily](GMImageGetFontFamily.md)   Queries font family. | All   10.4 |
| [GMImage.GetFontPointSize](GMImageGetFontPointSize.md)   Queries the Font point size. | All   2.0 |
| [GMImage.GetFontStretch](GMImageGetFontStretch.md)   Queries font stretch. | All   10.4 |
| [GMImage.GetFontStyle](GMImageGetFontStyle.md)   Queries font style. | All   10.4 |
| [GMImage.GetFontWeight](GMImageGetFontWeight.md)   Queries font weight. | All   10.4 |
| [GMImage.GetGamma](GMImageGetGamma.md)   Gamma level of the image | All   2.0 |
| [GMImage.GetGifDisposeMethod](GMImageGetGifDisposeMethod.md)   Queries the GIF disposal method. | All   2.0 |
| [GMImage.GetHeight](GMImageGetHeight.md)   Returns the image height. | All   2.0 |
| [GMImage.GetICCColorProfile](GMImageGetICCColorProfile.md)   Queries the ICC color profile. | All   2.0 |
| [GMImage.GetIPTCProfile](GMImageGetIPTCProfile.md)   Queries the IPTC profile. | All   2.0 |
| [GMImage.GetIPTCProfileValues](GMImageGetIPTCProfileValues.md)   Queries list with all IPTC values found. | All   6.2 |
| [GMImage.GetInterlaceType](GMImageGetInterlaceType.md)   Queries the interlace type. | All   2.0 |
| [GMImage.GetIsValid](GMImageGetIsValid.md)   Does object contain valid image? | All   2.0 |
| [GMImage.GetJPEGAsBase64](GMImageGetJPEGAsBase64.md)   Returns the picture in JPEG format as a base64 encoded string. | All   3.0 |
| [GMImage.GetJPEGAsHex](GMImageGetJPEGAsHex.md)   Returns the picture in JPEG format as a hex encoded string. | All   3.0 |
| [GMImage.GetLabel](GMImageGetLabel.md)   Queries the image label. | All   2.0 |
| [GMImage.GetLineWidth](GMImageGetLineWidth.md)   Queries the Stroke width for drawing vector objects (default one) | All   2.0 |
| [GMImage.GetMagick](GMImageGetMagick.md)   Queries the File type magick identifier. | All   2.0 |
| [GMImage.GetMatte](GMImageGetMatte.md)   Queries the image supports transparency (matte channel) | All   2.0 |
| [GMImage.GetMatteColor](GMImageGetMatteColor.md)   Queries the Transparent color. | All   2.0 |
| [GMImage.GetModulusDepth](GMImageGetModulusDepth.md)   Queries the image modulus depth. | All   2.0 |
| [GMImage.GetMonochrome](GMImageGetMonochrome.md)   Queries the monochrome flag. Transform image to black and white | All   2.0 |
| [GMImage.GetOrientation](GMImageGetOrientation.md)   Queries the image orientation. | All   2.0 |
| [GMImage.GetPNGAsBase64](GMImageGetPNGAsBase64.md)   Returns the picture in PNG format as a base64 encoded string. | All   3.0 |
| [GMImage.GetPNGAsHex](GMImageGetPNGAsHex.md)   Returns the picture in PNG format as a hex encoded string. | All   3.0 |
| [GMImage.GetPage](GMImageGetPage.md)   Queries the Preferred size and location of an image canvas. | All   2.0 |
| [GMImage.GetPixelColor](GMImageGetPixelColor.md)   Get pixel color at location x &amp; y. | All   2.0 |
| [GMImage.GetProfile](GMImageGetProfile.md)   Retrieve a named profile from the image. | All   2.0 |
| [GMImage.GetQuality](GMImageGetQuality.md)   Queries the JPEG/MIFF/PNG compression level (default 75). | All   2.0 |
| [GMImage.GetQuantizeColorSpace](GMImageGetQuantizeColorSpace.md)   Gets the Colorspace to quantize in. | All   2.0 |
| [GMImage.GetQuantizeColors](GMImageGetQuantizeColors.md)   Queries the Maximum number of colors to quantize to. | All   2.0 |
| [GMImage.GetQuantizeDither](GMImageGetQuantizeDither.md)   Queries whether to dither image during quantization (default true). | All   2.0 |
| [GMImage.GetQuantizeTreeDepth](GMImageGetQuantizeTreeDepth.md)   Queries the Quantization tree-depth. | All   2.0 |
| [GMImage.GetQuiet](GMImageGetQuiet.md)   Queries quiet setting. | All   9.0 |
| [GMImage.GetRenderingIntent](GMImageGetRenderingIntent.md)   Queries the type of rendering intent. | All   2.0 |
| [GMImage.GetResolutionUnits](GMImageGetResolutionUnits.md)   Queries which units are used for image resolution. | All   2.0 |
| [GMImage.GetScene](GMImageGetScene.md)   Gets the image scene number | All   2.0 |
| [GMImage.GetSize](GMImageGetSize.md)   Queries the Width and height of a raw image. | All   2.0 |
| [GMImage.GetStrokeAntiAlias](GMImageGetStrokeAntiAlias.md)   Whether stroke anti-aliasing is enabled. | All   2.0 |
| [GMImage.GetStrokeColor](GMImageGetStrokeColor.md)   Queries the Color to use when drawing object outlines. | All   2.0 |
| [GMImage.GetStrokeDashArray](GMImageGetStrokeDashArray.md)   Queries the pattern of dashes and gaps used to stroke paths. | All   4.2 |
| [GMImage.GetStrokeDashOffset](GMImageGetStrokeDashOffset.md)   Gets the stroke dash offset. | All   2.0 |
| [GMImage.GetStrokeLineCap](GMImageGetStrokeLineCap.md)   Specify the shape to be used at the end of open subpaths when they are stroked. | All   2.0 |
| [GMImage.GetStrokeLineJoin](GMImageGetStrokeLineJoin.md)   Specify the shape to be used at the corners of paths (or other vector shapes) when they are stroked. | All   2.0 |
| [GMImage.GetStrokeMiterLimit](GMImageGetStrokeMiterLimit.md)   Gets the miter limit. | All   2.0 |
| [GMImage.GetStrokeWidth](GMImageGetStrokeWidth.md)   Gets the Stroke width for drawing vector objects (default one) | All   2.0 |
| [GMImage.GetSubImage](GMImageGetSubImage.md)   Queries which image of an image sequence is currently used. | All   2.0 |
| [GMImage.GetSubRange](GMImageGetSubRange.md)   Gets the Number of images relative to the base image | All   2.0 |
| [GMImage.GetTextEncoding](GMImageGetTextEncoding.md)   Queries the text encoding. | All   2.0 |
| [GMImage.GetTileName](GMImageGetTileName.md)   Queries the Tile name. | All   2.0 |
| [GMImage.GetType](GMImageGetType.md)   Image representation type. | All   2.0 |
| [GMImage.GetVerbose](GMImageGetVerbose.md)   Queries whether to print detailed information about the image | All   2.0 |
| [GMImage.GetView](GMImageGetView.md)   Queries the FlashPix viewing parameters. | All   2.0 |
| [GMImage.GetWidth](GMImageGetWidth.md)   Returns the Image width. | All   2.0 |
| [GMImage.GetXMP](GMImageGetXMP.md)   Query XMP data. | All   6.3 |
| [GMImage.GetZPL](GMImageGetZPL.md)   Queries image as ZPL hex image. | All   10.3 |
| [GMImage.Hash](GMImageHash.md)   Calculates a hash of the image. | All   9.4 |
| [GMImage.ImageCount](GMImageImageCount.md)   Queries number of open images. | All   5.0 |
| [GMImage.Implode](GMImageImplode.md)   Implode image (special effect). | All   2.0 |
| [GMImage.InvertChannel](GMImageInvertChannel.md)   Inverts an image. | All   8.4 |
| [GMImage.IsGray](GMImageIsGray.md)   Checks whether all pixels are gray. | All   8.3 |
| [GMImage.IsLoggingEnabled](GMImageIsLoggingEnabled.md)   Checks whether logging is enabled. | All   11.1 |
| [GMImage.Level](GMImageLevel.md)   Level image. | All   2.0 |
| [GMImage.LevelChannel](GMImageLevelChannel.md)   Level image channel. | All   2.0 |
| [GMImage.List](GMImageList.md)   Lists all IDs of images in memory. | All   8.1 |
| [GMImage.ListTypeInfo](GMImageListTypeInfo.md)   Writes type list file. | All   10.4 |
| [GMImage.MagickVersion](GMImageMagickVersion.md)   Queries the version text of the GraphicsMagick library. | All   10.4 |
| [GMImage.Magnify](GMImageMagnify.md)   Magnify image by integral size. | All   2.0 |
| [GMImage.Map](GMImageMap.md)   Remap image colors with closest color from reference image. | All   2.0 |
| [GMImage.MatteFloodfill](GMImageMatteFloodfill.md)   Floodfill designated area with replacement opacity value. | All   2.0 |
| [GMImage.MeanErrorPerPixel](GMImageMeanErrorPerPixel.md)   The mean error per pixel computed when an image is color reduced. | All   2.0 |
| [GMImage.MedianFilter](GMImageMedianFilter.md)   Filter image by replacing each pixel component with the median color in a circular neighborhood. | All   2.0 |
| [GMImage.Minify](GMImageMinify.md)   Reduce image by integral size. | All   2.0 |
| [GMImage.Modulate](GMImageModulate.md)   Modulate percent hue, saturation, and brightness of an image. | All   2.0 |
| [GMImage.MontageGeometry](GMImageMontageGeometry.md)   Tile size and offset within an image montage. | All   2.0 |
| [GMImage.MotionBlur](GMImageMotionBlur.md)   Motion blur image with specified blur factor. | All   2.0 |
| [GMImage.MultiplyChannel](GMImageMultiplyChannel.md)   Multiplies all values in a channel. | All   5.0 |
| [GMImage.Negate](GMImageNegate.md)   Negate colors in image. | All   2.0 |
| [GMImage.New](GMImageNew.md)   Construct a blank image canvas of specified size and color. | All   2.0 |
| [GMImage.NewFromBase64](GMImageNewFromBase64.md)   Loads a picture from base64 encoded data. | All   3.0 |
| [GMImage.NewFromContainer](GMImageNewFromContainer.md)   Loads a picture from the given container. | All   2.0 |
| [GMImage.NewFromFile](GMImageNewFromFile.md)   Loads a picture file. | All   2.0 |
| [GMImage.NewFromHex](GMImageNewFromHex.md)   Loads a picture from hex encoded data. | All   3.0 |
| [GMImage.NewImagesFromContainer](GMImageNewImagesFromContainer.md)   Loads a picture from the given container. | All   5.1 |
| [GMImage.NewImagesFromFile](GMImageNewImagesFromFile.md)   Loads a picture file with several files. | All   5.1 |
| [GMImage.Normalize](GMImageNormalize.md)   Normalize image (increase contrast by normalizing the pixel values to span the full range of color values) | All   2.0 |
| [GMImage.NormalizedMaxError](GMImageNormalizedMaxError.md)   The normalized max error per pixel computed when an image is color reduced. | All   2.0 |
| [GMImage.NormalizedMeanError](GMImageNormalizedMeanError.md)   The normalized mean error per pixel computed when an image is color reduced. | All   2.0 |
| [GMImage.OilPaint](GMImageOilPaint.md)   Oilpaint image (image looks like oil painting) | All   2.0 |
| [GMImage.Opacity](GMImageOpacity.md)   Set or attenuate the opacity channel in the image. | All   2.0 |
| [GMImage.Opaque](GMImageOpaque.md)   Change color of opaque pixel to specified pen color. | All   2.0 |
| [GMImage.Ping](GMImagePing.md)   Pings an image to query metadata. | All   10.3 |
| [GMImage.PingContainer](GMImagePingContainer.md)   Pings an image to query metadata. | All   10.3 |
| [GMImage.PopClipPath](GMImagePopClipPath.md)   Pop (terminate) clip path definition started by GMImage.PushClipPath. | All   4.1 |
| [GMImage.Profiles](GMImageProfiles.md)   Queries the list of available profiles. | All   16.1 |
| [GMImage.PurgeTemporaryFiles](GMImagePurgeTemporaryFiles.md)   Asks GraphicsMagick to purge all temp files. | All   5.0 |
| [GMImage.PushClipPath](GMImagePushClipPath.md)   Push (create) clip path definition with new name. | All   4.1 |
| [GMImage.Quantize](GMImageQuantize.md)   Quantize image (reduce number of colors). | All   2.0 |
| [GMImage.QuantumDepth](GMImageQuantumDepth.md)   Queries quantum depth of GraphicsMagick. | All   8.3 |
| [GMImage.Raise](GMImageRaise.md)   Raise image (lighten or darken the edges of an image to give a 3-D raised or lowered effect) | All   2.0 |
| [GMImage.RandomThreshold](GMImageRandomThreshold.md)   Random threshold image. | All   2.0 |
| [GMImage.RandomThresholdChannel](GMImageRandomThresholdChannel.md)   Random threshold image. | All   2.0 |
| [GMImage.Read](GMImageRead.md)   Read single image frame into current object. | All   8.3 |
| [GMImage.ReadContainer](GMImageReadContainer.md)   Read single image frame into current object. | All   10.2 |
| [GMImage.ReduceNoise](GMImageReduceNoise.md)   Reduce noise in image using a noise peak elimination filter. | All   2.0 |
| [GMImage.Release](GMImageRelease.md)   Releases the image from memory. | All   2.0 |
| [GMImage.ReleaseAll](GMImageReleaseAll.md)   Destroys all images. | All   7.0 |
| [GMImage.Repage](GMImageRepage.md)   Resets the image page canvas and position. | All   9.0 |
| [GMImage.ReplaceColor](GMImageReplaceColor.md)   Replaces a color with another color value for the whole image. | All   4.3 |
| [GMImage.Resize](GMImageResize.md)   Resize image, specifying geometry, filter, and blur. | All   9.0 |
| [GMImage.Roll](GMImageRoll.md)   Roll image (rolls image vertically and horizontally) by specified number of columnms and rows) | All   2.0 |
| [GMImage.Rollxy](GMImageRollxy.md)   Roll image (rolls image vertically and horizontally) by specified number of columnms and rows) | All   2.0 |
| [GMImage.Rotate](GMImageRotate.md)   Rotate image by specified number of degrees. | All   2.0 |
| [GMImage.Rotating](GMImageRotating.md)   Set rotation to use when drawing. | All   4.1 |
| [GMImage.Rows](GMImageRows.md)   Returns the image height. | All   2.0 |
| [GMImage.Sample](GMImageSample.md)   Resize image by using pixel sampling algorithm. | All   2.0 |
| [GMImage.Scale](GMImageScale.md)   Resize image by using simple ratio algorithm. | All   2.0 |
| [GMImage.Scaling](GMImageScaling.md)   Apply scaling in x and y direction while drawing objects. | All   4.1 |
| [GMImage.Segment](GMImageSegment.md)   Segments the image. | All   2.0 |
| [GMImage.SetAdjoin](GMImageSetAdjoin.md)   Set adjoin value. Join images into a single multi-image file | All   2.0 |
| [GMImage.SetAnimationDelay](GMImageSetAnimationDelay.md)   Sets the animation delay. | All   2.0 |
| [GMImage.SetAnimationIterations](GMImageSetAnimationIterations.md)   Sets the Number of iterations to loop an animation (e.g. Netscape loop extension) for. | All   2.0 |
| [GMImage.SetAntiAlias](GMImageSetAntiAlias.md)   Sets whether to Anti-alias Postscript and TrueType fonts (default true) | All   2.0 |
| [GMImage.SetAttribute](GMImageSetAttribute.md)   Set a named attribute. | All   2.0 |
| [GMImage.SetBackgroundColor](GMImageSetBackgroundColor.md)   Sets the Image background color. | All   2.0 |
| [GMImage.SetBackgroundTexture](GMImageSetBackgroundTexture.md)   Sets the Name of texture image to tile onto the image background | All   2.0 |
| [GMImage.SetBorderColor](GMImageSetBorderColor.md)   Sets the Image border color. | All   2.0 |
| [GMImage.SetBoxColor](GMImageSetBoxColor.md)   Text bounding-box base color (default none). | All   2.0 |
| [GMImage.SetCacheThreshold](GMImageSetCacheThreshold.md)  **Deprecated**    Sets the Pixel cache threshold in bytes. | All   2.0 |
| [GMImage.SetChannelDepth](GMImageSetChannelDepth.md)   Set modulus channel depth | All   2.0 |
| [GMImage.SetClassType](GMImageSetClassType.md)   Sets the Image class. | All   2.0 |
| [GMImage.SetColorFuzz](GMImageSetColorFuzz.md)   Sets the color fuzz. | All   2.0 |
| [GMImage.SetColorMap](GMImageSetColorMap.md)   Sets an entry in the color map. | All   2.0 |
| [GMImage.SetColorMapSize](GMImageSetColorMapSize.md)   Sets the Colormap size (number of colormap entries) | All   2.0 |
| [GMImage.SetColorSpace](GMImageSetColorSpace.md)   Sets the Image Color Space. | All   2.0 |
| [GMImage.SetComment](GMImageSetComment.md)   Sets the image comment. | All   2.0 |
| [GMImage.SetCompose](GMImageSetCompose.md)   Sets the Composition operator to be used when composition is implicitly used (such as for image flattening). | All   2.0 |
| [GMImage.SetCompressType](GMImageSetCompressType.md)   Sets the compression type. | All   2.0 |
| [GMImage.SetDebug](GMImageSetDebug.md)   Enables printing of debug messages from ImageMagick | All   2.0 |
| [GMImage.SetDefineSet](GMImageSetDefineSet.md)   Sets a define value. | All   2.0 |
| [GMImage.SetDefineValue](GMImageSetDefineValue.md)   Sets a value. | All   2.0 |
| [GMImage.SetDensity](GMImageSetDensity.md)   Sets the Vertical and horizontal resolution in pixels of the image. | All   2.0 |
| [GMImage.SetDepth](GMImageSetDepth.md)   Sets the Image depth (bits allocated to red/green/blue components) | All   2.0 |
| [GMImage.SetEXIFOrientation](GMImageSetEXIFOrientation.md)   Sets orientation for EXIF. | All   6.5 |
| [GMImage.SetEndian](GMImageSetEndian.md)   Sets the Endianness (little like Intel or big like SPARC) for image formats which support endian-specific options. | All   2.0 |
| [GMImage.SetFileName](GMImageSetFileName.md)   Sets the Image file name. | All   2.0 |
| [GMImage.SetFillColor](GMImageSetFillColor.md)   Sets the Color to use when filling drawn objects. | All   2.0 |
| [GMImage.SetFillRule](GMImageSetFillRule.md)   Sets the rule to use when filling drawn objects | All   2.0 |
| [GMImage.SetFilterType](GMImageSetFilterType.md)   Sets the Filter to use when resizing image. | All   2.0 |
| [GMImage.SetFont](GMImageSetFont.md)   Sets the Text rendering font. | All   2.0 |
| [GMImage.SetFontFamily](GMImageSetFontFamily.md)   Set font family to use. | All   10.4 |
| [GMImage.SetFontPointSize](GMImageSetFontPointSize.md)   Sets the font point size. | All   2.0 |
| [GMImage.SetFontStretch](GMImageSetFontStretch.md)   Set font stretch. | All   10.4 |
| [GMImage.SetFontStyle](GMImageSetFontStyle.md)   Set font style. | All   10.4 |
| [GMImage.SetFontWeight](GMImageSetFontWeight.md)   Sets font weight. | All   10.4 |
| [GMImage.SetGifDisposeMethod](GMImageSetGifDisposeMethod.md)   Sets the GIF disposal method. | All   2.0 |
| [GMImage.SetICCColorProfile](GMImageSetICCColorProfile.md)   Sets the ICC color profile. | All   2.0 |
| [GMImage.SetIPTCProfile](GMImageSetIPTCProfile.md)   Sets the IPTC profile. | All   2.0 |
| [GMImage.SetInterlaceType](GMImageSetInterlaceType.md)   Sets the interlace type. | All   2.0 |
| [GMImage.SetIsValid](GMImageSetIsValid.md)   Sets whether the object contain a valid image. | All   2.0 |
| [GMImage.SetLabel](GMImageSetLabel.md)   Sets the image label. | All   2.0 |
| [GMImage.SetLineWidth](GMImageSetLineWidth.md)   Sets the Stroke width for drawing vector objects (default one) | All   2.0 |
| [GMImage.SetLogEventMask](GMImageSetLogEventMask.md)   Set log event mask. | All   11.1 |
| [GMImage.SetMagick](GMImageSetMagick.md)   Sets the File type magick identifier (.e.g "GIF") | All   2.0 |
| [GMImage.SetMatte](GMImageSetMatte.md)   Sets whether image supports transparency (matte channel) | All   2.0 |
| [GMImage.SetMatteColor](GMImageSetMatteColor.md)   Sets the Transparent color. | All   2.0 |
| [GMImage.SetModulusDepth](GMImageSetModulusDepth.md)   Sets the Image modulus depth. | All   2.0 |
| [GMImage.SetMonochrome](GMImageSetMonochrome.md)   If set, transform image to black and white. | All   2.0 |
| [GMImage.SetOrientation](GMImageSetOrientation.md)   Sets the image orientation. | All   2.0 |
| [GMImage.SetPage](GMImageSetPage.md)   Sets the Preferred size and location of an image canvas. | All   2.0 |
| [GMImage.SetPixelColor](GMImageSetPixelColor.md)   set pixel color at location x &amp; y. | All   2.0 |
| [GMImage.SetProfile](GMImageSetProfile.md)   Add or remove a named profile to/from the image. | All   2.0 |
| [GMImage.SetQuality](GMImageSetQuality.md)   Sets the JPEG/MIFF/PNG compression level (default 75). | All   2.0 |
| [GMImage.SetQuantizeColorSpace](GMImageSetQuantizeColorSpace.md)   Sets the Colorspace to quantize in. | All   2.0 |
| [GMImage.SetQuantizeColors](GMImageSetQuantizeColors.md)   Sets the Maximum number of colors to quantize to | All   2.0 |
| [GMImage.SetQuantizeDither](GMImageSetQuantizeDither.md)   Sets whether to dither image during quantization (default true). | All   2.0 |
| [GMImage.SetQuantizeTreeDepth](GMImageSetQuantizeTreeDepth.md)   Sets the Quantization tree-depth. | All   2.0 |
| [GMImage.SetQuiet](GMImageSetQuiet.md)   Sets quiet setting. | All   9.0 |
| [GMImage.SetRenderingIntent](GMImageSetRenderingIntent.md)   Sets the type of rendering intent | All   2.0 |
| [GMImage.SetResolutionUnits](GMImageSetResolutionUnits.md)   Sets which units are used for image resolution. | All   2.0 |
| [GMImage.SetScene](GMImageSetScene.md)   Sets the image scene number | All   2.0 |
| [GMImage.SetSize](GMImageSetSize.md)   Sets the Width and height of a raw image | All   2.0 |
| [GMImage.SetStrokeAntiAlias](GMImageSetStrokeAntiAlias.md)   Enables/disables stroke anti-aliasing. | All   2.0 |
| [GMImage.SetStrokeColor](GMImageSetStrokeColor.md)   Sets the Color to use when drawing object outlines. | All   2.0 |
| [GMImage.SetStrokeDashArray](GMImageSetStrokeDashArray.md)   Specify the pattern of dashes and gaps used to stroke paths. | All   4.2 |
| [GMImage.SetStrokeDashOffset](GMImageSetStrokeDashOffset.md)   Sets the stroke dash offset. | All   2.0 |
| [GMImage.SetStrokeLineCap](GMImageSetStrokeLineCap.md)   Specify the shape to be used at the end of open subpaths when they are stroked. | All   2.0 |
| [GMImage.SetStrokeLineJoin](GMImageSetStrokeLineJoin.md)   Specify the shape to be used at the corners of paths (or other vector shapes) when they are stroked. | All   2.0 |
| [GMImage.SetStrokeMiterLimit](GMImageSetStrokeMiterLimit.md)   Sets the miter limit. | All   2.0 |
| [GMImage.SetStrokeWidth](GMImageSetStrokeWidth.md)   Sets the Stroke width for drawing vector objects (default one) | All   2.0 |
| [GMImage.SetSubImage](GMImageSetSubImage.md)   Selects which image of an image sequence is currently used. | All   2.0 |
| [GMImage.SetSubRange](GMImageSetSubRange.md)   Sets the Number of images relative to the base image | All   2.0 |
| [GMImage.SetTextEncoding](GMImageSetTextEncoding.md)   Sets the Annotation text encoding (e.g. "UTF-16") | All   2.0 |
| [GMImage.SetTileName](GMImageSetTileName.md)   Sets the Tile name. | All   2.0 |
| [GMImage.SetType](GMImageSetType.md)   Sets the Image representation type. | All   2.0 |
| [GMImage.SetVerbose](GMImageSetVerbose.md)   Sets whether to print detailed information about the image. | All   2.0 |
| [GMImage.SetView](GMImageSetView.md)   Sets the FlashPix viewing parameters. | All   2.0 |
| [GMImage.SetXMP](GMImageSetXMP.md)   Sets the XMP data. | All   6.3 |
| [GMImage.Shade](GMImageShade.md)   Shade image using distant light source. | All   2.0 |
| [GMImage.Sharpen](GMImageSharpen.md)   Sharpen pixels in image. | All   2.0 |
| [GMImage.SharpenChannel](GMImageSharpenChannel.md)   Sharpen pixels in image | All   2.0 |
| [GMImage.Shave](GMImageShave.md)   Shave pixels from image edges. | All   2.0 |
| [GMImage.Shear](GMImageShear.md)   Shear image (create parallelogram by sliding image by X or Y axis). | All   2.0 |
| [GMImage.Signature](GMImageSignature.md)   Image signature. Set force to 1 in order to re-calculate the signature regardless of whether the image data has been modified. | All   2.0 |
| [GMImage.SkewX](GMImageSkewX.md)   Apply Skew in X direction. | All   4.1 |
| [GMImage.SkewY](GMImageSkewY.md)   Apply Skew in Y direction. | All   4.1 |
| [GMImage.Solarize](GMImageSolarize.md)   Solarize image (similar to effect seen when exposing a photographic film to light during the development process). | All   2.0 |
| [GMImage.Spread](GMImageSpread.md)   Spread pixels randomly within image by specified ammount. | All   2.0 |
| [GMImage.Statistics](GMImageStatistics.md)   Calculate statistics for an image. | All   14.1 |
| [GMImage.Stegano](GMImageStegano.md)   Add a digital watermark to the image (based on second image) | All   2.0 |
| [GMImage.Stereo](GMImageStereo.md)   Create an image which appears in stereo when viewed with red-blue glasses (Red image on left, blue on right) | All   2.0 |
| [GMImage.Strip](GMImageStrip.md)   Remove all profiles and text attributes from the image. | All   3.5 |
| [GMImage.StrokePattern](GMImageStrokePattern.md)   Sets the pattern image to use while stroking object outlines. | All   2.0 |
| [GMImage.Swirl](GMImageSwirl.md)   Swirl image (image pixels are rotated by degrees). | All   2.0 |
| [GMImage.Texture](GMImageTexture.md)   Channel a texture on image background. | All   2.0 |
| [GMImage.Threshold](GMImageThreshold.md)   Threshold image channels (below threshold becomes black, above threshold becomes white). | All   2.0 |
| [GMImage.TotalColors](GMImageTotalColors.md)   Number of colors in the image | All   2.0 |
| [GMImage.Transform](GMImageTransform.md)   Transform image based on image and crop geometries. | All   2.0 |
| [GMImage.TransformOrigin](GMImageTransformOrigin.md)   Origin of coordinate system to use when annotating with text or drawing. | All   2.0 |
| [GMImage.TransformReset](GMImageTransformReset.md)   Reset transformation parameters to default. | All   2.0 |
| [GMImage.TransformRotation](GMImageTransformRotation.md)   Rotation to use when annotating with text or drawing. | All   2.0 |
| [GMImage.TransformScale](GMImageTransformScale.md)   Scale to use when annotating with text or drawing. | All   2.0 |
| [GMImage.TransformSkewX](GMImageTransformSkewX.md)   Skew to use in X axis when annotating with text or drawing. | All   2.0 |
| [GMImage.TransformSkewY](GMImageTransformSkewY.md)   Skew to use in Y axis when annotating with text or drawing. | All   2.0 |
| [GMImage.Translation](GMImageTranslation.md)   Apply coordinate translation. | All   4.1 |
| [GMImage.Transparent](GMImageTransparent.md)   Add matte image to image, setting pixels matching color to transparent | All   2.0 |
| [GMImage.Trim](GMImageTrim.md)   Trim edges that are the background color from the image. | All   2.0 |
| [GMImage.Unsharpmask](GMImageUnsharpmask.md)   Replace image with a sharpened version of the original image using the unsharp mask algorithm. | All   2.0 |
| [GMImage.UnsharpmaskChannel](GMImageUnsharpmaskChannel.md)   Replace image with a sharpened version of the original image using the unsharp mask algorithm. | All   2.0 |
| [GMImage.Wave](GMImageWave.md)   Map image pixels to a sine wave: | All   2.0 |
| [GMImage.WriteImages](GMImageWriteImages.md)   Writes several images to disk. | All   3.4 |
| [GMImage.WriteToBMPContainer](GMImageWriteToBMPContainer.md)   Writes the picture in BMP format to a container object which you can store in a container field. | All   2.4 |
| [GMImage.WriteToContainer](GMImageWriteToContainer.md)   Writes images as is into a container. | All   9.3 |
| [GMImage.WriteToFile](GMImageWriteToFile.md)   Write single image frame to a file. | All   2.0 |
| [GMImage.WriteToGIFContainer](GMImageWriteToGIFContainer.md)   Writes the picture in GIF format to a container value which you can store in a container field. | All   2.4 |
| [GMImage.WriteToJPEGContainer](GMImageWriteToJPEGContainer.md)   Writes the picture in JPEG format to a container value which you can store in a container field. | All   2.0 |
| [GMImage.WriteToPDFContainer](GMImageWriteToPDFContainer.md)   Writes the picture in PDF format to a container value which you can store in a container field. | All   7.4 |
| [GMImage.WriteToPNGContainer](GMImageWriteToPNGContainer.md)   Writes the picture in PNG format to a container value which you can store in a container field. | All   2.0 |
| [GMImage.WriteToTiffContainer](GMImageWriteToTiffContainer.md)   Writes the picture in TIFF format to a container value which you can store in a container field. | All   4.4 |
| [GMImage.WriteToWebPContainer](GMImageWriteToWebPContainer.md)   Writes the picture in WebP format to a container value which you can store in a container field. | All   13.2 |
| [GMImage.XResolution](GMImageXResolution.md)   Returns the x resolution of the image. | All   2.0 |
| [GMImage.YResolution](GMImageYResolution.md)   Returns the y resolution of the image. | All   2.0 |
| [GMImage.Zoom](GMImageZoom.md)   Zoom image to specified size. | All   2.0 |

366 functions shown.

These functions require a license (96%).

### Release notes

- **Version 15.2**
    - Improved exceptions handling for [GraphicsMagick](https://www.mbsplugins.eu/component_GraphicsMagick.shtml) functions.
- **Version 13.5**
    - Enabled support for WebP pictures to [GraphicsMagick](https://www.mbsplugins.eu/component_GraphicsMagick.shtml) functions for macOS ARM target.
- **Version 13.2**
    - Added support for WebP pictures to [GraphicsMagick](https://www.mbsplugins.eu/component_GraphicsMagick.shtml) functions.
- **Version 11.1**
    - Fixed alpha channel handling for passing colors to [GraphicsMagick](https://www.mbsplugins.eu/component_GraphicsMagick.shtml) functions.
- **Version 10.5**
    - Fixed [GraphicsMagick](https://www.mbsplugins.eu/component_GraphicsMagick.shtml) functions to not use clock\_gettime function on macOS 10.11 or older, where it didn't exists. Broken in 10.4.
- **Version 9.0**
    - Changed [GraphicsMagick](http://www.mbsplugins.eu/component_GraphicsMagick.shtml) functions for Linux and iOS to use 16bit images.
- **Version 8.5**
    - Changed [GraphicsMagick](http://www.mbsplugins.eu/component_GraphicsMagick.shtml) functions to pass file name from container to image when reading, so we can save again with same name in output container value.

### Blog Entries

- [Draw images with text using DynaPDF](https://www.mbsplugins.de/archive/2026-01-03/Draw_images_with_text_using_Dy/monkeybreadsoftware_blog_filemaker)
- [Self made charts in FileMaker](https://www.mbsplugins.de/archive/2025-06-26/Self_made_charts_in_FileMaker/monkeybreadsoftware_blog_filemaker)
- [MBS @ dotfmp 2024](https://www.mbsplugins.de/archive/2024-06-17/MBS_@_dotfmp_2024/monkeybreadsoftware_blog_filemaker)
- [Custom progress bars for FileMaker](https://www.mbsplugins.de/archive/2024-04-10/Custom_progress_bars_for_FileM/monkeybreadsoftware_blog_filemaker)
- [MBS @ FMTraining.TV - Integrate FileMaker MBS features in a Database](https://www.mbsplugins.de/archive/2024-03-14/MBS_@_FMTrainingTV_-_Integrate/monkeybreadsoftware_blog_filemaker)
- [MBS @ FMTraining.TV - Changing Image Formats in Containers with the MBS FileMaker Plug-in](https://www.mbsplugins.de/archive/2024-01-12/MBS_@_FMTrainingTV_-_Changing_/monkeybreadsoftware_blog_filemaker)
- [MBS Plugin Advent calendar: 16 - GraphicsMagick](https://www.mbsplugins.de/archive/2023-12-16/MBS_Plugin_Advent_calendar_16_/monkeybreadsoftware_blog_filemaker)
- [MBS Plugin 13.2 for Claris FileMaker](https://www.mbsplugins.de/archive/2023-05-09/MBS_Plugin_132_for_Claris_File/monkeybreadsoftware_blog_filemaker)
- [MBS @ FMTraining.TV - Image Editing](https://www.mbsplugins.de/archive/2023-03-30/MBS_@_FMTrainingTV_-_Image_Edi/monkeybreadsoftware_blog_filemaker)
- [GraphicsMagick in FileMaker, part 24](https://www.mbsplugins.de/archive/2022-12-24/GraphicsMagick_in_FileMaker_pa/monkeybreadsoftware_blog_filemaker)

### FileMaker Magazin

- [Ausgabe 6/2025, Seite 32](https://filemaker-magazin.de/neuigkeit/4309-Appetithappen-FMM_202506)
- [Ausgabe 2/2023, Seite 28](https://filemaker-magazin.de/neuigkeit/4223-Appetithappen-FMM_202302)
- [Ausgabe 5/2022, Seite 27](https://filemaker-magazin.de/neuigkeit/4196-Appetithappen-FMM_202205)
- [Ausgabe 6/2020, Seite 37 bis 38](https://filemaker-magazin.de/neuigkeit/4118-Appetithappen-FMM_202006)
- [Ausgabe 5/2018, Seite 29](https://filemaker-magazin.de/neuigkeit/4011-Appetithappen-FMM_201805)
- [Ausgabe 5/2018, Seite 26 bis 27](https://filemaker-magazin.de/neuigkeit/4011-Appetithappen-FMM_201805)
- [Ausgabe 5/2011, Seite 31 bis 33](https://filemaker-magazin.de/neuigkeit/3506-Appetithappen-FMM_201105-06)

[HTML Version](component_GraphicsMagick.shtml)