diff --git a/Perspex.Direct2D1.RenderTests/Controls/BorderTests.cs b/Perspex.Direct2D1.RenderTests/Controls/BorderTests.cs index caa36af0a7..907ef6f741 100644 --- a/Perspex.Direct2D1.RenderTests/Controls/BorderTests.cs +++ b/Perspex.Direct2D1.RenderTests/Controls/BorderTests.cs @@ -34,6 +34,7 @@ namespace Perspex.Direct2D1.RenderTests.Controls }; this.RenderToFile(target); + this.CompareImages(); } } } diff --git a/Perspex.Direct2D1.RenderTests/Perspex.Direct2D1.RenderTests.csproj b/Perspex.Direct2D1.RenderTests/Perspex.Direct2D1.RenderTests.csproj index 7723fea4b1..889e35f54b 100644 --- a/Perspex.Direct2D1.RenderTests/Perspex.Direct2D1.RenderTests.csproj +++ b/Perspex.Direct2D1.RenderTests/Perspex.Direct2D1.RenderTests.csproj @@ -35,11 +35,15 @@ 4 + + ..\packages\Magick.NET-Q16-x86.6.8.9.101\lib\net40-client\Magick.NET-x86.dll + False ..\packages\Splat.1.1.1\lib\Net45\Splat.dll + diff --git a/Perspex.Direct2D1.RenderTests/TestBase.cs b/Perspex.Direct2D1.RenderTests/TestBase.cs index 968cb582d1..1ca3108e5f 100644 --- a/Perspex.Direct2D1.RenderTests/TestBase.cs +++ b/Perspex.Direct2D1.RenderTests/TestBase.cs @@ -7,8 +7,9 @@ namespace Perspex.Direct2D1.RenderTests { using System.IO; - using System.Reflection; using System.Runtime.CompilerServices; + using ImageMagick; + using Microsoft.VisualStudio.TestTools.UnitTesting; using Perspex.Controls; using Perspex.Media; @@ -45,5 +46,27 @@ namespace Perspex.Direct2D1.RenderTests bitmap.Render(target); bitmap.Save(path); } + + protected void CompareImages([CallerMemberName] string testName = "") + { + string expectedPath = Path.Combine(this.OutputPath, testName + ".expected.png"); + string actualPath = Path.Combine(this.OutputPath, testName + ".out.png"); + MagickImage expected = new MagickImage(expectedPath); + MagickImage actual = new MagickImage(actualPath); + MagickErrorInfo error = expected.Compare(actual); + + if (error.NormalizedMaximumError > 0) + { + if (error.NormalizedMaximumError > 0.15) + { + Assert.Fail("NormalizedMaximumError = " + error.NormalizedMaximumError); + } + else + { + Assert.Inconclusive("Close but no cigar."); + } + } + } + } } diff --git a/Perspex.Direct2D1.RenderTests/packages.config b/Perspex.Direct2D1.RenderTests/packages.config index aece880281..3b12d4494d 100644 --- a/Perspex.Direct2D1.RenderTests/packages.config +++ b/Perspex.Direct2D1.RenderTests/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file diff --git a/TestFiles/Direct2D1/Controls/Border/Border_1px_Border.out.png b/TestFiles/Direct2D1/Controls/Border/Border_1px_Border.expected.png similarity index 100% rename from TestFiles/Direct2D1/Controls/Border/Border_1px_Border.out.png rename to TestFiles/Direct2D1/Controls/Border/Border_1px_Border.expected.png diff --git a/packages/Magick.NET-Q16-x86.6.8.9.101/Magick.NET-Q16-x86.6.8.9.101.nupkg b/packages/Magick.NET-Q16-x86.6.8.9.101/Magick.NET-Q16-x86.6.8.9.101.nupkg new file mode 100644 index 0000000000..4065ba647c Binary files /dev/null and b/packages/Magick.NET-Q16-x86.6.8.9.101/Magick.NET-Q16-x86.6.8.9.101.nupkg differ diff --git a/packages/Magick.NET-Q16-x86.6.8.9.101/Readme.txt b/packages/Magick.NET-Q16-x86.6.8.9.101/Readme.txt new file mode 100644 index 0000000000..e3e8cc25c2 --- /dev/null +++ b/packages/Magick.NET-Q16-x86.6.8.9.101/Readme.txt @@ -0,0 +1,15 @@ +Please visit https://magick.codeplex.com/documentation for information on how to use Magick.NET. + +Make sure you install the Visual C++ Redistributable for Visual Studio 2012 (.NET 4.0) or 2008 (.NET 2.0) +in your production environment. + +For a list of changes visit: https://magick.codeplex.com/SourceControl/list/changesets. Be sure to +check the BREAKING CHANGES on this page: https://magick.codeplex.com/SourceControl/latest#Readme.txt + +Follow me on twitter (@MagickNET, https://twitter.com/MagickNET) to receive information about new +downloads and changes to Magick.NET and ImageMagick. + +If you have an uncontrollable urge to give me something for the time and effort I am putting into this +project then please buy me something from my amazon wish list or send me an amazon gift card. You can +find my wishlist here: https://www.amazon.co.uk/registry/wishlist/1C3TE3001VQZE. If you prefer to use +PayPal then contact me on CodePlex to get my information. \ No newline at end of file diff --git a/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net20/Magick.NET-x86.dll b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net20/Magick.NET-x86.dll new file mode 100644 index 0000000000..ef47d98059 Binary files /dev/null and b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net20/Magick.NET-x86.dll differ diff --git a/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net20/Magick.NET-x86.xml b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net20/Magick.NET-x86.xml new file mode 100644 index 0000000000..40ecd45e39 --- /dev/null +++ b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net20/Magick.NET-x86.xml @@ -0,0 +1,6194 @@ + + + + "Magick.NET.net20" + + + +========================================================================================== + +Limits the number of threads used in multithreaded operations. + + +========================================================================================== + +Pixel cache limit in bytes. Once this memory limit is exceeded, all subsequent pixels cache +operations are to/from disk. + + +========================================================================================== + +Pixel cache limit in bytes. Requests for memory above this limit will fail. + + +============================================================================================= + +Class that can be used to set the limits to the resources that are being used. + + +========================================================================================== + +Read basic information about an image with multiple frames/pages. +The stream to read the image data from. + +========================================================================================== + +Read basic information about an image with multiple frames/pages. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Read basic information about an image with multiple frames/pages. +The byte array to read the information from. + +========================================================================================== + +Read basic information about an image. +The stream to read the image data from. + +========================================================================================== + +Read basic information about an image. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Read basic information about an image. +The byte array to read the information from. + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current image information. +The image to compare this image information with. + +========================================================================================== + +Determines whether the specified object is equal to the current image information. +The object to compare this image information with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The object to compare this image information with. + +========================================================================================== + +Height of the image. + + +========================================================================================== + +The Y resolution of the image. + + +========================================================================================== + +The X resolution of the image. + + +========================================================================================== + +Height of the image. + + +========================================================================================== + +The format of the image. + + +========================================================================================== + +Original file name of the image (only available if read from disk). + + +========================================================================================== + +Color space of the image. + + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class using the specified stream. +The stream to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class using the specified filename. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class using the specified blob. +The byte array to read the information from. + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class. + + +============================================================================================= + +Class that contains basic information about an image. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Y component value of this color. (value beteeen 0.0 and 1.0) + + +========================================================================================== + +V component value of this color. (value beteeen -0.5 and 0.5) + + +========================================================================================== + +U component value of this color. (value beteeen -0.5 and 0.5) + + +========================================================================================== + +Initializes a new instance of the ColorYUV class. +Y component value of this color.U component value of this color.V component value of this color. + +============================================================================================= + +Class that represents a YUV color. + + +========================================================================================== + +Sets the directory that contains the Ghostscript font files. +The path of the Ghostscript font directory. + +========================================================================================== + +Sets the directory that contains the Ghostscript file gsdll32.dll. +The path of the Ghostscript directory. + +========================================================================================== + +Sets the directory that will be used when ImageMagick does not have enough memory for the +pixel cache. +The path where temp files will be written. + +========================================================================================== + +Set the events that will be written to the log. The log will be written to the Log event +and the debug window in VisualStudio. To change the log settings you must use a custom +log.xml file. +The events that will be logged. + +========================================================================================== + +Adds the specified path to the environment path. You should place the ImageMagick +xml files in that directory. +The path that contains the ImageMagick xml files. + +========================================================================================== + +Returns the format information of the specified format. +The image format. + +========================================================================================== + +Returns the version of Magick.NET. + + +========================================================================================== + +Gets or sets the use of OpenCL. + + +========================================================================================== + +Returns information about the supported formats. + + +========================================================================================== + + +========================================================================================== + +Returns the features reported by ImageMagick. + + +============================================================================================= + +Class that can be used to initialize Magick.NET. + + +============================================================================================= + + +========================================================================================== + +Type of the log message. + + +========================================================================================== + +Type of the log message. + + +============================================================================================= + +EventArgs for Log events. + + +============================================================================================= + +Specifies log events. + + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothCurvetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathQuadraticCurvetoRel object. + + +========================================================================================== + +Initializes a new instance of the PathMovetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathMovetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathMovetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathLinetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathLinetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathArcRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathArcRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathArcRel object. + + +========================================================================================== + +Initializes a new instance of the PathArcAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathArcAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathArcAbs object (Elliptical Arc). + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +Creates a new DrawableViewbox instance. +The rectangle to use. + +========================================================================================== + +Creates a new DrawableViewbox instance. +The upper left X coordinate.The upper left Y coordinate.The lower right X coordinate.The lower right Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableViewbox object. + + +========================================================================================== + +Direction to use. + + +========================================================================================== + +Creates a new DrawableTextDirection instance. +Direction to use. + +============================================================================================= + +Encapsulation of the DrawableTextDirection object. + + +========================================================================================== + +The color to use. + + +========================================================================================== + +Creates a new DrawableStrokeColor instance. +The color to use. + +========================================================================================== + +Creates a new DrawableStrokeColor instance. +The color to use. + +============================================================================================= + +Encapsulation of the DrawableStrokeColor object. + + +========================================================================================== + +The miter limit. + + +========================================================================================== + +Creates a new DrawableSkewY instance. +The angle. + +============================================================================================= + +Encapsulation of the DrawableSkewY object. + + +========================================================================================== + +The miter limit. + + +========================================================================================== + +Creates a new DrawableSkewX instance. +The angle. + +============================================================================================= + +Encapsulation of the DrawableSkewX object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +Creates a new DrawableScaling instance. +The X coordinate.The Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableScaling object. + + +========================================================================================== + +Creates a new DrawablePath instance. +The paths to use. + +============================================================================================= + +Encapsulation of the DrawablePath object. + + +========================================================================================== + +The starting Y coordinate. + + +========================================================================================== + +The starting X coordinate. + + +========================================================================================== + +The ending Y coordinate. + + +========================================================================================== + +The ending X coordinate. + + +========================================================================================== + +Creates a new DrawableLine instance. +The starting X coordinate.The starting Y coordinate.The ending X coordinate.The ending Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableLine object. + + +========================================================================================== + +The gravity. + + +========================================================================================== + +Creates a new DrawableGravity instance. +The gravity. + +============================================================================================= + +Encapsulation of the DrawableGravity object. + + +========================================================================================== + +The font family or the full path to the font file. + + +========================================================================================== + +Creates a new DrawableFont instance. +The font family or the full path to the font file.The style of the font.The weight of the font.The font stretching type. + +========================================================================================== + +Creates a new DrawableFont instance. +The font family or the full path to the font file. + +============================================================================================= + +Encapsulation of the DrawableFont object. + + +============================================================================================= + +Specifies font weight. + + +============================================================================================= + +Specifies the style of a font. + + +============================================================================================= + +Specifies font stretch type. + + +========================================================================================== + +The opacity. + + +========================================================================================== + +Creates a new DrawableFillOpacity instance. +The opacity. + +============================================================================================= + +Encapsulation of the DrawableFillOpacity object. + + +========================================================================================== + +The starting degrees of rotation. + + +========================================================================================== + +The Y radius. + + +========================================================================================== + +The X radius. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +The ending degrees of rotation. + + +========================================================================================== + +Creates a new DrawableEllipse instance. +The origin X coordinate.The origin Y coordinate.The X radius.The Y radius.The starting degrees of rotation.The ending degrees of rotation. + +============================================================================================= + +Encapsulation of the DrawableEllipse object. + + +========================================================================================== + +Creates a new DrawableDashArray instance. +An array containing the dash information. + +============================================================================================= + +Encapsulation of the DrawableDashArray object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The width to scale the image to. + + +========================================================================================== + +The height to scale the image to. + + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The offset from origin.The algorithm to use.The image to draw. + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The offset from origin.The image to draw. + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The X coordinate.The Y coordinate.The algorithm to use.The image to draw. + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The X coordinate.The Y coordinate.The image to draw. + +============================================================================================= + +Encapsulation of the DrawableCompositeImage object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The PaintMethod to use. + + +========================================================================================== + +Creates a new DrawableColor instance. +The X coordinate.The Y coordinate.The paint method to use. + +============================================================================================= + +Encapsulation of the DrawableColor object. + + +========================================================================================== + +The ID of the clip path. + + +========================================================================================== + +Creates a new DrawableClipPath instance. +The ID of the clip path. + +============================================================================================= + +Encapsulation of the DrawableClipPath object. + + +========================================================================================== + +The perimeter X coordinate. + + +========================================================================================== + +The perimeter X coordinate. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +Creates a new DrawableCircle instance. +The origin X coordinate.The origin Y coordinate.The perimeter X coordinate.The perimeter Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableCircle object. + + +========================================================================================== + +The width. + + +========================================================================================== + +Creates a new DrawableStrokeWidth instance. +The width. + +============================================================================================= + +Encapsulation of the DrawableStrokeWidth object. + + +========================================================================================== + +Returns a string that represents the current percentage. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified percentage is equal to the current percentage. +The percentage to compare this percentage with. + +========================================================================================== + +Determines whether the specified object is equal to the current percentage. +The object to compare this percentage with. + +========================================================================================== + +Initializes a new instance of the Percentage class using the specified value. +(0% = 0, 100% = 100) +The value (0% = 0, 100% = 100) + +========================================================================================== + +Initializes a new instance of the Percentage class using the specified value. +(0% = 0.0, 100% = 100.0) +The value (0% = 0.0, 100% = 100.0) + +============================================================================================= + +Represents a percentage value. + + +============================================================================================= + +Specifies the pixel storage types. + + +========================================================================================== + +The width. + + +========================================================================================== + +The height. + + +========================================================================================== + +The corner width. + + +========================================================================================== + +The corner height. + + +========================================================================================== + +The center Y coordinate. + + +========================================================================================== + +The center X coordinate. + + +========================================================================================== + +Creates a new DrawableRoundRectangle instance. +The center X coordinate.The center Y coordinate.The width.The height.The corner width.The corner height. + +============================================================================================= + +Encapsulation of the DrawableRoundRectangle object. + + +========================================================================================== + +Initializes a new instance of the PathCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathCurvetoRel object. + + +========================================================================================== + +The dash offset. + + +========================================================================================== + +Creates a new DrawableDashOffset instance. +The dash offset. + +============================================================================================= + +Encapsulation of the DrawableDashOffset object. + + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothQuadraticCurvetoAbs object. + + +========================================================================================== + +Creates a new DrawableBezier instance. +The coordinates. + +============================================================================================= + +Encapsulation of the DrawableBezier object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoHorizontalRel class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoHorizontalRel object. + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +Creates a new DrawableRectangle instance. +The rectangle to use. + +========================================================================================== + +Creates a new DrawableRectangle instance. +The upper left X coordinate.The upper left Y coordinate.The lower right X coordinate.The lower right Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableRectangle object. + + +============================================================================================= + + +========================================================================================== + +The text decoration + + +========================================================================================== + +Creates a new DrawableTextDecoration instance. +The text decoration. + +============================================================================================= + +Encapsulation of the DrawableTextDecoration object. + + +============================================================================================= + +Specified the type of decarion for text. + + +========================================================================================== + +Spacing to use. + + +========================================================================================== + +Creates a new DrawableTextInterlineSpacing instance. +Spacing to use. + +============================================================================================= + +Encapsulation of the DrawableTextInterlineSpacing object. + + +========================================================================================== + +Creates a new DrawablePopGraphicContext instance. + + +============================================================================================= + +Encapsulation of the DrawablePopGraphicContext object. + + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothQuadraticCurvetoRel object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +Creates a new DrawableTranslation instance. +The X coordinate.The Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableTranslation object. + + +========================================================================================== + +Spacing to use. + + +========================================================================================== + +Creates a new DrawableTextInterwordSpacing instance. +Spacing to use. + +============================================================================================= + +Encapsulation of the DrawableTextInterwordSpacing object. + + +========================================================================================== + +Creates a new DrawablePushGraphicContext instance. + + +============================================================================================= + +Encapsulation of the DrawablePushGraphicContext object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoVerticalAbs class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoVerticalAbs object. + + +========================================================================================== + +The opacity. + + +========================================================================================== + +Creates a new DrawableStrokeOpacity instance. +The opacity. + +============================================================================================= + +Encapsulation of the DrawableStrokeOpacity object. + + +========================================================================================== + +Kerning to use. + + +========================================================================================== + +Creates a new DrawableTextKerning instance. +Kerning to use. + +============================================================================================= + +Encapsulation of the DrawableTextKerning object. + + +========================================================================================== + +Creates a new DrawablePushClipPath instance. +The ID of the clip path. + +============================================================================================= + +Encapsulation of the DrawablePushClipPath object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The PaintMethod to use. + + +========================================================================================== + +Creates a new DrawableMatte instance. +The X coordinate.The Y coordinate.The paint method to use. + +============================================================================================= + +Encapsulation of the DrawableMatte object. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +The shade of this color (value between 0.0 - 1.0). + + +========================================================================================== + +Initializes a new instance of the ColorGray class. +Value between 0.0 - 1.0. + +============================================================================================= + +Class that represents a gray color. + + +========================================================================================== + +Executes the script using the specified image. +The image to execute the script on. + +========================================================================================== + +Executes the script and returns the resulting image. + + +========================================================================================== + +Event that will be raised when the script needs an image to be written. + + +========================================================================================== + +Event that will be raised when the script needs an image to be read. + + +========================================================================================== + +The variables of this script. + + +========================================================================================== + +Initializes a new instance of the MagickScript class using the specified stream. +The stream to read the script data from. + +========================================================================================== + +Initializes a new instance of the MagickScript class using the specified filename. +The fully qualified name of the script file, or the relative script file name. + +========================================================================================== + +Initializes a new instance of the MagickScript class using the specified IXPathNavigable. +The IXPathNavigable that contains the script. + +============================================================================================= + +Class that can be used to execute a Magick Script Language file. + + +========================================================================================== + +The Y offset from origin. + + +========================================================================================== + +The X offset from origin. + + +========================================================================================== + +If true then draw the arc matching a clock-wise rotation. + + +========================================================================================== + +If true then draw the larger of the available arcs. + + +========================================================================================== + +Indicates how the ellipse as a whole is rotated relative to the current coordinate system. + + +========================================================================================== + +The Y radius. + + +========================================================================================== + +The X radius. + + +========================================================================================== + +Initializes a new instance of the PathArc class. +The X offset from origin.The Y offset from origin.The X radius.The Y radius.Indicates how the ellipse as a whole is rotated relative to the +current coordinate system.If true then draw the larger of the available arcs.If true then draw the arc matching a clock-wise rotation. + +========================================================================================== + +Initializes a new instance of the PathArc class. + + +============================================================================================= + +Encapsulation of the PathArc object. + + +========================================================================================== + +The image that needs to be written. + + +========================================================================================== + +The ID of the image. + + +============================================================================================= + +Class that contains data for the Write event. + + +========================================================================================== + +The read settings for the image. + + +========================================================================================== + +The image that was read. + + +========================================================================================== + +The ID of the image. + + +============================================================================================= + +Class that contains data for the Read event. + + +========================================================================================== + +Creates a new DrawablePushPattern instance. +The ID of the pattern.The X coordinate.The Y coordinate.The width.The height. + +============================================================================================= + +Encapsulation of the DrawablePushPattern object. + + +========================================================================================== + +Creates a new DrawablePolyline instance. +The coordinates. + +============================================================================================= + +Encapsulation of the DrawablePolyline object. + + +========================================================================================== + +The angle. + + +========================================================================================== + +Creates a new DrawableRotation instance. +The angle. + +============================================================================================= + +Encapsulation of the DrawableRotation object. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Specifies if the color is black or white. + + +========================================================================================== + +Initializes a new instance of the ColorMono class. +Specifies if the color is black or white. + +============================================================================================= + +Class that represents a monochrome color. + + +========================================================================================== + +The line cap. + + +========================================================================================== + +Creates a new DrawableStrokeLineCap instance. +The line cap. + +============================================================================================= + +Encapsulation of the DrawableStrokeLineCap object. + + +========================================================================================== + +Set the value of the variable with the specified name. +The name of the variable + +========================================================================================== + +Returns the value of the variable with the specified name. +The name of the variable + +========================================================================================== + +The names of the variables. + + +========================================================================================== + +Get or set the specified variable. + + +============================================================================================= + +Class that contains variables for a script + + +========================================================================================== + +True if text antialiasing is enabled otherwise false. + + +========================================================================================== + +Creates a new DrawableTextAntialias instance. +True if text antialiasing is enabled otherwise false. + +============================================================================================= + +Encapsulation of the DrawableTextAntialias object. + + +========================================================================================== + +The rule to use when filling drawn objects. + + +========================================================================================== + +Creates a new DrawableFillRule instance. +The rule to use when filling drawn objects. + +============================================================================================= + +Encapsulation of the DrawableFillRule object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoVerticalRel class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoVerticalAbs object. + + +========================================================================================== + +Creates a new DrawablePolygon instance. +The coordinates. + +============================================================================================= + +Encapsulation of the DrawablePolygon object. + + +========================================================================================== + +The line cap. + + +========================================================================================== + +Creates a new DrawableStrokeLineJoin instance. +The line join. + +============================================================================================= + +Encapsulation of the DrawableStrokeLineJoin object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathLinetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathLinetoRel object. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Yellow component value of this color. + + +========================================================================================== + +Magenta component value of this color. + + +========================================================================================== + +Key (black) component value of this color. + + +========================================================================================== + +Cyan component value of this color. + + +========================================================================================== + +Initializes a new instance of the ColorCMYK class using the specified color. +The color to use. + +========================================================================================== + +Initializes a new instance of the ColorCMYK class. +Cyan component value of this color.Magenta component value of this color.Yellow component value of this color.Key (black) component value of this color. + +============================================================================================= + +Class that represents a CMYK color. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Saturation component value of this color. + + +========================================================================================== + +Luminosity component value of this color. + + +========================================================================================== + +Hue component value of this color. + + +========================================================================================== + +Initializes a new instance of the ColorHSL class. +Hue component value of this color.Saturation component value of this color.Luminosity component value of this color. + +============================================================================================= + +Class that represents a HSL color. + + +========================================================================================== + +Initializes a new instance of the PathClosePath class. + + +============================================================================================= + +Encapsulation of the PathClosePath object. + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathQuadraticCurvetoAbs object. + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurveto class. + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurveto class. + + +============================================================================================= + +Encapsulation of the PathQuadraticCurveto object. + + +========================================================================================== + +Writes the images to the specified file name. If the output image's file format does not +allow multi-image files multiple files will be written. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Writes the imagse to the specified stream. If the output image's file format does not +allow multi-image files multiple files will be written. +The stream to write the images to. + +========================================================================================== + +Merge this collection into a single image. +This is useful for combining Photoshop layers into a single image. + + +========================================================================================== + +Converts the images in this instance to a bitmap using the specified ImageFormat. +Supported formats are: Gif, Icon, Tiff. + + +========================================================================================== + +Converts the images in this instance to a bitmap using ImageFormat.Tiff. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Smush images from list into single image in vertical direction. +Minimum distance in pixels between images. + +========================================================================================== + +Smush images from list into single image in horizontal direction. +Minimum distance in pixels between images. + +========================================================================================== + +Reverses the order of the images in the collection. + + +========================================================================================== + +Resets the page property of every image in the collection. + + +========================================================================================== + +Removes the image at the specified index from the collection. +The index of the image to remove. + +========================================================================================== + +Removes the first occurrence of the specified image from the collection. +The image to remove. + +========================================================================================== + +Read all image frames. +The stream to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The stream to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The fully qualified name of the image file, or the relative image file name.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The byte array to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The byte array to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Quantize images (reduce number of colors). +Quantize settings. + +========================================================================================== + +OptimizePlus is exactly as Optimize, but may also add or even remove extra frames in the +animation, if it improves the total number of pixels in the resulting GIF animation. + + +========================================================================================== + +Compares each image the GIF disposed forms of the previous image in the sequence. From +this it attempts to select the smallest cropped image to replace each frame, while +preserving the results of the GIF animation. + + +========================================================================================== + +Inlay the images to form a single coherent picture. + + +========================================================================================== + +The Morph method requires a minimum of two images. The first image is transformed into +the second by a number of intervening images as specified by frames. +The number of in-between images to generate. + +========================================================================================== + +Create a composite image by combining the images with the specified settings. +The settings to use. + +========================================================================================== + +Merge this collection into a single image. +This is useful for combining Photoshop layers into a single image. + + +========================================================================================== + +Inserts an image with the specified file name into the collection. +The index to insert the image.The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Inserts an image into the collection. +The index to insert the image.The image to insert. + +========================================================================================== + +Determines the index of the specified image. +The image to check. + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Applies a mathematical expression to the images. +The expression to apply. + +========================================================================================== + +Flatten this collection into a single image. +This is useful for combining Photoshop layers into a single image. + + +========================================================================================== + +Evaluate image pixels into a single image. All the images in the collection must be the +same size in pixels. +The operator. + +========================================================================================== + +Break down an image sequence into constituent parts. This is useful for creating GIF or +MNG animation sequences. + + +========================================================================================== + +Copies the images to an Array, starting at a particular Array index. +The one-dimensional Array that is the destination.The zero-based index in 'destination' at which copying begins. + +========================================================================================== + +Combines one or more images into a single image. The grayscale value of the pixels of each +image in the sequence is assigned in order to the specified channels of the combined image. +The typical ordering would be image 1 => Red, 2 => Green, 3 => Blue, etc. +The channel(s) to combine. + +========================================================================================== + +Combines one or more images into a single image. The typical ordering would be +image 1 => Red, 2 => Green, 3 => Blue, etc. + + +========================================================================================== + +Determines whether the collection contains the specified image. +The image to check. + +========================================================================================== + +Merge a sequence of images. This is useful for GIF animation sequences that have page +offsets and disposal methods + + +========================================================================================== + +Removes all images from the collection. + + +========================================================================================== + +Creates a single image, by appending all the images in the collection vertically. + + +========================================================================================== + +Creates a single image, by appending all the images in the collection horizontally. + + +========================================================================================== + +Adds the image(s) from the specified stream to the collection. +The stream to read the images from.The settings to use when reading the image. + +========================================================================================== + +Adds the image(s) from the specified stream to the collection. +The stream to read the images from. + +========================================================================================== +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image. + +========================================================================================== + +Adds the image(s) from the specified file name to the collection. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Adds a Clone of the images from the specified collection to this collection. +A collection of MagickImages. + +========================================================================================== + +Adds the image(s) from the specified byte array to the collection. +The byte array to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Adds the image(s) from the specified byte array to the collection. +The byte array to read the image data from. + +========================================================================================== + +Adds an image with the specified file name to the collection. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Adds an image to the collection. +The image to add. + +========================================================================================== + +Event that will we raised when a warning is thrown by ImageMagick. + + +========================================================================================== + +Returns the warning that was raised during the read operation. + + +========================================================================================== + +Returns the number of images in the collection. + + +========================================================================================== + +Returns the number of images in the collection. + + +========================================================================================== + +Gets or sets the image at the specified index. + + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified stream. +The stream to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified stream. +The stream to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified filename +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified filename. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified images. +The images to add to the collection. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified byte array. +The byte array to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified byte array. +The byte array to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImage class. + + +============================================================================================= + +Represents the collection of images. + + +========================================================================================== + +Transparent color + + +========================================================================================== + +Montage title + + +========================================================================================== + +Frame geometry (width & height frame thickness) + + +========================================================================================== + +Background texture image + + +========================================================================================== + +Outline color + + +========================================================================================== + +Enable drop-shadows on thumbnails + + +========================================================================================== + +Thumbnail label (applied to image prior to montage) + + +========================================================================================== + +Thumbnail position (e.g. SouthWestGravity) + + +========================================================================================== + +Thumbnail width & height plus border width & height + + +========================================================================================== + +Frame geometry (width & height frame thickness) + + +========================================================================================== + +Font point size + + +========================================================================================== + +Label font + + +========================================================================================== + +Fill color + + +========================================================================================== + + +========================================================================================== + +Pixels between thumbnail and surrounding frame + + +========================================================================================== + +Frame border color + + +========================================================================================== + +Color that thumbnails are composed on + + +========================================================================================== + +Initializes a new instance of the MagickReadSettings class. + + +============================================================================================= + +Class that contains setting for the montage operation. + + +============================================================================================= + +The method of selecting the size of the initial canvas. + + +========================================================================================== + +True if stroke antialiasing is enabled otherwise false. + + +========================================================================================== + +Creates a new DrawableStrokeAntialias instance. +True if stroke antialiasing is enabled otherwise false. + +============================================================================================= + +Encapsulation of the DrawableStrokeAntialias object. + + +========================================================================================== + +The point size. + + +========================================================================================== + +Creates a new DrawablePointSize instance. +The point size. + +============================================================================================= + +Encapsulation of the DrawablePointSize object. + + +========================================================================================== + +Creates a new DrawablePopPattern instance. + + +============================================================================================= + +Encapsulation of the DrawablePopPattern object. + + +========================================================================================== + +The miter limit. + + +========================================================================================== + +Creates a new DrawableMiterLimit instance. +The miter limit. + +============================================================================================= + +Encapsulation of the DrawableMiterLimit object. + + +========================================================================================== + +Creates a new DrawablePopClipPath instance. + + +============================================================================================= + +Encapsulation of the DrawablePopClipPath object. + + +========================================================================================== + +Returns the maximum value of the quantum. + + +========================================================================================== + +Returns the Quantum depth. + + +============================================================================================= + +Class that can be used to acquire information about the Quantum. + + +========================================================================================== + +Initializes a new instance of the PathMovetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathMovetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathMovetoRel object. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Red component value of this color. + + +========================================================================================== + +Green component value of this color. + + +========================================================================================== + +Blue component value of this color. + + +========================================================================================== + +Initializes a new instance of the ColorRGB class using the specified color. +The color to use. + +========================================================================================== + +Initializes a new instance of the ColorRGB class. +Red component value of this color.Green component value of this color.Blue component value of this color. + +============================================================================================= + +Class that represents a RGB color. + + +========================================================================================== + +Converts the value of this instance to an equivalent MagickColor. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current color. +The image to compare this color with. + +========================================================================================== + +Determines whether the specified object is equal to the current color. +The object to compare this color with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The object to compare this color with. + +============================================================================================= + +Base class for colors + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The text to draw. + + +========================================================================================== + +The encoding of the text. + + +========================================================================================== + +Creates a new DrawableText instance. +The X coordinate.The Y coordinate.The text to draw.The encoding of the text. + +========================================================================================== + +Creates a new DrawableText instance. +The X coordinate.The Y coordinate.The text to draw. + +============================================================================================= + +Encapsulation of the DrawableCompositeImage object. + + +========================================================================================== + +The color to use. + + +========================================================================================== + +Creates a new DrawableFillColor instance. +The color to use. + +========================================================================================== + +Creates a new DrawableFillColor instance. +The color to use. + +============================================================================================= + +Encapsulation of the DrawableColor object. + + +========================================================================================== + +Initializes a new instance of the PathCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathCurvetoAbs object. + + +========================================================================================== + +The color to use. + + +========================================================================================== + +Creates a new DrawableTextUnderColor instance. +The color to use. + +========================================================================================== + +Creates a new DrawableTextUnderColor instance. +The color to use. + +============================================================================================= + +Encapsulation of the DrawableTextUnderColor object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoHorizontalAbs class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoHorizontalAbs object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorType exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorStream exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorResourceLimit exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorRegistry exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorOption exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorModule exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorMissingDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorFileOpen exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorDraw exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorCorruptImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorUndefined exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorConfigure exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorCoder exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorCache exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorBlob exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick Error exception object. + + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothCurvetoRel object. + + +============================================================================================= + +Base class for Path objects. + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + +Initializes a new instance of the PathCurveto class. + + +========================================================================================== + +Initializes a new instance of the PathCurveto class. + + +============================================================================================= + +Encapsulation of the PathCurveto object. + + +============================================================================================= + +Class that can be used to read images. + + +========================================================================================== + +Zoom image to specified size. +The percentage of the width.The percentage of the height. + +========================================================================================== +The percentage. + +========================================================================================== +The geometry to use. + +========================================================================================== +The new width.The new height. + +========================================================================================== + +Writes the image to the specified file name. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Writes the image to the specified stream. +The stream to write the image data to. + +========================================================================================== + +Forces all pixels above the threshold into white while leaving all pixels at or below +the threshold unchanged. +The threshold to use.The channel(s) to make black. + +========================================================================================== + +Forces all pixels above the threshold into white while leaving all pixels at or below +the threshold unchanged. +The threshold to use. + +========================================================================================== + +Map image pixels to a sine wave. +The amplitude.The length of the wave. + +========================================================================================== + +Map image pixels to a sine wave. + + +========================================================================================== + +Softens the edges of the image in vignette style. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The x ellipse offset.the y ellipse offset. + +========================================================================================== + +Softens the edges of the image in vignette style. + + +========================================================================================== + +Replace image with a sharpened version of the original image using the unsharp mask algorithm. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The percentage of the difference between the original and the blur image +that is added back into the original.The threshold in pixels needed to apply the diffence amount.The channel(s) that should be sharpened. + +========================================================================================== + +Replace image with a sharpened version of the original image using the unsharp mask algorithm. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The percentage of the difference between the original and the blur image +that is added back into the original.The threshold in pixels needed to apply the diffence amount. + +========================================================================================== + +Returns the unique colors of an image. + + +========================================================================================== + +Trim edges that are the background color from the image. + + +========================================================================================== + +Creates a vertical mirror image by reflecting the pixels around the central x-axis while +rotating them by 270 degrees. + + +========================================================================================== + +Creates a horizontal mirror image by reflecting the pixels around the central y-axis while +rotating them by 90 degrees. + + +========================================================================================== + +Add matte image to image, for all the pixels that lies in between the given two colors. + + +========================================================================================== + +Add matte channel to image, setting pixels matching color to transparent. +The color to make transparent. + +========================================================================================== + +Skew to use in Y axis when annotating with text or drawing. +The Y skew. + +========================================================================================== + +Skew to use in X axis when annotating with text or drawing. +The X skew. + +========================================================================================== + +Scale to use when annotating with text or drawing. +The X coordinate scaling element.The Y coordinate scaling element. + +========================================================================================== + +Reset transformation parameters to default. + + +========================================================================================== + +Rotation to use when annotating with text or drawing. +The angle. + +========================================================================================== + +Origin of coordinate system to use when annotating with text or drawing. +The X coordinate.The Y coordinate. + +========================================================================================== + +Transform image based on image geometry. +The image geometry.The crop geometry. + +========================================================================================== + +Transform image based on image geometry. +The image geometry. + +========================================================================================== + +Returns a string that represents the current image. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Converts this instance to a bitmap using the specified ImageFormat. Supported formats are: +Bmp, Gif, Icon, Jpeg, Png, Tiff. + + +========================================================================================== + +Converts this instance to a bitmap using ImageFormat.Bitmap. + + +========================================================================================== + +Converts this instance to a base64 string. + + +========================================================================================== + +Applies a color vector to each pixel in the image. The length of the vector is 0 for black +and white and at its maximum for the midtones. The vector weighting function is +f(x)=(1-(4.0*((x-0.5)*(x-0.5)))) +A color value used for tinting. + +========================================================================================== + +Resize image to thumbnail size. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image to thumbnail size. +The percentage. + +========================================================================================== + +Resize image to thumbnail size. +The geometry to use. + +========================================================================================== + +Resize image to thumbnail size. +The new width.The new height. + +========================================================================================== + +Threshold image. +The threshold percentage. + +========================================================================================== + +Channel a texture on image background. +The image to use as a texture on image background. + +========================================================================================== + +Search for the specified image at EVERY possible location in this image. This is slow! +very very slow.. It returns a similarity image such that an exact match location is +completely white and if none of the pixels match, black, otherwise some gray level in-between. +The image to search for.The metric to use.Minimum distortion for (sub)image match. + +========================================================================================== + +Search for the specified image at EVERY possible location in this image. This is slow! +very very slow.. It returns a similarity image such that an exact match location is +completely white and if none of the pixels match, black, otherwise some gray level in-between. +The image to search for.The metric to use. + +========================================================================================== + +Search for the specified image at EVERY possible location in this image. This is slow! +very very slow.. It returns a similarity image such that an exact match location is +completely white and if none of the pixels match, black, otherwise some gray level in-between. +The image to search for. + +========================================================================================== + +Swirl image (image pixels are rotated by degrees). +The number of degrees. + +========================================================================================== + +Strips an image of all profiles and comments. + + +========================================================================================== + +Create an image which appears in stereo when viewed with red-blue glasses (Red image on +left, blue on right) +The image to use as the right part of the resulting image. + +========================================================================================== + +Add a digital watermark to the image (based on second image) +The image to use as a watermark. + +========================================================================================== + +Returns image statistics. + + +========================================================================================== + +Sparse color image, given a set of coordinates, interpolates the colors found at those +coordinates, across the whole image, using various methods. +The channel(s) to use.The spare color method to use.The coordinates to use. + +========================================================================================== + +Solarize image (similar to effect seen when exposing a photographic film to light during +the development process) +The factor to use. + +========================================================================================== + +Solarize image (similar to effect seen when exposing a photographic film to light during +the development process) + + +========================================================================================== + +Simulates a pencil sketch. We convolve the image with a Gaussian operator of the given +radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. +Use a radius of 0 and sketch selects a suitable radius for you. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.Apply the effect along this angle. + +========================================================================================== + +Simulates a pencil sketch. + + +========================================================================================== + +adjust the image contrast with a non-linear sigmoidal contrast algorithm +Specifies if sharpening should be used.The contrast to use.The midpoint to use. + +========================================================================================== + +adjust the image contrast with a non-linear sigmoidal contrast algorithm +Specifies if sharpening should be used.The contrast + +========================================================================================== + +Shear image (create parallelogram by sliding image by X or Y axis). +Specifies the number of degrees to shear the image.Specifies the number of degrees to shear the image. + +========================================================================================== + +Shave pixels from image edges. +The number of pixels to shave left and right.The number of pixels to shave top and bottom. + +========================================================================================== + +Sharpen pixels in image. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The channel(s) that should be sharpened. + +========================================================================================== + +Sharpen pixels in image. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Sharpen pixels in image. +The channel(s) that should be sharpened. + +========================================================================================== + +Sharpen pixels in image. + + +========================================================================================== + +Simulate an image shadow. +the shadow x-offset.the shadow y-offset.The standard deviation of the Gaussian, in pixels.Transparency percentage.The color of the shadow. +============================================================================================= + + +========================================================================================== + +Simulate an image shadow. +the shadow x-offset.the shadow y-offset.The standard deviation of the Gaussian, in pixels.Transparency percentage. +============================================================================================= + + +========================================================================================== + +Simulate an image shadow. +The color of the shadow. + +========================================================================================== + +Simulate an image shadow. + + +========================================================================================== + +Shade image using distant light source. +The light source direction.The light source direction.Specify true to shade the intensity of each pixel. + +========================================================================================== + +Shade image using distant light source. + + +========================================================================================== + +When comparing images, de-emphasize pixel differences with this color. +The color. + +========================================================================================== + +When comparing images, emphasize pixel differences with this color. +The color. + +========================================================================================== + +Sets a format-specific option. +The format to set the option for.The name of the option.The value of the option. + +========================================================================================== + +Sets a format-specific option. +The format to set the option for.The name of the option.The value of the option. + +========================================================================================== + +Sets a named image attribute. +The name of the attribute.The value of the attribute. + +========================================================================================== + +Lessen (or intensify) when adding noise to an image. +The attenuate value. + +========================================================================================== + +Inserts the artifact with the specified name and value into the artifact tree of the image. +The name of the artifact.The value of the artifact. + +========================================================================================== + +Applies a special effect to the image, similar to the effect achieved in a photo darkroom +by sepia toning. +The tone threshold. + +========================================================================================== + +Applies a special effect to the image, similar to the effect achieved in a photo darkroom +by sepia toning. + + +========================================================================================== + +Separates the specified channels from the image and returns it as grayscale images. +The channel(s) to separates. + +========================================================================================== + +Separates the channels from the image and returns it as grayscale images. + + +========================================================================================== + +Selectively blur pixels within a contrast threshold. It is similar to the unsharpen mask +that sharpens everything with contrast above a certain threshold. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Gaussian, in pixels.Only pixels within this contrast threshold are included in the blur operation.The channel(s) to blur. + +========================================================================================== + +Selectively blur pixels within a contrast threshold. It is similar to the unsharpen mask +that sharpens everything with contrast above a certain threshold. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Gaussian, in pixels.Only pixels within this contrast threshold are included in the blur operation. + +========================================================================================== + +Segment (coalesce similar image components) by analyzing the histograms of the color +components and identifying units that are homogeneous with the fuzzy c-means technique. +Also uses QuantizeColorSpace and Verbose image attributes. +Quantize colorspaceThis represents the minimum number of pixels contained in +a hexahedra before it can be considered valid (expressed as a percentage).The smoothing threshold eliminates noise in the second +derivative of the histogram. As the value is increased, you can expect a smoother second +derivative + +========================================================================================== + +Segment (coalesce similar image components) by analyzing the histograms of the color +components and identifying units that are homogeneous with the fuzzy c-means technique. +Also uses QuantizeColorSpace and Verbose image attributes. + + +========================================================================================== + +Resize image by using simple ratio algorithm to the specified percentage. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image by using simple ratio algorithm to the specified percentage. +The percentage. + +========================================================================================== + +Resize image by using simple ratio algorithm. +The geometry to use. + +========================================================================================== + +Resize image by using simple ratio algorithm. +The new width.The new height. + +========================================================================================== + +Resize image by using pixel sampling algorithm to the specified percentage. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image by using pixel sampling algorithm to the specified percentage. +The percentage. + +========================================================================================== + +Resize image by using pixel sampling algorithm. +The geometry to use. + +========================================================================================== + +Resize image by using pixel sampling algorithm. +The new width.The new height. + +========================================================================================== + +Rotational blur image. +The angle to use.The channel(s) to use. + +========================================================================================== + +Rotational blur image. +The angle to use. + +========================================================================================== + +Rotate image counter-clockwise by specified number of degrees. +The number of degrees to rotate. + +========================================================================================== + +Roll image (rolls image vertically and horizontally). +The X offset from origin.The Y offset from origin. + +========================================================================================== + +Resize image to specified percentage. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image to specified percentage. +The percentage. + +========================================================================================== + +Resize image to specified geometry. +The geometry to use. + +========================================================================================== + +Resize image to specified size. +The new width.The new height. + +========================================================================================== + +Resize image in terms of its pixel size. +The geometry to use. + +========================================================================================== + +Resize image in terms of its pixel size. +The new X resolution.The new Y resolution. + +========================================================================================== + +Remove a named profile from the image. +The name of the profile (e.g. "ICM", "IPTC", or a generic profile name). + +========================================================================================== + +Reduce noise in image using a noise peak elimination filter. +The order to use. + +========================================================================================== + +Reduce noise in image using a noise peak elimination filter. + + +========================================================================================== + +Read single image frame. +The stream to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The stream to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single vector image frame. +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The fully qualified name of the image file, or the relative image file name.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The bitmap to read the image from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single vector image frame. +The byte array to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The byte array to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold.The channel(s) to use. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold.The channel(s) to use. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold. + +========================================================================================== + +Raise image (lighten or darken the edges of an image to give a 3-D raised effect). +The size of the edges. + +========================================================================================== + +Quantize image (reduce number of colors). +Quantize settings. + +========================================================================================== + +Sets an internal option to preserve the color type. + + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel.The channel(s) to posterize. + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel.Dither the image.The channel(s) to posterize. + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel.Dither the image. + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel. + +========================================================================================== + +Simulates a Polaroid picture. +The caption to put on the image.The angle of image. + +========================================================================================== + +Reads only metadata and not the pixel data. +The stream to read the image data from. + +========================================================================================== + +Reads only metadata and not the pixel data. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Reads only metadata and not the pixel data. +The byte array to read the information from. + +========================================================================================== + +Set each pixel whose value is less than epsilon to epsilon or -epsilon (whichever is closer) +otherwise the pixel value remains unchanged. +The epsilon threshold.The channel(s) to perceptible. +============================================================================================= + + +========================================================================================== + +Set each pixel whose value is less than epsilon to epsilon or -epsilon (whichever is closer) +otherwise the pixel value remains unchanged. +The epsilon threshold. + +========================================================================================== + +Perform a ordered dither based on a number of pre-defined dithering threshold maps, but over +multiple intensity levels. +A string containing the name of the threshold dither map to use, +followed by zero or more numbers representing the number of color levels tho dither between.The channel(s) to dither. + +========================================================================================== + +Perform a ordered dither based on a number of pre-defined dithering threshold maps, but over +multiple intensity levels. +A string containing the name of the threshold dither map to use, +followed by zero or more numbers representing the number of color levels tho dither between. + +========================================================================================== + +Changes any pixel that matches opaqueColor with the color defined by penColor. +The color to replace.The color to replace opaque color with. + +========================================================================================== + +Oilpaint image (image looks like oil painting) +The radius of the circular neighborhood. + +========================================================================================== + +Oilpaint image (image looks like oil painting) + + +========================================================================================== + +Normalize image (increase contrast by normalizing the pixel values to span the full range +of color values) + + +========================================================================================== + +Negate colors in image for the specified channel. +The channel(s) that should be negated.Use true to negate only the grayscale colors. + +========================================================================================== + +Negate colors in image for the specified channel. +The channel(s) that should be negated. + +========================================================================================== + +Negate colors in image. +Use true to negate only the grayscale colors. + +========================================================================================== + +Negate colors in image. + + +========================================================================================== + +Motion blur image with specified blur factor. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The angle the object appears to be comming from (zero degrees is from the right). + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel.The channels to apply the kernel to.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel.The channels to apply the kernel to. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments.The channels to apply the kernel to.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments.The channels to apply the kernel to. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.The channels to apply the kernel to.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.The channels to apply the kernel to. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel. + +========================================================================================== + +Returns the normalized moments of one or more image channels. + + +========================================================================================== + +Modulate percent hue, saturation, and brightness of an image. +The brightness percentage.The saturation percentage.The hue percentage. + +========================================================================================== + +Reduce image by integral size. + + +========================================================================================== + +Filter image by replacing each pixel component with the median color in a circular neighborhood. +The radius of the pixel neighborhood. + +========================================================================================== + +Filter image by replacing each pixel component with the median color in a circular neighborhood. + + +========================================================================================== + +Remap image colors with closest color from reference image. +The image to use.Dither the image. + +========================================================================================== + +Remap image colors with closest color from reference image. +The image to use. + +========================================================================================== + +Magnify image by integral size. + + +========================================================================================== + +Lower image (lighten or darken the edges of an image to give a 3-D lowered effect). +The size of the edges. + +========================================================================================== + +Rescales image with seam carving. +The geometry to use. + +========================================================================================== + +Discards any pixels below the black point and above the white point and levels the remaining pixels. +The black point.The white point. + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/fromThe channel(s) to level. +============================================================================================= + + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/fromIf true map the colors (levelize), rather than from (level)The channel(s) to level. +============================================================================================= + + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/fromIf true map the colors (levelize), rather than from (level) + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/from + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value.The gamma correction to apply to the image. (Useful range of 0 to 10)The channel(s) to level. + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value.The gamma correction to apply to the image. (Useful range of 0 to 10) + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. Uses a midpoint of 1.0. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value.The channel(s) to level. + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. Uses a midpoint of 1.0. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value. + +========================================================================================== + +Implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude +phase or real / imaginary image pair. +The image to use.Magnitude phase or real / imaginary image pair. + +========================================================================================== + +Implements the inverse discrete Fourier transform (DFT) of the image as a magnitude phase. +The image to use. + +========================================================================================== + +Implode image (special effect). +The extent of the implosion. + +========================================================================================== + +Identifies lines in the image. +Find line pairs as local maxima in this neighborhood.Find line pairs as local maxima in this neighborhood.The line count threshold. + +========================================================================================== + +Identifies lines in the image. + + +========================================================================================== + +Creates a color color histogram. + + +========================================================================================== + +Apply a color lookup table (Hald CLUT) to the image. +The image to use. + +========================================================================================== + +Returns a writable pixel collection that can be used to access the pixels of this image. +The X coordinate.The Y coordinate.The width of the pixel area.The height of the pixel area. + +========================================================================================== + +Returns a writable pixel collection that can be used to access the pixels of this image. + + +========================================================================================== + +Returns a read-only pixel collection that can be used to access the pixels of this image. +The X coordinate.The Y coordinate.The width of the pixel area.The height of the pixel area. + +========================================================================================== + +Returns a read-only pixel collection that can be used to access the pixels of this image. + + +========================================================================================== + +Retrieve a named profile from the image. +The name of the profile (e.g. "ICM", "IPTC", or a generic profile name). + +========================================================================================== + +Gets a format-specific option. +The format to get the option for.The name of the option. + +========================================================================================== + +Retrieve the iptc profile from the image. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Retrieve the exif profile from the image. + + +========================================================================================== + +Retrieve the 8bim profile from the image. + + +========================================================================================== + +Retrieve the color profile from the image. + + +========================================================================================== + +Returns the value of a named image attribute. +The name of the attribute. + +========================================================================================== + +Returns the value of the artifact with the specified name. +The name of the artifact. + +========================================================================================== + +Gaussian blur image. +The number of neighbor pixels to be included in the convolution.The standard deviation of the gaussian bell curve.The channel(s) to blur. + +========================================================================================== + +Gaussian blur image. +The number of neighbor pixels to be included in the convolution.The standard deviation of the gaussian bell curve. + +========================================================================================== + +Gamma correct image. +The image gamma for the red channel.The image gamma for the green channel.The image gamma for the blue channel. + +========================================================================================== + +Gamma correct image. +The image gamma. + +========================================================================================== + +Gamma level of the image. + + +========================================================================================== + +Applies a mathematical expression to the image. +The expression to apply.The channel(s) to apply the expression to. + +========================================================================================== + +Applies a mathematical expression to the image. +The expression to apply. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified base64 string. +The base64 string to load the image from. + +========================================================================================== + +Frame image with the specified with, height, innerBevel and outerBevel. +The width of the frame.The height of the frame.The inner bevel of the frame.The outer bevel of the frame. + +========================================================================================== + +Frame image with the specified with and height. +The width of the frame.The height of the frame. + +========================================================================================== + +Frame image with the specified geometry. +The geometry of the frame. + +========================================================================================== + +Frame image with the default geometry (25x25+6+6). + + +========================================================================================== + +Formats the specified expression, more info here: http://www.imagemagick.org/script/escape.php. + + +========================================================================================== + +Obtain font metrics for text string given current font, pointsize, and density settings. +Specifies if new lines should be ignored. + +========================================================================================== + +Obtain font metrics for text string given current font, pointsize, and density settings. + + +========================================================================================== + +Flop image (reflect each scanline in the horizontal direction). + + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The position of the pixel.The color of the border. + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The position of the pixel. + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The X coordinate.The Y coordinate.The color of the border. + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The X coordinate.The Y coordinate. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The position of the pixel.The color of the border. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The position of the pixel. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The X coordinate.The Y coordinate.The color of the border. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The X coordinate.The Y coordinate. + +========================================================================================== + +Floodfill pixels matching color (within fuzz factor) of target pixel(x,y) with replacement +alpha value using method. +The alpha to use.The X coordinate.The Y coordinate.The paint method to use. + +========================================================================================== + +Flip image (reflect each scanline in the vertical direction). + + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to.The placement gravity.The background color to use. + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to.The placement gravity. + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to.The background color to use. + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to.The placement gravity.The background color to use. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to.The placement gravity. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to.The background color to use. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to. + +========================================================================================== + +Apply an arithmetic or bitwise operator to the image pixel quantums. +The channel(s) to apply the operator on.The geometry to use.The operator.The value. + +========================================================================================== + +Apply an arithmetic or bitwise operator to the image pixel quantums. +The channel(s) to apply the operator on.The operator.The value. + +========================================================================================== + +Determines whether the specified image is equal to the current image. +The image to compare this image with. + +========================================================================================== + +Determines whether the specified object is equal to the current image. +The object to compare this image with. + +========================================================================================== + +Applies a histogram equalization to the image. + + +========================================================================================== + +Applies a digital filter that improves the quality of a noisy image. + + +========================================================================================== + +Preferred size of the image when encoding. + + +========================================================================================== + +Converts pixels to cipher-pixels. + + +========================================================================================== + +Emboss image (hilight edges with 3D effect). +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Emboss image (hilight edges with 3D effect) with default value (0x1). + + +========================================================================================== + +Edge image (hilight edges in image). +The radius of the pixel neighborhood. + +========================================================================================== + +Draw on image using a collection of drawables. +The drawables to draw on the image. + +========================================================================================== + +Draw on image using one or more drawables. +The drawable(s) to draw on the image. + +========================================================================================== + +Distorts an image using various distortion methods, by mapping color lookups of the source +image to a new destination image usually of the same size as the source image, unless +'bestfit' is set to true. +The distortion method to use.An array containing the arguments for the distortion.Attempt to 'bestfit' the size of the resulting image. + +========================================================================================== + +Distorts an image using various distortion methods, by mapping color lookups of the source +image to a new destination image of the same size as the source image. +The distortion method to use.An array containing the arguments for the distortion. + +========================================================================================== + +Determines the color type of the image. This method can be used to automaticly make the +type GrayScale. + + +========================================================================================== + +Despeckle image (reduce speckle noise). + + +========================================================================================== + +Removes skew from the image. Skew is an artifact that occurs in scanned images because of +the camera being misaligned, imperfections in the scanning or surface, or simply because +the paper was not placed completely flat when scanned. The value of threshold ranges +from 0 to QuantumRange. +The threshold. + +========================================================================================== + +Converts cipher pixels to plain pixels. +The password that was used to encrypt the image. + +========================================================================================== + +Displaces an image's colormap by a given number of positions. +Displace the colormap this amount. + +========================================================================================== + +Crop image (subregion of original image). +The width of the subregion.The height of the subregion.The position where the cropping should start from. + +========================================================================================== + +Crop image (subregion of original image) using CropPosition.Center. +The width of the subregion.The height of the subregion. + +========================================================================================== + +Crop image (subregion of original image). +The subregion to crop. + + +Convolve image. Applies a user-specified convolution to the image. + + + + + +Contrast image (enhance intensity differences in image) + + Use true to enhance the contrast and false to reduce the contrast. + + + + +Contrast image (enhance intensity differences in image) + + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The placement gravity. + The algorithm to use. + The arguments for the algorithm (compose:args). + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The placement gravity. + The algorithm to use. + + + + +Compose an image onto another at specified offset using the 'In' operator. + + The image to composite with this image. + The placement gravity. + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The offset from origin. + The algorithm to use. + The arguments for the algorithm (compose:args). + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The offset from origin. + The algorithm to use. + + + + +Compose an image onto another at specified offset using the 'In' operator. + + The image to composite with this image. + The offset from origin. + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The X offset from origin. + The Y offset from origin. + The algorithm to use. + The arguments for the algorithm (compose:args). + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The X offset from origin. + The Y offset from origin. + The algorithm to use. + + + + +Compose an image onto another at specified offset using the 'In' operator. + + The image to composite with this image. + The X offset from origin. + The Y offset from origin. + + + +========================================================================================== + +Compares the current instance with another image. Only the size of the image is compared. +The object to compare this image with. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use.The image that will contain the difference. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use.The image that will contain the difference. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use.The channel(s) to compare. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use. + +========================================================================================== + +Compare current image with another image and returns error information. +The other image to compare with this image. + +========================================================================================== + +Apply a color matrix to the image channels. +The color matrix to use. + +========================================================================================== +The position index. + +========================================================================================== +The position index. + +========================================================================================== + +Colorize image with the specified color, using specified percent alpha for red, green, +and blue quantums +The color to use.The alpha percentage for red.The alpha percentage for green.The alpha percentage for blue. + +========================================================================================== + +Colorize image with the specified color, using specified percent alpha. +The color to use.The alpha percentage. + +========================================================================================== + +Sets the alpha channel to the specified color. +The color to use. + +========================================================================================== + +Apply a color lookup table (CLUT) to the image. +The image to use.The channel(s) to clut. + +========================================================================================== + +Apply a color lookup table (CLUT) to the image. +The image to use. + +========================================================================================== + +Creates a clone of the current image. + + +========================================================================================== + +Sets the image clip mask based on any clipping path information if it exists. +Name of clipping path resource. If name is preceded by #, use +clipping path numbered by name.Specifies if operations take effect inside or outside the clipping +path + +========================================================================================== + +Sets the image clip mask based on any clipping path information if it exists. + + +========================================================================================== + +Set each pixel whose value is below zero to zero and any the pixel whose value is above +the quantum range to the quantum range (e.g. 65535) otherwise the pixel value +remains unchanged. +The channel(s) to clamp. + +========================================================================================== + +Set each pixel whose value is below zero to zero and any the pixel whose value is above +the quantum range to the quantum range (e.g. 65535) otherwise the pixel value +remains unchanged. + + +========================================================================================== + +Chromaticity red primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chromaticity red primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chromaticity green primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chromaticity blue primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chop image (remove horizontal subregion of image). +The Y offset from origin.The height of the part to chop vertically. + +========================================================================================== + +Chop image (remove horizontal subregion of image). +The X offset from origin.The width of the part to chop horizontally. + +========================================================================================== + +Chop image (remove vertical or horizontal subregion of image) using the specified geometry. +The geometry to use. + +========================================================================================== + +Chop image (remove vertical and horizontal subregion of image). +The X offset from origin.The width of the part to chop horizontally.The Y offset from origin.The height of the part to chop vertically. + +========================================================================================== + +Charcoal effect image (looks like charcoal sketch). +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Charcoal effect image (looks like charcoal sketch). + + +========================================================================================== + +Applies the color decision list from the specified ASC CDL file. +The file to read the ASC CDL information from. + +========================================================================================== + +Uses a multi-stage algorithm to detect a wide range of edges in images. +The radius of the gaussian smoothing filter.The sigma of the gaussian smoothing filter.Percentage of edge pixels in the lower threshold.Percentage of edge pixels in the upper threshold. + +========================================================================================== + +Uses a multi-stage algorithm to detect a wide range of edges in images. + + +========================================================================================== + +Changes the brightness and/or contrast of an image. It converts the brightness and +contrast parameters into slope and intercept and calls a polynomical function to apply +to the image. +The brightness.The contrast.The channel(s) that should be changed. + +========================================================================================== + +Changes the brightness and/or contrast of an image. It converts the brightness and +contrast parameters into slope and intercept and calls a polynomical function to apply +to the image. +The brightness.The contrast. + +========================================================================================== + +Border image (add border to image). +The width of the border.The height of the border. + +========================================================================================== + +Border image (add border to image). +The size of the border. + +========================================================================================== + +Blur image with specified blur factor and channel. +The radius of the Gaussian in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The channel(s) that should be blurred. + +========================================================================================== + +Blur image with specified blur factor. +The radius of the Gaussian in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Blur image the specified channel of the image with the default blur factor (0x1). +The channel(s) that should be blurred. + +========================================================================================== + +Blur image with the default blur factor (0x1). + + +========================================================================================== + +Simulate a scene at nighttime in the moonlight. +The factor to use. + +========================================================================================== + +Simulate a scene at nighttime in the moonlight. + + +========================================================================================== + +Forces all pixels below the threshold into black while leaving all pixels at or above +the threshold unchanged. +The threshold to use.The channel(s) to make black. + +========================================================================================== + +Forces all pixels below the threshold into black while leaving all pixels at or above +the threshold unchanged. +The threshold to use. + +========================================================================================== + +Set the bit depth (bits allocated to red/green/blue components). +The depth. + +========================================================================================== + +Set the bit depth (bits allocated to red/green/blue components) of the specified channel. +The depth.The channel to set the depth for. + +========================================================================================== + +Returns the bit depth (bits allocated to red/green/blue components) of the specified channel. +The channel to get the depth for. + +========================================================================================== + +Returns the bit depth (bits allocated to red/green/blue components). + + +========================================================================================== + +Adjusts an image so that its orientation is suitable for viewing. + + +========================================================================================== + +Adjusts the levels of a particular image channel by scaling the minimum and maximum values +to the full quantum range. +The channel(s) to level. + +========================================================================================== + +Adjusts the levels of a particular image channel by scaling the minimum and maximum values +to the full quantum range. + + +========================================================================================== + +Extracts the 'mean' from the image and adjust the image to try make set its gamma +appropriatally. +The channel(s) to set the gamma for. + +========================================================================================== + +Extracts the 'mean' from the image and adjust the image to try make set its gamma +appropriatally. + + +========================================================================================== + +Annotate with text (bounding area is entire image) and placement gravity. +The text to use.The placement gravity. + +========================================================================================== + +Annotate using specified text, bounding area, and placement gravity. +The text to use.The bounding area.The placement gravity.The rotation. + +========================================================================================== + +Annotate using specified text, bounding area, and placement gravity. +The text to use.The bounding area.The placement gravity. + +========================================================================================== + +Annotate using specified text, and bounding area. +The text to use.The bounding area. + +========================================================================================== + +Applies the specified alpha option. +The option to use. + +========================================================================================== + +Affine Transform image. +The affine matrix to use. + +========================================================================================== + +Adds the specified profile to the image or overwrites it. +The profile to add or overwrite. + +========================================================================================== + +Add noise to the specified channel of the image with the specified noise type. +The type of noise that should be added to the image.The channel(s) where the noise should be added. + +========================================================================================== + +Add noise to image with the specified noise type. +The type of noise that should be added to the image. + +========================================================================================== + +Local adaptive threshold image. +http://www.dai.ed.ac.uk/HIPR2/adpthrsh.htm +The width of the pixel neighborhood.The height of the pixel neighborhood.Constant to subtract from pixel neighborhood mean. + +========================================================================================== + +Local adaptive threshold image. +http://www.dai.ed.ac.uk/HIPR2/adpthrsh.htm +The width of the pixel neighborhood.The height of the pixel neighborhood. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The channel(s) that should be sharpened. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. +The channel(s) that should be sharpened. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. + + +========================================================================================== + +Resize using mesh interpolation. It works well for small resizes of less than +/- 50% +of the original image size. For larger resizing on images a full filtered and slower resize +function should be used instead. +The geometry to use. + +========================================================================================== + +Resize using mesh interpolation. It works well for small resizes of less than +/- 50% +of the original image size. For larger resizing on images a full filtered and slower resize +function should be used instead. +The new width.The new height. + +========================================================================================== + +Adaptive-blur image with specified blur factor. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Adaptive-blur image with the default blur factor (0x1). + + +========================================================================================== + +Event that will we raised when a warning is thrown by ImageMagick. + + +========================================================================================== + +Width of the image. + + +========================================================================================== + +Virtual pixel method. + + +========================================================================================== + +Turn verbose output on/off. + +========================================================================================== + + +========================================================================================== + +Number of colors in the image. + + +========================================================================================== + +Tile name. + + +========================================================================================== + +Text inter-character kerning. + + +========================================================================================== + +Text inter-word spacing. + + +========================================================================================== + +Text inter-line spacing. + + +========================================================================================== + +Annotation text gravity. + + +========================================================================================== + +Annotation text encoding (e.g. "UTF-16"). + + +========================================================================================== + +Render text right-to-left or left-to-right. + + +========================================================================================== + +Stroke width for drawing lines, circles, ellipses, etc. + + +========================================================================================== + +Pattern image to use while stroking object outlines. + + +========================================================================================== + +Specify miter limit. When two line segments meet at a sharp angle and miter joins have +been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness +of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter +length to the 'lineWidth'. The default value is 4. + + +========================================================================================== + +Specify the shape to be used at the corners of paths (or other vector shapes) when they +are stroked. + + +========================================================================================== + +Specify the shape to be used at the end of open subpaths when they are stroked. + + +========================================================================================== + +While drawing using a dash pattern, specify distance into the dash pattern to start the +dash (default 0). + + +========================================================================================== + +Specify the pattern of dashes and gaps used to stroke paths. This represents a +zero-terminated array of numbers that specify the lengths of alternating dashes and gaps +in pixels. If a zero value is not found it will be added. If an odd number of values is +provided, then the list of values is repeated to yield an even number of values. + + +========================================================================================== + +Color to use when drawing object outlines. + + +========================================================================================== + +Enabled/disable stroke anti-aliasing. + + +========================================================================================== + +The Y resolution of the image. + + +========================================================================================== + +The X resolution of the image. + + +========================================================================================== + +Units of image resolution. + + +========================================================================================== + +The type of rendering intent. + + +========================================================================================== + +Returns the warning that was raised during the read operation. + + +========================================================================================== + +JPEG/MIFF/PNG compression level (default 75). + + +========================================================================================== + +The names of the profiles. + + +========================================================================================== + +Preferred size and location of an image canvas. + + +========================================================================================== + +Photo orientation of the image. + + +========================================================================================== + +Transparent color. + + +========================================================================================== + +The label of the image. + + +========================================================================================== + +Transform image to black and white. + + +========================================================================================== + +Pixel color interpolate method to use. + + +========================================================================================== + +Type of interlacing to use. + + +========================================================================================== + +Height of the image. + + +========================================================================================== + +Image supports transparency (alpha channel). + + +========================================================================================== + +Gif disposal method. + + +========================================================================================== + +The information about the format of the image. + + +========================================================================================== + +The format of the image. + + +========================================================================================== + +Font point size. + + +========================================================================================== + +Text rendering font. + + +========================================================================================== + +FlashPix viewing parameters. + + +========================================================================================== + +Filter to use when resizing image. + + +========================================================================================== + +Rule to use when filling drawn objects. + + +========================================================================================== + +Pattern to use while filling drawn objects. + + +========================================================================================== + +Color to use when drawing inside an object. + + +========================================================================================== + +Original file name of the image (only available if read from disk). + + +========================================================================================== + +Image file size. + + +========================================================================================== + +Endianness (little like Intel or big like SPARC) for image formats which support +endian-specific options. + + +========================================================================================== + +The depth (bits allocated to red/green/blue components). + + +========================================================================================== + +Vertical and horizontal resolution in pixels of the image. + + + +Enable printing of debug messages from ImageMagick when a debugger is attached. + + + +========================================================================================== + +Compression method to use. + + +========================================================================================== + +Composition operator to be used when composition is implicitly used (such as for image flattening). + + +========================================================================================== + +Comment text of the image. + + +========================================================================================== + +Color type of the image. + + +========================================================================================== + +Color space of the image. + + +========================================================================================== + +Colormap size (number of colormap entries). + + +========================================================================================== + +Colors within this distance are considered equal. + + +========================================================================================== + +Associate a clip mask with the image. The clip mask must be the same dimensions as the +image. Pass null to unset an existing clip mask. + + +========================================================================================== + +Image class (DirectClass or PseudoClass) +NOTE: Setting a DirectClass image to PseudoClass will result in the loss of color information +if the number of colors in the image is greater than the maximum palette size (either 256 (Q8) +or 65536 (Q16). + + +========================================================================================== + +Text bounding-box base color. + + +========================================================================================== + +Border color of the image. + + +========================================================================================== + +Return smallest bounding box enclosing non-border pixels. The current fuzz value is used +when discriminating between pixels. + + +========================================================================================== + +Use black point compensation. + + +========================================================================================== + +Width of the image before transformations. + + +========================================================================================== + +Height of the image before transformations. + + +========================================================================================== + +Background color of the image. + + +========================================================================================== + +Anti-alias Postscript and TrueType fonts (default true). + + +========================================================================================== + +Number of iterations to loop an animation (e.g. Netscape loop extension) for. + + +========================================================================================== + +Time in 1/100ths of a second which must expire before splaying the next image in an +animated sequence. + + +========================================================================================== + +Join images into a single multi-image file. + + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified stream. +The stream to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified stream. +The stream to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified filename +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified filename. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Initializes a new instance of the MagickImage class by creating a copy of the specified +image. +The image to create a copy of. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified width, height +and color. +The color to fill the image with.The width.The height. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified bitmap. +The bitmap to use. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified byte array. +The byte array to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified byte array. +The byte array to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImage class. + + +============================================================================================= + +Encapsulation of the ImageMagick image object. + + +========================================================================================== + +Underline thickness. + + +========================================================================================== + +Underline position. + + +========================================================================================== + +Text width in pixels. + + +========================================================================================== + +Text height in pixels. + + +========================================================================================== + +Maximum horizontal advance in pixels. + + +========================================================================================== + +Descent, the distance in pixels from the baseline to the lowest grid coordinate used to +place an outline point. Always a negative value. + + +========================================================================================== + +Ascent, the distance in pixels from the text baseline to the highest/upper grid coordinate +used to place an outline point. + + +============================================================================================= + +Encapsulation of the ImageMagick TypeMetric object. + + +========================================================================================== + +Moments for the specified channel. + + +========================================================================================== + +Moments for the all the channels. + + +============================================================================================= + +Encapsulation of the ImageMagick ImageMoments object. + + +========================================================================================== + +The Hu invariants. + + +========================================================================================== + +The ellipse intensity. + + +========================================================================================== + +The ellipse eccentricity. + + +========================================================================================== + +The ellipse angle. + + +========================================================================================== + +The ellipse axis. + + +========================================================================================== + +The channel of this moment. + + +========================================================================================== + +The centroid. + + +============================================================================================= + +Encapsulation of the ImageMagick ChannelMoments object. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified point is equal to the current point. +The point to compare this point with. + +========================================================================================== + +Determines whether the specified object is equal to the current point. +The object to compare this point with. + +========================================================================================== + +The y-coordinate of this Point. + + +========================================================================================== + +The x-coordinate of this Point. + + +============================================================================================= + +Struct for a point with doubles. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified image statistics is equal to the current image statistics. +The image statistics to compare this image statistics with. + +========================================================================================== + +Determines whether the specified object is equal to the current image statistics. +The object to compare this image statistics with. + +========================================================================================== + +Statistics for the all the channels. + +========================================================================================== + +Statistics for the specified channel. + + +============================================================================================= + +Encapsulation of the ImageMagick ImageStatistics object. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified channel statistics is equal to the current channel statistics. +The channel statistics to compare this channel statistics with. + +========================================================================================== + +Determines whether the specified object is equal to the current channel statistics. +The object to compare this channel statistics with. + +========================================================================================== + +Sum. + +========================================================================================== + +Sum cubed. + +========================================================================================== + +Sum fourth power. + +========================================================================================== + +Sum squared. + +========================================================================================== + +Variance. + + +========================================================================================== + +Standard deviation, sqrt(variance). + + +========================================================================================== + +Skewness. + + +========================================================================================== + +Kurtosis. + + +========================================================================================== + +Minimum value observed. + + +========================================================================================== + +Average (mean) value observed. + + +========================================================================================== + +Depth of the channel. + +========================================================================================== + +Maximum value observed. + + +============================================================================================= + +Encapsulation of the ImageMagick ImageChannelStatistics object. + + +============================================================================================= + +Specifies the pixel channels. + + +========================================================================================== + +Quantization tree-depth. + + +========================================================================================== + +Measure errors. + + +========================================================================================== + +Dither method to use. + + +========================================================================================== + +Colorspace to quantize in. + + +========================================================================================== + +Maximum number of colors to quantize to. + + +========================================================================================== + +Initializes a new instance of the QuantizeSettings class. + + +============================================================================================= + +Class that contains setting for quantize operations. + + +============================================================================================= + +Specifies dither methods. + + +========================================================================================== + +Sets a format-specific option. +The format to set the option for.The name of the option.The value of the option. + +========================================================================================== + +The width. + + +========================================================================================== + +The height. + + +========================================================================================== + +The settings for pixel storage. + + +========================================================================================== + +The number of images to read from a multi layer/frame image. + + +========================================================================================== + +The index of the image to read from a multi layer/frame image. + + +========================================================================================== + +The format of the image. + + +========================================================================================== + +Vertical and horizontal resolution in pixels. + + +========================================================================================== + +Color space. + + +========================================================================================== + +Initializes a new instance of the MagickReadSettings class. + + +============================================================================================= + +Class that contains setting for when an image is being read. + + +========================================================================================== + +The pixel storage type. + + +========================================================================================== + +The mapping of the pixels (e.g. RGB/RGBA/ARGB). + + +========================================================================================== + +Initializes a new instance of the PixelStorageSettings class. +The pixel storage typeThe mapping of the pixels (e.g. RGB/RGBA/ARGB). + +========================================================================================== + +Initializes a new instance of the PixelStorageSettings class. + + +============================================================================================= + +Class that contains setting for pixel storage. + + +========================================================================================== + +The USWebCoatedSWOP profile. + + +========================================================================================== + +The sRGB profile. + + +========================================================================================== + +The ColorMatchRGB profile. + + +========================================================================================== + +The CoatedFOGRA39 profile. + + +========================================================================================== + +The AppleRGB profile. + + +========================================================================================== + +The AdobeRGB1998 profile. + + +========================================================================================== + +Initializes a new instance of the ColorProfile class. +The fully qualified name of the profile file, or the relative profile file name. + +========================================================================================== + +Initializes a new instance of the ColorProfile class. +A stream containing the profile. + +========================================================================================== + +Initializes a new instance of the ColorProfile class. +A byte array containing the profile. + +============================================================================================= + +Class that contains an ICM/ICC color profile. + + +========================================================================================== + +Sets the value of the specified tag. +The tag of the iptc value.The value. + +========================================================================================== + +Sets the value of the specified tag. +The tag of the iptc value.The encoding to use when storing the bytes.The value. + +========================================================================================== + +Changes the encoding for all the values, +The encoding to use when storing the bytes. + +========================================================================================== + +Returns the values of this iptc profile. + + +========================================================================================== + +Initializes a new instance of the IptcProfile class. +The stream to read the iptc profile from. + +========================================================================================== + +Initializes a new instance of the IptcProfile class. +The fully qualified name of the iptc profile file, or the relative +iptc profile file name. + +========================================================================================== + +Initializes a new instance of the IptcProfile class. +The byte array to read the iptc profile from. + +============================================================================================= + +Class that can be used to access an Iptc profile. + + +========================================================================================== + +Returns a string that represents the current value with the specified encoding. + + +========================================================================================== + +Returns a string that represents the current value. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified iptc value is equal to the current iptc value. +The iptc value to compare this iptc value with. + +========================================================================================== + +Determines whether the specified object is equal to the current iptc value. +The object to compare this iptc value with. + + +The value. + + + + +The tag of the iptc value. + + + + +The encoding to use for the Value. + + + +============================================================================================= + +A value of the iptc profile. + + +============================================================================================= + +All iptc tags. + + +========================================================================================== + +Returns the thumbnail in the exif profile when available. + + +========================================================================================== + +Returns the values of this exif profile. + + +========================================================================================== + +Initializes a new instance of the ExifProfile class. +The stream to read the exif profile from. + +========================================================================================== + +Initializes a new instance of the ExifProfile class. +The fully qualified name of the exif profile file, or the relative +exif profile file name. + +========================================================================================== + +Initializes a new instance of the ExifProfile class. +The byte array to read the exif profile from. + +============================================================================================= + +Class that can be used to access an Exif profile. + + +========================================================================================== + +Returns a string that represents the current value. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified exif value is equal to the current exif value. +The exif value to compare this exif value with. + +========================================================================================== + +Determines whether the specified object is equal to the current exif value. +The object to compare this exif value with. + + +The value. + + + + +The tag of the exif value. + + + + +Returns true if the value is an array. + + + + +The data type of the exif value. + + + +============================================================================================= + +A value of the exif profile. + + +============================================================================================= + +All exif tags from the Exif standard 2.2 + + +============================================================================================= + +Specifies exif data types. + + +========================================================================================== + +Returns the clipping paths this image contains. + + +========================================================================================== + +Initializes a new instance of the EightBimProfile class. +The stream to read the 8bim profile from. + +========================================================================================== + +Initializes a new instance of the EightBimProfile class. +The fully qualified name of the 8bim profile file, or the relative +8bim profile file name. + +========================================================================================== + +Initializes a new instance of the EightBimProfile class. +The byte array to read the 8bim profile from. + +============================================================================================= + +Class that can be used to access an 8bim profile. + + +========================================================================================== + +Writes the pixels to the image. + + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the value of the specified pixel. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The X coordinate of the pixel.The Y coordinate of the pixel.The value the pixel (RGBA). + +========================================================================================== + +Changes the value of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The pixels to set. + +========================================================================================== + +Changes the value of the specified pixel. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The pixel to set. + +============================================================================================= + +Class that can be used to access the individual pixels of an image and modify them. + + +============================================================================================= + +Class that can be used to access the individual pixels of an image. + + +========================================================================================== + +Returns the values of the pixels as an array. + + +========================================================================================== + +Returns the value of the specified coordinate. +The X coordinate of the pixel.The Y coordinate of the pixel. + +========================================================================================== + +Returns the pixel at the specified coordinate. +The X coordinate of the pixel.The Y coordinate of the pixel. + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Returns the width. + + +========================================================================================== + +Returns the height. + + +========================================================================================== + +Returns the number of channels that the image contains. + + +========================================================================================== + +Returns the pixel at the specified coordinate. + + +============================================================================================= + +Base class that can be used to access the individual pixels of an image. + + +========================================================================================== + +Converts the pixel to a color. Assumes the pixel is RGBA. + + +========================================================================================== + +Set the value of the specified channel. +The channel to set the value of.The value. + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Returns the value of the specified channel. +The channel to get the value of. + +========================================================================================== + +Determines whether the specified pixel is equal to the current pixel. +The pixel to compare this color with. + +========================================================================================== + +Determines whether the specified object is equal to the current pixel. +The object to compare this color with. + +========================================================================================== + +The Y coordinate of the pixel. + + +========================================================================================== + +The X coordinate of the pixel. + + +========================================================================================== + +Returns the number of channels that the pixel contains. + + +========================================================================================== + +Returns the value of the specified channel. + + +========================================================================================== + +Creates a new Pixel instance. +The X coordinate of the pixel.The Y coordinate of the pixel.The number of channels. + +========================================================================================== + +Creates a new Pixel instance. +The X coordinate of the pixel.The Y coordinate of the pixel.The value of the pixel. + +============================================================================================= + +Class that can be used to access an individual pixel of an image. + + +========================================================================================== + +Creates a new ConvolveMatrix instance with the specified order. +The order. + +============================================================================================= + +Encapsulates a convolution kernel. + + +========================================================================================== + +Creates a new ColorMatrix instance with the specified order of 1 to 6. +The order (1 to 6). + +============================================================================================= + +Encapsulates a color matrix in the order of 1 to 6 (1x1 through 6x6). + + +========================================================================================== + +Set the value at the specified x/y position. +The x positionThe y positionThe value + +========================================================================================== + +Returns the value at the specified x/y position. +The x positionThe y position + +========================================================================================== + +Returns the order of the matrix. + + +========================================================================================== + +Get or set the value at the specified x/y position. + + +============================================================================================= + +Encapsulates a matrix of doubles. + + +========================================================================================== + +Similarity metric. + + +========================================================================================== + +A similarity image such that an exact match location is completely white and if none of +the pixels match, black, otherwise some gray level in-between. + + +========================================================================================== + +The offset for the best match. + + +============================================================================================= + +Result for a sub image search operation. + + +========================================================================================== + +Unregisters this format. + + +========================================================================================== + +Returns a string that represents the current format. + + +========================================================================================== + +The mime type. + + +========================================================================================== + +Format is writable. + + +========================================================================================== + +Format is readable. + + +========================================================================================== + +Format supports multiple frames. + + +========================================================================================== + +The format. + + +========================================================================================== + +The description of the format. + + +============================================================================================= + +Class that contains information about an image format. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current geometry. +The geometry to compare this geometry with. + +========================================================================================== + +Determines whether the specified object is equal to the current geometry. +The object to compare this geometry with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The object to compare this geometry with. + +========================================================================================== + +Y offset from origin + + +========================================================================================== + +X offset from origin + + +========================================================================================== + +The width of the geometry. + + +========================================================================================== + +Resize using a pixel area count limit (@). + + +========================================================================================== + +Resize if image is less than size (<) + + +========================================================================================== + +True if width and height are expressed as percentages. + + +========================================================================================== + +Resize without preserving aspect ratio (!) + + +========================================================================================== + +The height of the geometry. + +========================================================================================== + + +========================================================================================== + +Resize if image is greater than size (>) + + +========================================================================================== + +Resize the image based on the smallest fitting dimension (^). + + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified geometry. +Geometry specifications in the form: <width>x<height> +{+-}<xoffset>{+-}<yoffset> (where width, height, xoffset, and yoffset are numbers) + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified rectangle. +The rectangle to use. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified offsets, width +and height. +The X offset from origin.The Y offset from origin.The percentage of the width.The percentage of the height. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified offsets, width +and height. +The X offset from origin.The Y offset from origin.The width.The height. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified width and +height. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified width and +height. +The width.The height. + +============================================================================================= + +Encapsulation of the ImageMagick geometry object. + + +========================================================================================== + +The normalized mean error per pixel computed when an image is color reduced. + + +========================================================================================== + +The normalized maximum error per pixel computed when an image is color reduced. + + +========================================================================================== + +The mean error per pixel computed when an image is color reduced. + + +============================================================================================= + +Encapsulates the error information. + + +============================================================================================= + +Arguments for the Warning event. + + +============================================================================================= + +Specifies the virtual pixel methods. + + +============================================================================================= + +Specified the direction for text. + + +============================================================================================= + +The sparse color methods. + + +============================================================================================= + +Specifies the type of rendering intent. + + +============================================================================================= + +Units of image resolution. + + +============================================================================================= + +Pixel color interpolate methods. + + +============================================================================================= + +Specifies the paint method. + + +============================================================================================= + +Specified the photo orientation of the image. + + +============================================================================================= + +Specified the type of noise that should be added to the image. + + +============================================================================================= + +Specifies the morphology methods. + + +============================================================================================= + +Specifies the metric types. + + +============================================================================================= + +Specifies the different file formats that are supported by ImageMagick. + + +============================================================================================= + +Specifies line join. + + +============================================================================================= + +Specifies line cap. + + +============================================================================================= + +Specifies the built-in kernels. + + +============================================================================================= + +Specifies the interlace types. + + +============================================================================================= + +Specifies the placement gravity. + + +============================================================================================= + +Specifies gif disposal methods. + + +============================================================================================= + +Specifies the filter types. + + +============================================================================================= + +Specifies fill rule. + + +============================================================================================= + +Specifies the evaluate operator. + + +============================================================================================= + +Specifies endian. + + +============================================================================================= + +Specifies distortion methods. + + +============================================================================================= + +Specifies compression methods. + + +============================================================================================= + +Specifies the composite operators. + + +============================================================================================= + +Specifies the color type of the image + + +============================================================================================= + +Specifies a kind of color space. + + +============================================================================================= + +Specifies the image class type. + + +============================================================================================= + +Specifies channel types. + + +============================================================================================= + +Specifies alpha options. + + +========================================================================================== + +The Y coordinate of the translation element. + + +========================================================================================== + +The X coordinate of the translation element. + + +========================================================================================== + +The Y coordinate shearing element. + + +========================================================================================== + +The X coordinate shearing element. + + +========================================================================================== + +The Y coordinate scaling element. + + +========================================================================================== + +The X coordinate scaling element. + + +========================================================================================== + +Creates a new DrawableAffine instance using the specified Matrix. +The matrix. + +========================================================================================== + +Creates a new DrawableAffine instance. +The X coordinate scaling element.The Y coordinate scaling element.The X coordinate shearing element.The Y coordinate shearing element.The X coordinate of the translation element.The Y coordinate of the translation element. + +============================================================================================= + +Encapsulates a 3-by-3 affine matrix that represents a geometric transform. + + +========================================================================================== + +Converts the value of this instance to a hexadecimal string. + + +========================================================================================== + +Converts the value of this instance to an equivalent Color. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current color. +The color to compare this color with. + +========================================================================================== + +Determines whether the specified object is equal to the current color. +The object to compare this color with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The color to compare this color with. + +========================================================================================== + +Returns a transparent color. + + +========================================================================================== + +Red component value of this color. + + +========================================================================================== + +Green component value of this color. + + +========================================================================================== + +Blue component value of this color. + + +========================================================================================== + +Alpha component value of this color. + + +========================================================================================== + +Initializes a new instance of the MagickColor class using the specified RGBA hex string or +name of the color (http://www.imagemagick.org/script/color.php). +For example: #F00, #F00C, #FF0000, #FF0000CC, #FFFF00000000, #FFFF00000000CCCC +The RGBA hex string or name of the color. + +========================================================================================== + +Initializes a new instance of the MagickColor class. +Red component value of this color.Green component value of this color.Blue component value of this color.Alpha component value of this color. + +========================================================================================== + +Initializes a new instance of the MagickColor class. +Red component value of this color.Green component value of this color.Blue component value of this color. + +========================================================================================== + +Initializes a new instance of the MagickColor class using the specified color. +The color to use. + +========================================================================================== + +Initializes a new instance of the MagickColor class. + + +============================================================================================= + +Class that represents a color. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningType exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningStream exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningResourceLimit exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningRegistry exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningOption exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningModule exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningMissingDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningFileOpen exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningDraw exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningCorruptImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningUndefined exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningConfigure exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningCoder exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningCache exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningBlob exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick Warning exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick exception object. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified image is equal to the current image profile. +The image profile to compare this image profile with. + +========================================================================================== + +Determines whether the specified object is equal to the current image profile. +The object to compare this image profile with. + +========================================================================================== + +The name of the profile. + + +========================================================================================== + +Initializes a new instance of the ImageProfile class. +The name of the profile.The fully qualified name of the profile file, or the relative profile file name. + +========================================================================================== + +Initializes a new instance of the ImageProfile class. +The name of the profile.A stream containing the profile. + +========================================================================================== + +Initializes a new instance of the ImageProfile class. +The name of the profile.A byte array containing the profile. + +============================================================================================= + +Class that contains an image profile. + + +========================================================================================== + +The starting Y coordinate of the bounding rectangle. + + +========================================================================================== + +The starting X coordinate of the bounding rectangle. + + +========================================================================================== + +The starting degrees of rotation. + + +========================================================================================== + +The ending Y coordinate of the bounding rectangle. + + +========================================================================================== + +The ending X coordinate of the bounding rectangle. + + +========================================================================================== + +The ending degrees of rotation. + + +========================================================================================== + +Creates a new DrawableArc instance. +The starting X coordinate of the bounding rectangle.The starting Y coordinate of thebounding rectangle.The ending X coordinate of the bounding rectangle.The ending Y coordinate of the bounding rectangle.The starting degrees of rotation.The ending degrees of rotation. + +============================================================================================= + +Encapsulation of the DrawableArc object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +Creates a new DrawablePoint instance. +The X coordinate.The Y coordinate. + +============================================================================================= + +Encapsulation of the DrawablePoint object. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified coordinate is equal to the current coordinate. +The coordinate to compare this coordinate with. + +========================================================================================== + +Determines whether the specified object is equal to the current coordinate. +The object to compare this coordinate with. + +========================================================================================== + +The Y position of the coordinate. + + +========================================================================================== + +The X position of the coordinate. + + +========================================================================================== + +Creates a new Coordinate instance. +The X position of the coordinate.The Y position of the coordinate. + +============================================================================================= + +Encapsulation of the Coordinate object. + + +============================================================================================= + +Base class for Drawable objects. + + + \ No newline at end of file diff --git a/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net40-client/Magick.NET-x86.dll b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net40-client/Magick.NET-x86.dll new file mode 100644 index 0000000000..b33619dfb2 Binary files /dev/null and b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net40-client/Magick.NET-x86.dll differ diff --git a/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net40-client/Magick.NET-x86.xml b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net40-client/Magick.NET-x86.xml new file mode 100644 index 0000000000..f2d5e47470 --- /dev/null +++ b/packages/Magick.NET-Q16-x86.6.8.9.101/lib/net40-client/Magick.NET-x86.xml @@ -0,0 +1,6204 @@ + + + + "Magick.NET" + + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +The shade of this color (value between 0.0 - 1.0). + + +========================================================================================== + +Initializes a new instance of the ColorGray class. +Value between 0.0 - 1.0. + +============================================================================================= + +Class that represents a gray color. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Yellow component value of this color. + + +========================================================================================== + +Magenta component value of this color. + + +========================================================================================== + +Key (black) component value of this color. + + +========================================================================================== + +Cyan component value of this color. + + +========================================================================================== + +Initializes a new instance of the ColorCMYK class using the specified color. +The color to use. + +========================================================================================== + +Initializes a new instance of the ColorCMYK class. +Cyan component value of this color.Magenta component value of this color.Yellow component value of this color.Key (black) component value of this color. + +============================================================================================= + +Class that represents a CMYK color. + + +========================================================================================== + +Returns a string that represents the current percentage. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified percentage is equal to the current percentage. +The percentage to compare this percentage with. + +========================================================================================== + +Determines whether the specified object is equal to the current percentage. +The object to compare this percentage with. + +========================================================================================== + +Initializes a new instance of the Percentage class using the specified value. +(0% = 0, 100% = 100) +The value (0% = 0, 100% = 100) + +========================================================================================== + +Initializes a new instance of the Percentage class using the specified value. +(0% = 0.0, 100% = 100.0) +The value (0% = 0.0, 100% = 100.0) + +============================================================================================= + +Represents a percentage value. + + +============================================================================================= + +Specifies the pixel storage types. + + +========================================================================================== + +Read basic information about an image with multiple frames/pages. +The stream to read the image data from. + +========================================================================================== + +Read basic information about an image with multiple frames/pages. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Read basic information about an image with multiple frames/pages. +The byte array to read the information from. + +========================================================================================== + +Read basic information about an image. +The stream to read the image data from. + +========================================================================================== + +Read basic information about an image. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Read basic information about an image. +The byte array to read the information from. + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current image information. +The image to compare this image information with. + +========================================================================================== + +Determines whether the specified object is equal to the current image information. +The object to compare this image information with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The object to compare this image information with. + +========================================================================================== + +Height of the image. + + +========================================================================================== + +The Y resolution of the image. + + +========================================================================================== + +The X resolution of the image. + + +========================================================================================== + +Height of the image. + + +========================================================================================== + +The format of the image. + + +========================================================================================== + +Original file name of the image (only available if read from disk). + + +========================================================================================== + +Color space of the image. + + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class using the specified stream. +The stream to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class using the specified filename. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class using the specified blob. +The byte array to read the information from. + +========================================================================================== + +Initializes a new instance of the MagickImageInfo class. + + +============================================================================================= + +Class that contains basic information about an image. + + +========================================================================================== + +Creates a new DrawablePopClipPath instance. + + +============================================================================================= + +Encapsulation of the DrawablePopClipPath object. + + +========================================================================================== + +Limits the number of threads used in multithreaded operations. + + +========================================================================================== + +Pixel cache limit in bytes. Once this memory limit is exceeded, all subsequent pixels cache +operations are to/from disk. + + +========================================================================================== + +Pixel cache limit in bytes. Requests for memory above this limit will fail. + + +============================================================================================= + +Class that can be used to set the limits to the resources that are being used. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Saturation component value of this color. + + +========================================================================================== + +Luminosity component value of this color. + + +========================================================================================== + +Hue component value of this color. + + +========================================================================================== + +Initializes a new instance of the ColorHSL class. +Hue component value of this color.Saturation component value of this color.Luminosity component value of this color. + +============================================================================================= + +Class that represents a HSL color. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Y component value of this color. (value beteeen 0.0 and 1.0) + + +========================================================================================== + +V component value of this color. (value beteeen -0.5 and 0.5) + + +========================================================================================== + +U component value of this color. (value beteeen -0.5 and 0.5) + + +========================================================================================== + +Initializes a new instance of the ColorYUV class. +Y component value of this color.U component value of this color.V component value of this color. + +============================================================================================= + +Class that represents a YUV color. + + +============================================================================================= + + +========================================================================================== + +Initializes a new instance of the PathClosePath class. + + +============================================================================================= + +Encapsulation of the PathClosePath object. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Red component value of this color. + + +========================================================================================== + +Green component value of this color. + + +========================================================================================== + +Blue component value of this color. + + +========================================================================================== + +Initializes a new instance of the ColorRGB class using the specified color. +The color to use. + +========================================================================================== + +Initializes a new instance of the ColorRGB class. +Red component value of this color.Green component value of this color.Blue component value of this color. + +============================================================================================= + +Class that represents a RGB color. + + +========================================================================================== + +Creates a new DrawablePushGraphicContext instance. + + +============================================================================================= + +Encapsulation of the DrawablePushGraphicContext object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorType exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorStream exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorResourceLimit exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorRegistry exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorOption exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorModule exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorMissingDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorFileOpen exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorDraw exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorCorruptImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorUndefined exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorConfigure exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorCoder exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorCache exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick ErrorBlob exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick Error exception object. + + +========================================================================================== + +Sets the directory that contains the Ghostscript font files. +The path of the Ghostscript font directory. + +========================================================================================== + +Sets the directory that contains the Ghostscript file gsdll32.dll. +The path of the Ghostscript directory. + +========================================================================================== + +Sets the directory that will be used when ImageMagick does not have enough memory for the +pixel cache. +The path where temp files will be written. + +========================================================================================== + +Set the events that will be written to the log. The log will be written to the Log event +and the debug window in VisualStudio. To change the log settings you must use a custom +log.xml file. +The events that will be logged. + +========================================================================================== + +Adds the specified path to the environment path. You should place the ImageMagick +xml files in that directory. +The path that contains the ImageMagick xml files. + +========================================================================================== + +Returns the format information of the specified format. +The image format. + +========================================================================================== + +Returns the version of Magick.NET. + + +========================================================================================== + +Gets or sets the use of OpenCL. + + +========================================================================================== + +Returns information about the supported formats. + + +========================================================================================== + + +========================================================================================== + +Returns the features reported by ImageMagick. + + +============================================================================================= + +Class that can be used to initialize Magick.NET. + + +============================================================================================= + + +========================================================================================== + +Type of the log message. + + +========================================================================================== + +Type of the log message. + + +============================================================================================= + +EventArgs for Log events. + + +============================================================================================= + +Specifies log events. + + +========================================================================================== + +Creates a new DrawablePopPattern instance. + + +============================================================================================= + +Encapsulation of the DrawablePopPattern object. + + +========================================================================================== + +Converts the specified MagickColor to an instance of this type. + + +========================================================================================== + +Specifies if the color is black or white. + + +========================================================================================== + +Initializes a new instance of the ColorMono class. +Specifies if the color is black or white. + +============================================================================================= + +Class that represents a monochrome color. + + +========================================================================================== + +Converts the value of this instance to an equivalent MagickColor. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current color. +The image to compare this color with. + +========================================================================================== + +Determines whether the specified object is equal to the current color. +The object to compare this color with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The object to compare this color with. + +============================================================================================= + +Base class for colors + + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothQuadraticCurvetoRel object. + + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothQuadraticCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothQuadraticCurvetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothCurvetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathQuadraticCurvetoRel object. + + +========================================================================================== + +Initializes a new instance of the PathMovetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathMovetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathMovetoRel object. + + +========================================================================================== + +Initializes a new instance of the PathMovetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathMovetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathMovetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoVerticalAbs class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoVerticalAbs object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathLinetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathLinetoRel object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoHorizontalRel class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoHorizontalRel object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathLinetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathLinetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathCurvetoRel object. + + +========================================================================================== + +Initializes a new instance of the PathCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathCurvetoAbs object. + + +========================================================================================== + +Initializes a new instance of the PathArcRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathArcRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathArcRel object. + + +========================================================================================== + +Initializes a new instance of the PathArcAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathArcAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathArcAbs object (Elliptical Arc). + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +Creates a new DrawableViewbox instance. +The rectangle to use. + +========================================================================================== + +Creates a new DrawableViewbox instance. +The upper left X coordinate.The upper left Y coordinate.The lower right X coordinate.The lower right Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableViewbox object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +Creates a new DrawableTranslation instance. +The X coordinate.The Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableTranslation object. + + +========================================================================================== + +The color to use. + + +========================================================================================== + +Creates a new DrawableTextUnderColor instance. +The color to use. + +========================================================================================== + +Creates a new DrawableTextUnderColor instance. +The color to use. + +============================================================================================= + +Encapsulation of the DrawableTextUnderColor object. + + +========================================================================================== + +Kerning to use. + + +========================================================================================== + +Creates a new DrawableTextKerning instance. +Kerning to use. + +============================================================================================= + +Encapsulation of the DrawableTextKerning object. + + +========================================================================================== + +Spacing to use. + + +========================================================================================== + +Creates a new DrawableTextInterwordSpacing instance. +Spacing to use. + +============================================================================================= + +Encapsulation of the DrawableTextInterwordSpacing object. + + +========================================================================================== + +Direction to use. + + +========================================================================================== + +Creates a new DrawableTextDirection instance. +Direction to use. + +============================================================================================= + +Encapsulation of the DrawableTextDirection object. + + +========================================================================================== + +The text decoration + + +========================================================================================== + +Creates a new DrawableTextDecoration instance. +The text decoration. + +============================================================================================= + +Encapsulation of the DrawableTextDecoration object. + + +============================================================================================= + +Specified the type of decarion for text. + + +========================================================================================== + +True if text antialiasing is enabled otherwise false. + + +========================================================================================== + +Creates a new DrawableTextAntialias instance. +True if text antialiasing is enabled otherwise false. + +============================================================================================= + +Encapsulation of the DrawableTextAntialias object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The text to draw. + + +========================================================================================== + +The encoding of the text. + + +========================================================================================== + +Creates a new DrawableText instance. +The X coordinate.The Y coordinate.The text to draw.The encoding of the text. + +========================================================================================== + +Creates a new DrawableText instance. +The X coordinate.The Y coordinate.The text to draw. + +============================================================================================= + +Encapsulation of the DrawableCompositeImage object. + + +========================================================================================== + +The width. + + +========================================================================================== + +Creates a new DrawableStrokeWidth instance. +The width. + +============================================================================================= + +Encapsulation of the DrawableStrokeWidth object. + + +========================================================================================== + +The opacity. + + +========================================================================================== + +Creates a new DrawableStrokeOpacity instance. +The opacity. + +============================================================================================= + +Encapsulation of the DrawableStrokeOpacity object. + + +========================================================================================== + +The line cap. + + +========================================================================================== + +Creates a new DrawableStrokeLineJoin instance. +The line join. + +============================================================================================= + +Encapsulation of the DrawableStrokeLineJoin object. + + +========================================================================================== + +The color to use. + + +========================================================================================== + +Creates a new DrawableStrokeColor instance. +The color to use. + +========================================================================================== + +Creates a new DrawableStrokeColor instance. +The color to use. + +============================================================================================= + +Encapsulation of the DrawableStrokeColor object. + + +========================================================================================== + +True if stroke antialiasing is enabled otherwise false. + + +========================================================================================== + +Creates a new DrawableStrokeAntialias instance. +True if stroke antialiasing is enabled otherwise false. + +============================================================================================= + +Encapsulation of the DrawableStrokeAntialias object. + + +========================================================================================== + +The miter limit. + + +========================================================================================== + +Creates a new DrawableSkewY instance. +The angle. + +============================================================================================= + +Encapsulation of the DrawableSkewY object. + + +========================================================================================== + +The width. + + +========================================================================================== + +The height. + + +========================================================================================== + +The corner width. + + +========================================================================================== + +The corner height. + + +========================================================================================== + +The center Y coordinate. + + +========================================================================================== + +The center X coordinate. + + +========================================================================================== + +Creates a new DrawableRoundRectangle instance. +The center X coordinate.The center Y coordinate.The width.The height.The corner width.The corner height. + +============================================================================================= + +Encapsulation of the DrawableRoundRectangle object. + + +========================================================================================== + +The angle. + + +========================================================================================== + +Creates a new DrawableRotation instance. +The angle. + +============================================================================================= + +Encapsulation of the DrawableRotation object. + + +========================================================================================== + +Creates a new DrawablePushPattern instance. +The ID of the pattern.The X coordinate.The Y coordinate.The width.The height. + +============================================================================================= + +Encapsulation of the DrawablePushPattern object. + + +========================================================================================== + +Creates a new DrawablePushClipPath instance. +The ID of the clip path. + +============================================================================================= + +Encapsulation of the DrawablePushClipPath object. + + +========================================================================================== + +Creates a new DrawablePolyline instance. +The coordinates. + +============================================================================================= + +Encapsulation of the DrawablePolyline object. + + +========================================================================================== + +Creates a new DrawablePolygon instance. +The coordinates. + +============================================================================================= + +Encapsulation of the DrawablePolygon object. + + +========================================================================================== + +The point size. + + +========================================================================================== + +Creates a new DrawablePointSize instance. +The point size. + +============================================================================================= + +Encapsulation of the DrawablePointSize object. + + +========================================================================================== + +Creates a new DrawablePath instance. +The paths to use. + +============================================================================================= + +Encapsulation of the DrawablePath object. + + +========================================================================================== + +The miter limit. + + +========================================================================================== + +Creates a new DrawableMiterLimit instance. +The miter limit. + +============================================================================================= + +Encapsulation of the DrawableMiterLimit object. + + +========================================================================================== + +The starting Y coordinate. + + +========================================================================================== + +The starting X coordinate. + + +========================================================================================== + +The ending Y coordinate. + + +========================================================================================== + +The ending X coordinate. + + +========================================================================================== + +Creates a new DrawableLine instance. +The starting X coordinate.The starting Y coordinate.The ending X coordinate.The ending Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableLine object. + + +========================================================================================== + +The gravity. + + +========================================================================================== + +Creates a new DrawableGravity instance. +The gravity. + +============================================================================================= + +Encapsulation of the DrawableGravity object. + + +========================================================================================== + +The font family or the full path to the font file. + + +========================================================================================== + +Creates a new DrawableFont instance. +The font family or the full path to the font file.The style of the font.The weight of the font.The font stretching type. + +========================================================================================== + +Creates a new DrawableFont instance. +The font family or the full path to the font file. + +============================================================================================= + +Encapsulation of the DrawableFont object. + + +============================================================================================= + +Specifies font weight. + + +============================================================================================= + +Specifies the style of a font. + + +============================================================================================= + +Specifies font stretch type. + + +========================================================================================== + +The rule to use when filling drawn objects. + + +========================================================================================== + +Creates a new DrawableFillRule instance. +The rule to use when filling drawn objects. + +============================================================================================= + +Encapsulation of the DrawableFillRule object. + + +========================================================================================== + +The color to use. + + +========================================================================================== + +Creates a new DrawableFillColor instance. +The color to use. + +========================================================================================== + +Creates a new DrawableFillColor instance. +The color to use. + +============================================================================================= + +Encapsulation of the DrawableColor object. + + +========================================================================================== + +Creates a new DrawableDashArray instance. +An array containing the dash information. + +============================================================================================= + +Encapsulation of the DrawableDashArray object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The width to scale the image to. + + +========================================================================================== + +The height to scale the image to. + + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The offset from origin.The algorithm to use.The image to draw. + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The offset from origin.The image to draw. + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The X coordinate.The Y coordinate.The algorithm to use.The image to draw. + +========================================================================================== + +Creates a new DrawableCompositeImage instance. +The X coordinate.The Y coordinate.The image to draw. + +============================================================================================= + +Encapsulation of the DrawableCompositeImage object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The PaintMethod to use. + + +========================================================================================== + +Creates a new DrawableColor instance. +The X coordinate.The Y coordinate.The paint method to use. + +============================================================================================= + +Encapsulation of the DrawableColor object. + + +========================================================================================== + +The ID of the clip path. + + +========================================================================================== + +Creates a new DrawableClipPath instance. +The ID of the clip path. + +============================================================================================= + +Encapsulation of the DrawableClipPath object. + + +========================================================================================== + +The perimeter X coordinate. + + +========================================================================================== + +The perimeter X coordinate. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +Creates a new DrawableCircle instance. +The origin X coordinate.The origin Y coordinate.The perimeter X coordinate.The perimeter Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableCircle object. + + +========================================================================================== + +Creates a new DrawableBezier instance. +The coordinates. + +============================================================================================= + +Encapsulation of the DrawableBezier object. + + +========================================================================================== + +The starting Y coordinate of the bounding rectangle. + + +========================================================================================== + +The starting X coordinate of the bounding rectangle. + + +========================================================================================== + +The starting degrees of rotation. + + +========================================================================================== + +The ending Y coordinate of the bounding rectangle. + + +========================================================================================== + +The ending X coordinate of the bounding rectangle. + + +========================================================================================== + +The ending degrees of rotation. + + +========================================================================================== + +Creates a new DrawableArc instance. +The starting X coordinate of the bounding rectangle.The starting Y coordinate of thebounding rectangle.The ending X coordinate of the bounding rectangle.The ending Y coordinate of the bounding rectangle.The starting degrees of rotation.The ending degrees of rotation. + +============================================================================================= + +Encapsulation of the DrawableArc object. + + +========================================================================================== + +Initializes a new instance of the MagickScript class using the specified XElement. +The XElement that contains the script. + +========================================================================================== + +Executes the script using the specified image. +The image to execute the script on. + +========================================================================================== + +Executes the script and returns the resulting image. + + +========================================================================================== + +Event that will be raised when the script needs an image to be written. + + +========================================================================================== + +Event that will be raised when the script needs an image to be read. + + +========================================================================================== + +The variables of this script. + + +========================================================================================== + +Initializes a new instance of the MagickScript class using the specified stream. +The stream to read the script data from. + +========================================================================================== + +Initializes a new instance of the MagickScript class using the specified filename. +The fully qualified name of the script file, or the relative script file name. + +========================================================================================== + +Initializes a new instance of the MagickScript class using the specified IXPathNavigable. +The IXPathNavigable that contains the script. + +============================================================================================= + +Class that can be used to execute a Magick Script Language file. + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + +Initializes a new instance of the PathCurveto class. + + +========================================================================================== + +Initializes a new instance of the PathCurveto class. + + +============================================================================================= + +Encapsulation of the PathCurveto object. + + +========================================================================================== + +The Y offset from origin. + + +========================================================================================== + +The X offset from origin. + + +========================================================================================== + +If true then draw the arc matching a clock-wise rotation. + + +========================================================================================== + +If true then draw the larger of the available arcs. + + +========================================================================================== + +Indicates how the ellipse as a whole is rotated relative to the current coordinate system. + + +========================================================================================== + +The Y radius. + + +========================================================================================== + +The X radius. + + +========================================================================================== + +Initializes a new instance of the PathArc class. +The X offset from origin.The Y offset from origin.The X radius.The Y radius.Indicates how the ellipse as a whole is rotated relative to the +current coordinate system.If true then draw the larger of the available arcs.If true then draw the arc matching a clock-wise rotation. + +========================================================================================== + +Initializes a new instance of the PathArc class. + + +============================================================================================= + +Encapsulation of the PathArc object. + + +========================================================================================== + +Writes the images to the specified file name. If the output image's file format does not +allow multi-image files multiple files will be written. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Writes the imagse to the specified stream. If the output image's file format does not +allow multi-image files multiple files will be written. +The stream to write the images to. + +========================================================================================== + +Merge this collection into a single image. +This is useful for combining Photoshop layers into a single image. + + +========================================================================================== + +Converts the images in this instance to a bitmap using the specified ImageFormat. +Supported formats are: Gif, Icon, Tiff. + + +========================================================================================== + +Converts the images in this instance to a bitmap using ImageFormat.Tiff. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Smush images from list into single image in vertical direction. +Minimum distance in pixels between images. + +========================================================================================== + +Smush images from list into single image in horizontal direction. +Minimum distance in pixels between images. + +========================================================================================== + +Reverses the order of the images in the collection. + + +========================================================================================== + +Resets the page property of every image in the collection. + + +========================================================================================== + +Removes the image at the specified index from the collection. +The index of the image to remove. + +========================================================================================== + +Removes the first occurrence of the specified image from the collection. +The image to remove. + +========================================================================================== + +Read all image frames. +The stream to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The stream to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The fully qualified name of the image file, or the relative image file name.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The byte array to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read all image frames. +The byte array to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Quantize images (reduce number of colors). +Quantize settings. + +========================================================================================== + +OptimizePlus is exactly as Optimize, but may also add or even remove extra frames in the +animation, if it improves the total number of pixels in the resulting GIF animation. + + +========================================================================================== + +Compares each image the GIF disposed forms of the previous image in the sequence. From +this it attempts to select the smallest cropped image to replace each frame, while +preserving the results of the GIF animation. + + +========================================================================================== + +Inlay the images to form a single coherent picture. + + +========================================================================================== + +The Morph method requires a minimum of two images. The first image is transformed into +the second by a number of intervening images as specified by frames. +The number of in-between images to generate. + +========================================================================================== + +Create a composite image by combining the images with the specified settings. +The settings to use. + +========================================================================================== + +Merge this collection into a single image. +This is useful for combining Photoshop layers into a single image. + + +========================================================================================== + +Inserts an image with the specified file name into the collection. +The index to insert the image.The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Inserts an image into the collection. +The index to insert the image.The image to insert. + +========================================================================================== + +Determines the index of the specified image. +The image to check. + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Applies a mathematical expression to the images. +The expression to apply. + +========================================================================================== + +Flatten this collection into a single image. +This is useful for combining Photoshop layers into a single image. + + +========================================================================================== + +Evaluate image pixels into a single image. All the images in the collection must be the +same size in pixels. +The operator. + +========================================================================================== + +Break down an image sequence into constituent parts. This is useful for creating GIF or +MNG animation sequences. + + +========================================================================================== + +Copies the images to an Array, starting at a particular Array index. +The one-dimensional Array that is the destination.The zero-based index in 'destination' at which copying begins. + +========================================================================================== + +Combines one or more images into a single image. The grayscale value of the pixels of each +image in the sequence is assigned in order to the specified channels of the combined image. +The typical ordering would be image 1 => Red, 2 => Green, 3 => Blue, etc. +The channel(s) to combine. + +========================================================================================== + +Combines one or more images into a single image. The typical ordering would be +image 1 => Red, 2 => Green, 3 => Blue, etc. + + +========================================================================================== + +Determines whether the collection contains the specified image. +The image to check. + +========================================================================================== + +Merge a sequence of images. This is useful for GIF animation sequences that have page +offsets and disposal methods + + +========================================================================================== + +Removes all images from the collection. + + +========================================================================================== + +Creates a single image, by appending all the images in the collection vertically. + + +========================================================================================== + +Creates a single image, by appending all the images in the collection horizontally. + + +========================================================================================== + +Adds the image(s) from the specified stream to the collection. +The stream to read the images from.The settings to use when reading the image. + +========================================================================================== + +Adds the image(s) from the specified stream to the collection. +The stream to read the images from. + +========================================================================================== +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image. + +========================================================================================== + +Adds the image(s) from the specified file name to the collection. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Adds a Clone of the images from the specified collection to this collection. +A collection of MagickImages. + +========================================================================================== + +Adds the image(s) from the specified byte array to the collection. +The byte array to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Adds the image(s) from the specified byte array to the collection. +The byte array to read the image data from. + +========================================================================================== + +Adds an image with the specified file name to the collection. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Adds an image to the collection. +The image to add. + +========================================================================================== + +Event that will we raised when a warning is thrown by ImageMagick. + + +========================================================================================== + +Returns the warning that was raised during the read operation. + + +========================================================================================== + +Returns the number of images in the collection. + + +========================================================================================== + +Returns the number of images in the collection. + + +========================================================================================== + +Gets or sets the image at the specified index. + + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified stream. +The stream to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified stream. +The stream to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified filename +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified filename. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified images. +The images to add to the collection. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified byte array. +The byte array to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImageCollection class using the specified byte array. +The byte array to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImage class. + + +============================================================================================= + +Represents the collection of images. + + +========================================================================================== + +Transparent color + + +========================================================================================== + +Montage title + + +========================================================================================== + +Frame geometry (width & height frame thickness) + + +========================================================================================== + +Background texture image + + +========================================================================================== + +Outline color + + +========================================================================================== + +Enable drop-shadows on thumbnails + + +========================================================================================== + +Thumbnail label (applied to image prior to montage) + + +========================================================================================== + +Thumbnail position (e.g. SouthWestGravity) + + +========================================================================================== + +Thumbnail width & height plus border width & height + + +========================================================================================== + +Frame geometry (width & height frame thickness) + + +========================================================================================== + +Font point size + + +========================================================================================== + +Label font + + +========================================================================================== + +Fill color + + +========================================================================================== + + +========================================================================================== + +Pixels between thumbnail and surrounding frame + + +========================================================================================== + +Frame border color + + +========================================================================================== + +Color that thumbnails are composed on + + +========================================================================================== + +Initializes a new instance of the MagickReadSettings class. + + +============================================================================================= + +Class that contains setting for the montage operation. + + +============================================================================================= + +The method of selecting the size of the initial canvas. + + +========================================================================================== + +The image that needs to be written. + + +========================================================================================== + +The ID of the image. + + +============================================================================================= + +Class that contains data for the Write event. + + +========================================================================================== + +Set the value of the variable with the specified name. +The name of the variable + +========================================================================================== + +Returns the value of the variable with the specified name. +The name of the variable + +========================================================================================== + +The names of the variables. + + +========================================================================================== + +Get or set the specified variable. + + +============================================================================================= + +Class that contains variables for a script + + +========================================================================================== + +The read settings for the image. + + +========================================================================================== + +The image that was read. + + +========================================================================================== + +The ID of the image. + + +============================================================================================= + +Class that contains data for the Read event. + + +========================================================================================== + +The dash offset. + + +========================================================================================== + +Creates a new DrawableDashOffset instance. +The dash offset. + +============================================================================================= + +Encapsulation of the DrawableDashOffset object. + + +========================================================================================== + +The opacity. + + +========================================================================================== + +Creates a new DrawableFillOpacity instance. +The opacity. + +============================================================================================= + +Encapsulation of the DrawableFillOpacity object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +The PaintMethod to use. + + +========================================================================================== + +Creates a new DrawableMatte instance. +The X coordinate.The Y coordinate.The paint method to use. + +============================================================================================= + +Encapsulation of the DrawableMatte object. + + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoRel class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathSmoothCurvetoRel class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathSmoothCurvetoRel object. + + +========================================================================================== + +The line cap. + + +========================================================================================== + +Creates a new DrawableStrokeLineCap instance. +The line cap. + +============================================================================================= + +Encapsulation of the DrawableStrokeLineCap object. + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +The upper left Y coordinate. + + +========================================================================================== + +The upper left X coordinate. + + +========================================================================================== + +Creates a new DrawableRectangle instance. +The rectangle to use. + +========================================================================================== + +Creates a new DrawableRectangle instance. +The upper left X coordinate.The upper left Y coordinate.The lower right X coordinate.The lower right Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableRectangle object. + + +========================================================================================== + +Initializes a new instance of the PathLinetoHorizontalAbs class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoHorizontalAbs object. + + +========================================================================================== + +Creates a new DrawablePopGraphicContext instance. + + +============================================================================================= + +Encapsulation of the DrawablePopGraphicContext object. + + +========================================================================================== + +Returns the maximum value of the quantum. + + +========================================================================================== + +Returns the Quantum depth. + + +============================================================================================= + +Class that can be used to acquire information about the Quantum. + + +========================================================================================== + +Converts this instance to a BitmapSource. + + +========================================================================================== + +Zoom image to specified size. +The percentage of the width.The percentage of the height. + +========================================================================================== +The percentage. + +========================================================================================== +The geometry to use. + +========================================================================================== +The new width.The new height. + +========================================================================================== + +Writes the image to the specified file name. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Writes the image to the specified stream. +The stream to write the image data to. + +========================================================================================== + +Forces all pixels above the threshold into white while leaving all pixels at or below +the threshold unchanged. +The threshold to use.The channel(s) to make black. + +========================================================================================== + +Forces all pixels above the threshold into white while leaving all pixels at or below +the threshold unchanged. +The threshold to use. + +========================================================================================== + +Map image pixels to a sine wave. +The amplitude.The length of the wave. + +========================================================================================== + +Map image pixels to a sine wave. + + +========================================================================================== + +Softens the edges of the image in vignette style. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The x ellipse offset.the y ellipse offset. + +========================================================================================== + +Softens the edges of the image in vignette style. + + +========================================================================================== + +Replace image with a sharpened version of the original image using the unsharp mask algorithm. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The percentage of the difference between the original and the blur image +that is added back into the original.The threshold in pixels needed to apply the diffence amount.The channel(s) that should be sharpened. + +========================================================================================== + +Replace image with a sharpened version of the original image using the unsharp mask algorithm. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The percentage of the difference between the original and the blur image +that is added back into the original.The threshold in pixels needed to apply the diffence amount. + +========================================================================================== + +Returns the unique colors of an image. + + +========================================================================================== + +Trim edges that are the background color from the image. + + +========================================================================================== + +Creates a vertical mirror image by reflecting the pixels around the central x-axis while +rotating them by 270 degrees. + + +========================================================================================== + +Creates a horizontal mirror image by reflecting the pixels around the central y-axis while +rotating them by 90 degrees. + + +========================================================================================== + +Add matte image to image, for all the pixels that lies in between the given two colors. + + +========================================================================================== + +Add matte channel to image, setting pixels matching color to transparent. +The color to make transparent. + +========================================================================================== + +Skew to use in Y axis when annotating with text or drawing. +The Y skew. + +========================================================================================== + +Skew to use in X axis when annotating with text or drawing. +The X skew. + +========================================================================================== + +Scale to use when annotating with text or drawing. +The X coordinate scaling element.The Y coordinate scaling element. + +========================================================================================== + +Reset transformation parameters to default. + + +========================================================================================== + +Rotation to use when annotating with text or drawing. +The angle. + +========================================================================================== + +Origin of coordinate system to use when annotating with text or drawing. +The X coordinate.The Y coordinate. + +========================================================================================== + +Transform image based on image geometry. +The image geometry.The crop geometry. + +========================================================================================== + +Transform image based on image geometry. +The image geometry. + +========================================================================================== + +Returns a string that represents the current image. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Converts this instance to a bitmap using the specified ImageFormat. Supported formats are: +Bmp, Gif, Icon, Jpeg, Png, Tiff. + + +========================================================================================== + +Converts this instance to a bitmap using ImageFormat.Bitmap. + + +========================================================================================== + +Converts this instance to a base64 string. + + +========================================================================================== + +Applies a color vector to each pixel in the image. The length of the vector is 0 for black +and white and at its maximum for the midtones. The vector weighting function is +f(x)=(1-(4.0*((x-0.5)*(x-0.5)))) +A color value used for tinting. + +========================================================================================== + +Resize image to thumbnail size. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image to thumbnail size. +The percentage. + +========================================================================================== + +Resize image to thumbnail size. +The geometry to use. + +========================================================================================== + +Resize image to thumbnail size. +The new width.The new height. + +========================================================================================== + +Threshold image. +The threshold percentage. + +========================================================================================== + +Channel a texture on image background. +The image to use as a texture on image background. + +========================================================================================== + +Search for the specified image at EVERY possible location in this image. This is slow! +very very slow.. It returns a similarity image such that an exact match location is +completely white and if none of the pixels match, black, otherwise some gray level in-between. +The image to search for.The metric to use.Minimum distortion for (sub)image match. + +========================================================================================== + +Search for the specified image at EVERY possible location in this image. This is slow! +very very slow.. It returns a similarity image such that an exact match location is +completely white and if none of the pixels match, black, otherwise some gray level in-between. +The image to search for.The metric to use. + +========================================================================================== + +Search for the specified image at EVERY possible location in this image. This is slow! +very very slow.. It returns a similarity image such that an exact match location is +completely white and if none of the pixels match, black, otherwise some gray level in-between. +The image to search for. + +========================================================================================== + +Swirl image (image pixels are rotated by degrees). +The number of degrees. + +========================================================================================== + +Strips an image of all profiles and comments. + + +========================================================================================== + +Create an image which appears in stereo when viewed with red-blue glasses (Red image on +left, blue on right) +The image to use as the right part of the resulting image. + +========================================================================================== + +Add a digital watermark to the image (based on second image) +The image to use as a watermark. + +========================================================================================== + +Returns image statistics. + + +========================================================================================== + +Sparse color image, given a set of coordinates, interpolates the colors found at those +coordinates, across the whole image, using various methods. +The channel(s) to use.The spare color method to use.The coordinates to use. + +========================================================================================== + +Solarize image (similar to effect seen when exposing a photographic film to light during +the development process) +The factor to use. + +========================================================================================== + +Solarize image (similar to effect seen when exposing a photographic film to light during +the development process) + + +========================================================================================== + +Simulates a pencil sketch. We convolve the image with a Gaussian operator of the given +radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. +Use a radius of 0 and sketch selects a suitable radius for you. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.Apply the effect along this angle. + +========================================================================================== + +Simulates a pencil sketch. + + +========================================================================================== + +adjust the image contrast with a non-linear sigmoidal contrast algorithm +Specifies if sharpening should be used.The contrast to use.The midpoint to use. + +========================================================================================== + +adjust the image contrast with a non-linear sigmoidal contrast algorithm +Specifies if sharpening should be used.The contrast + +========================================================================================== + +Shear image (create parallelogram by sliding image by X or Y axis). +Specifies the number of degrees to shear the image.Specifies the number of degrees to shear the image. + +========================================================================================== + +Shave pixels from image edges. +The number of pixels to shave left and right.The number of pixels to shave top and bottom. + +========================================================================================== + +Sharpen pixels in image. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The channel(s) that should be sharpened. + +========================================================================================== + +Sharpen pixels in image. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Sharpen pixels in image. +The channel(s) that should be sharpened. + +========================================================================================== + +Sharpen pixels in image. + + +========================================================================================== + +Simulate an image shadow. +the shadow x-offset.the shadow y-offset.The standard deviation of the Gaussian, in pixels.Transparency percentage.The color of the shadow. +============================================================================================= + + +========================================================================================== + +Simulate an image shadow. +the shadow x-offset.the shadow y-offset.The standard deviation of the Gaussian, in pixels.Transparency percentage. +============================================================================================= + + +========================================================================================== + +Simulate an image shadow. +The color of the shadow. + +========================================================================================== + +Simulate an image shadow. + + +========================================================================================== + +Shade image using distant light source. +The light source direction.The light source direction.Specify true to shade the intensity of each pixel. + +========================================================================================== + +Shade image using distant light source. + + +========================================================================================== + +When comparing images, de-emphasize pixel differences with this color. +The color. + +========================================================================================== + +When comparing images, emphasize pixel differences with this color. +The color. + +========================================================================================== + +Sets a format-specific option. +The format to set the option for.The name of the option.The value of the option. + +========================================================================================== + +Sets a format-specific option. +The format to set the option for.The name of the option.The value of the option. + +========================================================================================== + +Sets a named image attribute. +The name of the attribute.The value of the attribute. + +========================================================================================== + +Lessen (or intensify) when adding noise to an image. +The attenuate value. + +========================================================================================== + +Inserts the artifact with the specified name and value into the artifact tree of the image. +The name of the artifact.The value of the artifact. + +========================================================================================== + +Applies a special effect to the image, similar to the effect achieved in a photo darkroom +by sepia toning. +The tone threshold. + +========================================================================================== + +Applies a special effect to the image, similar to the effect achieved in a photo darkroom +by sepia toning. + + +========================================================================================== + +Separates the specified channels from the image and returns it as grayscale images. +The channel(s) to separates. + +========================================================================================== + +Separates the channels from the image and returns it as grayscale images. + + +========================================================================================== + +Selectively blur pixels within a contrast threshold. It is similar to the unsharpen mask +that sharpens everything with contrast above a certain threshold. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Gaussian, in pixels.Only pixels within this contrast threshold are included in the blur operation.The channel(s) to blur. + +========================================================================================== + +Selectively blur pixels within a contrast threshold. It is similar to the unsharpen mask +that sharpens everything with contrast above a certain threshold. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Gaussian, in pixels.Only pixels within this contrast threshold are included in the blur operation. + +========================================================================================== + +Segment (coalesce similar image components) by analyzing the histograms of the color +components and identifying units that are homogeneous with the fuzzy c-means technique. +Also uses QuantizeColorSpace and Verbose image attributes. +Quantize colorspaceThis represents the minimum number of pixels contained in +a hexahedra before it can be considered valid (expressed as a percentage).The smoothing threshold eliminates noise in the second +derivative of the histogram. As the value is increased, you can expect a smoother second +derivative + +========================================================================================== + +Segment (coalesce similar image components) by analyzing the histograms of the color +components and identifying units that are homogeneous with the fuzzy c-means technique. +Also uses QuantizeColorSpace and Verbose image attributes. + + +========================================================================================== + +Resize image by using simple ratio algorithm to the specified percentage. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image by using simple ratio algorithm to the specified percentage. +The percentage. + +========================================================================================== + +Resize image by using simple ratio algorithm. +The geometry to use. + +========================================================================================== + +Resize image by using simple ratio algorithm. +The new width.The new height. + +========================================================================================== + +Resize image by using pixel sampling algorithm to the specified percentage. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image by using pixel sampling algorithm to the specified percentage. +The percentage. + +========================================================================================== + +Resize image by using pixel sampling algorithm. +The geometry to use. + +========================================================================================== + +Resize image by using pixel sampling algorithm. +The new width.The new height. + +========================================================================================== + +Rotational blur image. +The angle to use.The channel(s) to use. + +========================================================================================== + +Rotational blur image. +The angle to use. + +========================================================================================== + +Rotate image counter-clockwise by specified number of degrees. +The number of degrees to rotate. + +========================================================================================== + +Roll image (rolls image vertically and horizontally). +The X offset from origin.The Y offset from origin. + +========================================================================================== + +Resize image to specified percentage. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Resize image to specified percentage. +The percentage. + +========================================================================================== + +Resize image to specified geometry. +The geometry to use. + +========================================================================================== + +Resize image to specified size. +The new width.The new height. + +========================================================================================== + +Resize image in terms of its pixel size. +The geometry to use. + +========================================================================================== + +Resize image in terms of its pixel size. +The new X resolution.The new Y resolution. + +========================================================================================== + +Remove a named profile from the image. +The name of the profile (e.g. "ICM", "IPTC", or a generic profile name). + +========================================================================================== + +Reduce noise in image using a noise peak elimination filter. +The order to use. + +========================================================================================== + +Reduce noise in image using a noise peak elimination filter. + + +========================================================================================== + +Read single image frame. +The stream to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The stream to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single vector image frame. +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The fully qualified name of the image file, or the relative image file name.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The bitmap to read the image from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single vector image frame. +The byte array to read the image data from.The settings to use when reading the image.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Read single image frame. +The byte array to read the image data from.If a warning was raised while reading the image that warning will be returned. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold.The channel(s) to use. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold.The channel(s) to use. + +========================================================================================== + +Changes the value of individual pixels based on the intensity of each pixel compared to a +random threshold. The result is a low-contrast, two color image. +The low threshold.The low threshold. + +========================================================================================== + +Raise image (lighten or darken the edges of an image to give a 3-D raised effect). +The size of the edges. + +========================================================================================== + +Quantize image (reduce number of colors). +Quantize settings. + +========================================================================================== + +Sets an internal option to preserve the color type. + + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel.The channel(s) to posterize. + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel.Dither the image.The channel(s) to posterize. + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel.Dither the image. + +========================================================================================== + +Reduces the image to a limited number of colors for a "poster" effect. +Number of color levels allowed in each channel. + +========================================================================================== + +Simulates a Polaroid picture. +The caption to put on the image.The angle of image. + +========================================================================================== + +Reads only metadata and not the pixel data. +The stream to read the image data from. + +========================================================================================== + +Reads only metadata and not the pixel data. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Reads only metadata and not the pixel data. +The byte array to read the information from. + +========================================================================================== + +Set each pixel whose value is less than epsilon to epsilon or -epsilon (whichever is closer) +otherwise the pixel value remains unchanged. +The epsilon threshold.The channel(s) to perceptible. +============================================================================================= + + +========================================================================================== + +Set each pixel whose value is less than epsilon to epsilon or -epsilon (whichever is closer) +otherwise the pixel value remains unchanged. +The epsilon threshold. + +========================================================================================== + +Perform a ordered dither based on a number of pre-defined dithering threshold maps, but over +multiple intensity levels. +A string containing the name of the threshold dither map to use, +followed by zero or more numbers representing the number of color levels tho dither between.The channel(s) to dither. + +========================================================================================== + +Perform a ordered dither based on a number of pre-defined dithering threshold maps, but over +multiple intensity levels. +A string containing the name of the threshold dither map to use, +followed by zero or more numbers representing the number of color levels tho dither between. + +========================================================================================== + +Changes any pixel that matches opaqueColor with the color defined by penColor. +The color to replace.The color to replace opaque color with. + +========================================================================================== + +Oilpaint image (image looks like oil painting) +The radius of the circular neighborhood. + +========================================================================================== + +Oilpaint image (image looks like oil painting) + + +========================================================================================== + +Normalize image (increase contrast by normalizing the pixel values to span the full range +of color values) + + +========================================================================================== + +Negate colors in image for the specified channel. +The channel(s) that should be negated.Use true to negate only the grayscale colors. + +========================================================================================== + +Negate colors in image for the specified channel. +The channel(s) that should be negated. + +========================================================================================== + +Negate colors in image. +Use true to negate only the grayscale colors. + +========================================================================================== + +Negate colors in image. + + +========================================================================================== + +Motion blur image with specified blur factor. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The angle the object appears to be comming from (zero degrees is from the right). + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel.The channels to apply the kernel to.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel.The channels to apply the kernel to. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.User suplied kernel. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments.The channels to apply the kernel to.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments.The channels to apply the kernel to. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.Kernel arguments. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.The channels to apply the kernel to.The number of iterations. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel.The channels to apply the kernel to. + +========================================================================================== + +Applies a kernel to the image according to the given mophology method. +The morphology method.Built-in kernel. + +========================================================================================== + +Returns the normalized moments of one or more image channels. + + +========================================================================================== + +Modulate percent hue, saturation, and brightness of an image. +The brightness percentage.The saturation percentage.The hue percentage. + +========================================================================================== + +Reduce image by integral size. + + +========================================================================================== + +Filter image by replacing each pixel component with the median color in a circular neighborhood. +The radius of the pixel neighborhood. + +========================================================================================== + +Filter image by replacing each pixel component with the median color in a circular neighborhood. + + +========================================================================================== + +Remap image colors with closest color from reference image. +The image to use.Dither the image. + +========================================================================================== + +Remap image colors with closest color from reference image. +The image to use. + +========================================================================================== + +Magnify image by integral size. + + +========================================================================================== + +Lower image (lighten or darken the edges of an image to give a 3-D lowered effect). +The size of the edges. + +========================================================================================== + +Rescales image with seam carving. +The geometry to use. + +========================================================================================== + +Discards any pixels below the black point and above the white point and levels the remaining pixels. +The black point.The white point. + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/fromThe channel(s) to level. +============================================================================================= + + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/fromIf true map the colors (levelize), rather than from (level)The channel(s) to level. +============================================================================================= + + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/fromIf true map the colors (levelize), rather than from (level) + +========================================================================================== + +Maps the given color to "black" and "white" values, linearly spreading out the colors, and +level values on a channel by channel bases, as per level(). The given colors allows you to +specify different level ranges for each of the color channels separately. +The color to map black to/fromThe color to map white to/from + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value.The gamma correction to apply to the image. (Useful range of 0 to 10)The channel(s) to level. + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value.The gamma correction to apply to the image. (Useful range of 0 to 10) + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. Uses a midpoint of 1.0. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value.The channel(s) to level. + +========================================================================================== + +Adjust the levels of the image by scaling the colors falling between specified white and +black points to the full available quantum range. Uses a midpoint of 1.0. +The darkest color in the image. Colors darker are set to zero.The lightest color in the image. Colors brighter are set to the maximum quantum value. + +========================================================================================== + +Implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude +phase or real / imaginary image pair. +The image to use.Magnitude phase or real / imaginary image pair. + +========================================================================================== + +Implements the inverse discrete Fourier transform (DFT) of the image as a magnitude phase. +The image to use. + +========================================================================================== + +Implode image (special effect). +The extent of the implosion. + +========================================================================================== + +Identifies lines in the image. +Find line pairs as local maxima in this neighborhood.Find line pairs as local maxima in this neighborhood.The line count threshold. + +========================================================================================== + +Identifies lines in the image. + + +========================================================================================== + +Creates a color color histogram. + + +========================================================================================== + +Apply a color lookup table (Hald CLUT) to the image. +The image to use. + +========================================================================================== + +Returns a writable pixel collection that can be used to access the pixels of this image. +The X coordinate.The Y coordinate.The width of the pixel area.The height of the pixel area. + +========================================================================================== + +Returns a writable pixel collection that can be used to access the pixels of this image. + + +========================================================================================== + +Returns a read-only pixel collection that can be used to access the pixels of this image. +The X coordinate.The Y coordinate.The width of the pixel area.The height of the pixel area. + +========================================================================================== + +Returns a read-only pixel collection that can be used to access the pixels of this image. + + +========================================================================================== + +Retrieve a named profile from the image. +The name of the profile (e.g. "ICM", "IPTC", or a generic profile name). + +========================================================================================== + +Gets a format-specific option. +The format to get the option for.The name of the option. + +========================================================================================== + +Retrieve the iptc profile from the image. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Retrieve the exif profile from the image. + + +========================================================================================== + +Retrieve the 8bim profile from the image. + + +========================================================================================== + +Retrieve the color profile from the image. + + +========================================================================================== + +Returns the value of a named image attribute. +The name of the attribute. + +========================================================================================== + +Returns the value of the artifact with the specified name. +The name of the artifact. + +========================================================================================== + +Gaussian blur image. +The number of neighbor pixels to be included in the convolution.The standard deviation of the gaussian bell curve.The channel(s) to blur. + +========================================================================================== + +Gaussian blur image. +The number of neighbor pixels to be included in the convolution.The standard deviation of the gaussian bell curve. + +========================================================================================== + +Gamma correct image. +The image gamma for the red channel.The image gamma for the green channel.The image gamma for the blue channel. + +========================================================================================== + +Gamma correct image. +The image gamma. + +========================================================================================== + +Gamma level of the image. + + +========================================================================================== + +Applies a mathematical expression to the image. +The expression to apply.The channel(s) to apply the expression to. + +========================================================================================== + +Applies a mathematical expression to the image. +The expression to apply. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified base64 string. +The base64 string to load the image from. + +========================================================================================== + +Frame image with the specified with, height, innerBevel and outerBevel. +The width of the frame.The height of the frame.The inner bevel of the frame.The outer bevel of the frame. + +========================================================================================== + +Frame image with the specified with and height. +The width of the frame.The height of the frame. + +========================================================================================== + +Frame image with the specified geometry. +The geometry of the frame. + +========================================================================================== + +Frame image with the default geometry (25x25+6+6). + + +========================================================================================== + +Formats the specified expression, more info here: http://www.imagemagick.org/script/escape.php. + + +========================================================================================== + +Obtain font metrics for text string given current font, pointsize, and density settings. +Specifies if new lines should be ignored. + +========================================================================================== + +Obtain font metrics for text string given current font, pointsize, and density settings. + + +========================================================================================== + +Flop image (reflect each scanline in the horizontal direction). + + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The position of the pixel.The color of the border. + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The position of the pixel. + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The X coordinate.The Y coordinate.The color of the border. + +========================================================================================== + +Flood-fill texture across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The image to use.The X coordinate.The Y coordinate. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The position of the pixel.The color of the border. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The position of the pixel. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The X coordinate.The Y coordinate.The color of the border. + +========================================================================================== + +Flood-fill color across pixels that match the color of the target pixel and are neighbors +of the target pixel. Uses current fuzz setting when determining color match. +The color to use.The X coordinate.The Y coordinate. + +========================================================================================== + +Floodfill pixels matching color (within fuzz factor) of target pixel(x,y) with replacement +alpha value using method. +The alpha to use.The X coordinate.The Y coordinate.The paint method to use. + +========================================================================================== + +Flip image (reflect each scanline in the vertical direction). + + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to.The placement gravity.The background color to use. + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to.The placement gravity. + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to.The background color to use. + +========================================================================================== + +Extend the image as defined by the geometry. +The geometry to extend the image to. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to.The placement gravity.The background color to use. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to.The placement gravity. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to.The background color to use. + +========================================================================================== + +Extend the image as defined by the width and height. +The width to extend the image to.The height to extend the image to. + +========================================================================================== + +Apply an arithmetic or bitwise operator to the image pixel quantums. +The channel(s) to apply the operator on.The geometry to use.The operator.The value. + +========================================================================================== + +Apply an arithmetic or bitwise operator to the image pixel quantums. +The channel(s) to apply the operator on.The operator.The value. + +========================================================================================== + +Determines whether the specified image is equal to the current image. +The image to compare this image with. + +========================================================================================== + +Determines whether the specified object is equal to the current image. +The object to compare this image with. + +========================================================================================== + +Applies a histogram equalization to the image. + + +========================================================================================== + +Applies a digital filter that improves the quality of a noisy image. + + +========================================================================================== + +Preferred size of the image when encoding. + + +========================================================================================== + +Converts pixels to cipher-pixels. + + +========================================================================================== + +Emboss image (hilight edges with 3D effect). +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Emboss image (hilight edges with 3D effect) with default value (0x1). + + +========================================================================================== + +Edge image (hilight edges in image). +The radius of the pixel neighborhood. + +========================================================================================== + +Draw on image using a collection of drawables. +The drawables to draw on the image. + +========================================================================================== + +Draw on image using one or more drawables. +The drawable(s) to draw on the image. + +========================================================================================== + +Distorts an image using various distortion methods, by mapping color lookups of the source +image to a new destination image usually of the same size as the source image, unless +'bestfit' is set to true. +The distortion method to use.An array containing the arguments for the distortion.Attempt to 'bestfit' the size of the resulting image. + +========================================================================================== + +Distorts an image using various distortion methods, by mapping color lookups of the source +image to a new destination image of the same size as the source image. +The distortion method to use.An array containing the arguments for the distortion. + +========================================================================================== + +Determines the color type of the image. This method can be used to automaticly make the +type GrayScale. + + +========================================================================================== + +Despeckle image (reduce speckle noise). + + +========================================================================================== + +Removes skew from the image. Skew is an artifact that occurs in scanned images because of +the camera being misaligned, imperfections in the scanning or surface, or simply because +the paper was not placed completely flat when scanned. The value of threshold ranges +from 0 to QuantumRange. +The threshold. + +========================================================================================== + +Converts cipher pixels to plain pixels. +The password that was used to encrypt the image. + +========================================================================================== + +Displaces an image's colormap by a given number of positions. +Displace the colormap this amount. + +========================================================================================== + +Crop image (subregion of original image). +The width of the subregion.The height of the subregion.The position where the cropping should start from. + +========================================================================================== + +Crop image (subregion of original image) using CropPosition.Center. +The width of the subregion.The height of the subregion. + +========================================================================================== + +Crop image (subregion of original image). +The subregion to crop. + + +Convolve image. Applies a user-specified convolution to the image. + + + + + +Contrast image (enhance intensity differences in image) + + Use true to enhance the contrast and false to reduce the contrast. + + + + +Contrast image (enhance intensity differences in image) + + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The placement gravity. + The algorithm to use. + The arguments for the algorithm (compose:args). + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The placement gravity. + The algorithm to use. + + + + +Compose an image onto another at specified offset using the 'In' operator. + + The image to composite with this image. + The placement gravity. + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The offset from origin. + The algorithm to use. + The arguments for the algorithm (compose:args). + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The offset from origin. + The algorithm to use. + + + + +Compose an image onto another at specified offset using the 'In' operator. + + The image to composite with this image. + The offset from origin. + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The X offset from origin. + The Y offset from origin. + The algorithm to use. + The arguments for the algorithm (compose:args). + + + + +Compose an image onto another at specified offset using the specified algorithm. + + The image to composite with this image. + The X offset from origin. + The Y offset from origin. + The algorithm to use. + + + + +Compose an image onto another at specified offset using the 'In' operator. + + The image to composite with this image. + The X offset from origin. + The Y offset from origin. + + + +========================================================================================== + +Compares the current instance with another image. Only the size of the image is compared. +The object to compare this image with. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use.The image that will contain the difference. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use.The image that will contain the difference. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use.The channel(s) to compare. + +========================================================================================== + +Returns the distortion based on the specified metric. +The other image to compare with this image.The metric to use. + +========================================================================================== + +Compare current image with another image and returns error information. +The other image to compare with this image. + +========================================================================================== + +Apply a color matrix to the image channels. +The color matrix to use. + +========================================================================================== +The position index. + +========================================================================================== +The position index. + +========================================================================================== + +Colorize image with the specified color, using specified percent alpha for red, green, +and blue quantums +The color to use.The alpha percentage for red.The alpha percentage for green.The alpha percentage for blue. + +========================================================================================== + +Colorize image with the specified color, using specified percent alpha. +The color to use.The alpha percentage. + +========================================================================================== + +Sets the alpha channel to the specified color. +The color to use. + +========================================================================================== + +Apply a color lookup table (CLUT) to the image. +The image to use.The channel(s) to clut. + +========================================================================================== + +Apply a color lookup table (CLUT) to the image. +The image to use. + +========================================================================================== + +Creates a clone of the current image. + + +========================================================================================== + +Sets the image clip mask based on any clipping path information if it exists. +Name of clipping path resource. If name is preceded by #, use +clipping path numbered by name.Specifies if operations take effect inside or outside the clipping +path + +========================================================================================== + +Sets the image clip mask based on any clipping path information if it exists. + + +========================================================================================== + +Set each pixel whose value is below zero to zero and any the pixel whose value is above +the quantum range to the quantum range (e.g. 65535) otherwise the pixel value +remains unchanged. +The channel(s) to clamp. + +========================================================================================== + +Set each pixel whose value is below zero to zero and any the pixel whose value is above +the quantum range to the quantum range (e.g. 65535) otherwise the pixel value +remains unchanged. + + +========================================================================================== + +Chromaticity red primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chromaticity red primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chromaticity green primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chromaticity blue primary point. +The X coordinate.The Y coordinate. + +========================================================================================== + +Chop image (remove horizontal subregion of image). +The Y offset from origin.The height of the part to chop vertically. + +========================================================================================== + +Chop image (remove horizontal subregion of image). +The X offset from origin.The width of the part to chop horizontally. + +========================================================================================== + +Chop image (remove vertical or horizontal subregion of image) using the specified geometry. +The geometry to use. + +========================================================================================== + +Chop image (remove vertical and horizontal subregion of image). +The X offset from origin.The width of the part to chop horizontally.The Y offset from origin.The height of the part to chop vertically. + +========================================================================================== + +Charcoal effect image (looks like charcoal sketch). +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Charcoal effect image (looks like charcoal sketch). + + +========================================================================================== + +Applies the color decision list from the specified ASC CDL file. +The file to read the ASC CDL information from. + +========================================================================================== + +Uses a multi-stage algorithm to detect a wide range of edges in images. +The radius of the gaussian smoothing filter.The sigma of the gaussian smoothing filter.Percentage of edge pixels in the lower threshold.Percentage of edge pixels in the upper threshold. + +========================================================================================== + +Uses a multi-stage algorithm to detect a wide range of edges in images. + + +========================================================================================== + +Changes the brightness and/or contrast of an image. It converts the brightness and +contrast parameters into slope and intercept and calls a polynomical function to apply +to the image. +The brightness.The contrast.The channel(s) that should be changed. + +========================================================================================== + +Changes the brightness and/or contrast of an image. It converts the brightness and +contrast parameters into slope and intercept and calls a polynomical function to apply +to the image. +The brightness.The contrast. + +========================================================================================== + +Border image (add border to image). +The width of the border.The height of the border. + +========================================================================================== + +Border image (add border to image). +The size of the border. + +========================================================================================== + +Blur image with specified blur factor and channel. +The radius of the Gaussian in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The channel(s) that should be blurred. + +========================================================================================== + +Blur image with specified blur factor. +The radius of the Gaussian in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Blur image the specified channel of the image with the default blur factor (0x1). +The channel(s) that should be blurred. + +========================================================================================== + +Blur image with the default blur factor (0x1). + + +========================================================================================== + +Simulate a scene at nighttime in the moonlight. +The factor to use. + +========================================================================================== + +Simulate a scene at nighttime in the moonlight. + + +========================================================================================== + +Forces all pixels below the threshold into black while leaving all pixels at or above +the threshold unchanged. +The threshold to use.The channel(s) to make black. + +========================================================================================== + +Forces all pixels below the threshold into black while leaving all pixels at or above +the threshold unchanged. +The threshold to use. + +========================================================================================== + +Set the bit depth (bits allocated to red/green/blue components). +The depth. + +========================================================================================== + +Set the bit depth (bits allocated to red/green/blue components) of the specified channel. +The depth.The channel to set the depth for. + +========================================================================================== + +Returns the bit depth (bits allocated to red/green/blue components) of the specified channel. +The channel to get the depth for. + +========================================================================================== + +Returns the bit depth (bits allocated to red/green/blue components). + + +========================================================================================== + +Adjusts an image so that its orientation is suitable for viewing. + + +========================================================================================== + +Adjusts the levels of a particular image channel by scaling the minimum and maximum values +to the full quantum range. +The channel(s) to level. + +========================================================================================== + +Adjusts the levels of a particular image channel by scaling the minimum and maximum values +to the full quantum range. + + +========================================================================================== + +Extracts the 'mean' from the image and adjust the image to try make set its gamma +appropriatally. +The channel(s) to set the gamma for. + +========================================================================================== + +Extracts the 'mean' from the image and adjust the image to try make set its gamma +appropriatally. + + +========================================================================================== + +Annotate with text (bounding area is entire image) and placement gravity. +The text to use.The placement gravity. + +========================================================================================== + +Annotate using specified text, bounding area, and placement gravity. +The text to use.The bounding area.The placement gravity.The rotation. + +========================================================================================== + +Annotate using specified text, bounding area, and placement gravity. +The text to use.The bounding area.The placement gravity. + +========================================================================================== + +Annotate using specified text, and bounding area. +The text to use.The bounding area. + +========================================================================================== + +Applies the specified alpha option. +The option to use. + +========================================================================================== + +Affine Transform image. +The affine matrix to use. + +========================================================================================== + +Adds the specified profile to the image or overwrites it. +The profile to add or overwrite. + +========================================================================================== + +Add noise to the specified channel of the image with the specified noise type. +The type of noise that should be added to the image.The channel(s) where the noise should be added. + +========================================================================================== + +Add noise to image with the specified noise type. +The type of noise that should be added to the image. + +========================================================================================== + +Local adaptive threshold image. +http://www.dai.ed.ac.uk/HIPR2/adpthrsh.htm +The width of the pixel neighborhood.The height of the pixel neighborhood.Constant to subtract from pixel neighborhood mean. + +========================================================================================== + +Local adaptive threshold image. +http://www.dai.ed.ac.uk/HIPR2/adpthrsh.htm +The width of the pixel neighborhood.The height of the pixel neighborhood. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels.The channel(s) that should be sharpened. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. +The channel(s) that should be sharpened. + +========================================================================================== + +Adaptively sharpens the image by sharpening more intensely near image edges and less +intensely far from edges. + + +========================================================================================== + +Resize using mesh interpolation. It works well for small resizes of less than +/- 50% +of the original image size. For larger resizing on images a full filtered and slower resize +function should be used instead. +The geometry to use. + +========================================================================================== + +Resize using mesh interpolation. It works well for small resizes of less than +/- 50% +of the original image size. For larger resizing on images a full filtered and slower resize +function should be used instead. +The new width.The new height. + +========================================================================================== + +Adaptive-blur image with specified blur factor. +The radius of the Gaussian, in pixels, not counting the center pixel.The standard deviation of the Laplacian, in pixels. + +========================================================================================== + +Adaptive-blur image with the default blur factor (0x1). + + +========================================================================================== + +Event that will we raised when a warning is thrown by ImageMagick. + + +========================================================================================== + +Width of the image. + + +========================================================================================== + +Virtual pixel method. + + +========================================================================================== + +Turn verbose output on/off. + +========================================================================================== + + +========================================================================================== + +Number of colors in the image. + + +========================================================================================== + +Tile name. + + +========================================================================================== + +Text inter-character kerning. + + +========================================================================================== + +Text inter-word spacing. + + +========================================================================================== + +Text inter-line spacing. + + +========================================================================================== + +Annotation text gravity. + + +========================================================================================== + +Annotation text encoding (e.g. "UTF-16"). + + +========================================================================================== + +Render text right-to-left or left-to-right. + + +========================================================================================== + +Stroke width for drawing lines, circles, ellipses, etc. + + +========================================================================================== + +Pattern image to use while stroking object outlines. + + +========================================================================================== + +Specify miter limit. When two line segments meet at a sharp angle and miter joins have +been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness +of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter +length to the 'lineWidth'. The default value is 4. + + +========================================================================================== + +Specify the shape to be used at the corners of paths (or other vector shapes) when they +are stroked. + + +========================================================================================== + +Specify the shape to be used at the end of open subpaths when they are stroked. + + +========================================================================================== + +While drawing using a dash pattern, specify distance into the dash pattern to start the +dash (default 0). + + +========================================================================================== + +Specify the pattern of dashes and gaps used to stroke paths. This represents a +zero-terminated array of numbers that specify the lengths of alternating dashes and gaps +in pixels. If a zero value is not found it will be added. If an odd number of values is +provided, then the list of values is repeated to yield an even number of values. + + +========================================================================================== + +Color to use when drawing object outlines. + + +========================================================================================== + +Enabled/disable stroke anti-aliasing. + + +========================================================================================== + +The Y resolution of the image. + + +========================================================================================== + +The X resolution of the image. + + +========================================================================================== + +Units of image resolution. + + +========================================================================================== + +The type of rendering intent. + + +========================================================================================== + +Returns the warning that was raised during the read operation. + + +========================================================================================== + +JPEG/MIFF/PNG compression level (default 75). + + +========================================================================================== + +The names of the profiles. + + +========================================================================================== + +Preferred size and location of an image canvas. + + +========================================================================================== + +Photo orientation of the image. + + +========================================================================================== + +Transparent color. + + +========================================================================================== + +The label of the image. + + +========================================================================================== + +Transform image to black and white. + + +========================================================================================== + +Pixel color interpolate method to use. + + +========================================================================================== + +Type of interlacing to use. + + +========================================================================================== + +Height of the image. + + +========================================================================================== + +Image supports transparency (alpha channel). + + +========================================================================================== + +Gif disposal method. + + +========================================================================================== + +The information about the format of the image. + + +========================================================================================== + +The format of the image. + + +========================================================================================== + +Font point size. + + +========================================================================================== + +Text rendering font. + + +========================================================================================== + +FlashPix viewing parameters. + + +========================================================================================== + +Filter to use when resizing image. + + +========================================================================================== + +Rule to use when filling drawn objects. + + +========================================================================================== + +Pattern to use while filling drawn objects. + + +========================================================================================== + +Color to use when drawing inside an object. + + +========================================================================================== + +Original file name of the image (only available if read from disk). + + +========================================================================================== + +Image file size. + + +========================================================================================== + +Endianness (little like Intel or big like SPARC) for image formats which support +endian-specific options. + + +========================================================================================== + +The depth (bits allocated to red/green/blue components). + + +========================================================================================== + +Vertical and horizontal resolution in pixels of the image. + + + +Enable printing of debug messages from ImageMagick when a debugger is attached. + + + +========================================================================================== + +Compression method to use. + + +========================================================================================== + +Composition operator to be used when composition is implicitly used (such as for image flattening). + + +========================================================================================== + +Comment text of the image. + + +========================================================================================== + +Color type of the image. + + +========================================================================================== + +Color space of the image. + + +========================================================================================== + +Colormap size (number of colormap entries). + + +========================================================================================== + +Colors within this distance are considered equal. + + +========================================================================================== + +Associate a clip mask with the image. The clip mask must be the same dimensions as the +image. Pass null to unset an existing clip mask. + + +========================================================================================== + +Image class (DirectClass or PseudoClass) +NOTE: Setting a DirectClass image to PseudoClass will result in the loss of color information +if the number of colors in the image is greater than the maximum palette size (either 256 (Q8) +or 65536 (Q16). + + +========================================================================================== + +Text bounding-box base color. + + +========================================================================================== + +Border color of the image. + + +========================================================================================== + +Return smallest bounding box enclosing non-border pixels. The current fuzz value is used +when discriminating between pixels. + + +========================================================================================== + +Use black point compensation. + + +========================================================================================== + +Width of the image before transformations. + + +========================================================================================== + +Height of the image before transformations. + + +========================================================================================== + +Background color of the image. + + +========================================================================================== + +Anti-alias Postscript and TrueType fonts (default true). + + +========================================================================================== + +Number of iterations to loop an animation (e.g. Netscape loop extension) for. + + +========================================================================================== + +Time in 1/100ths of a second which must expire before splaying the next image in an +animated sequence. + + +========================================================================================== + +Join images into a single multi-image file. + + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified stream. +The stream to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified stream. +The stream to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified filename +The fully qualified name of the image file, or the relative image file name.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified filename. +The fully qualified name of the image file, or the relative image file name. + +========================================================================================== + +Initializes a new instance of the MagickImage class by creating a copy of the specified +image. +The image to create a copy of. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified width, height +and color. +The color to fill the image with.The width.The height. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified bitmap. +The bitmap to use. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified byte array. +The byte array to read the image data from.The settings to use when reading the image. + +========================================================================================== + +Initializes a new instance of the MagickImage class using the specified byte array. +The byte array to read the image data from. + +========================================================================================== + +Initializes a new instance of the MagickImage class. + + +============================================================================================= + +Encapsulation of the ImageMagick image object. + + +========================================================================================== + +Underline thickness. + + +========================================================================================== + +Underline position. + + +========================================================================================== + +Text width in pixels. + + +========================================================================================== + +Text height in pixels. + + +========================================================================================== + +Maximum horizontal advance in pixels. + + +========================================================================================== + +Descent, the distance in pixels from the baseline to the lowest grid coordinate used to +place an outline point. Always a negative value. + + +========================================================================================== + +Ascent, the distance in pixels from the text baseline to the highest/upper grid coordinate +used to place an outline point. + + +============================================================================================= + +Encapsulation of the ImageMagick TypeMetric object. + + +========================================================================================== + +Moments for the specified channel. + + +========================================================================================== + +Moments for the all the channels. + + +============================================================================================= + +Encapsulation of the ImageMagick ImageMoments object. + + +========================================================================================== + +The Hu invariants. + + +========================================================================================== + +The ellipse intensity. + + +========================================================================================== + +The ellipse eccentricity. + + +========================================================================================== + +The ellipse angle. + + +========================================================================================== + +The ellipse axis. + + +========================================================================================== + +The channel of this moment. + + +========================================================================================== + +The centroid. + + +============================================================================================= + +Encapsulation of the ImageMagick ChannelMoments object. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified point is equal to the current point. +The point to compare this point with. + +========================================================================================== + +Determines whether the specified object is equal to the current point. +The object to compare this point with. + +========================================================================================== + +The y-coordinate of this Point. + + +========================================================================================== + +The x-coordinate of this Point. + + +============================================================================================= + +Struct for a point with doubles. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified image statistics is equal to the current image statistics. +The image statistics to compare this image statistics with. + +========================================================================================== + +Determines whether the specified object is equal to the current image statistics. +The object to compare this image statistics with. + +========================================================================================== + +Statistics for the all the channels. + +========================================================================================== + +Statistics for the specified channel. + + +============================================================================================= + +Encapsulation of the ImageMagick ImageStatistics object. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified channel statistics is equal to the current channel statistics. +The channel statistics to compare this channel statistics with. + +========================================================================================== + +Determines whether the specified object is equal to the current channel statistics. +The object to compare this channel statistics with. + +========================================================================================== + +Sum. + +========================================================================================== + +Sum cubed. + +========================================================================================== + +Sum fourth power. + +========================================================================================== + +Sum squared. + +========================================================================================== + +Variance. + + +========================================================================================== + +Standard deviation, sqrt(variance). + + +========================================================================================== + +Skewness. + + +========================================================================================== + +Kurtosis. + + +========================================================================================== + +Minimum value observed. + + +========================================================================================== + +Average (mean) value observed. + + +========================================================================================== + +Depth of the channel. + +========================================================================================== + +Maximum value observed. + + +============================================================================================= + +Encapsulation of the ImageMagick ImageChannelStatistics object. + + +============================================================================================= + +Specifies the pixel channels. + + +========================================================================================== + +Quantization tree-depth. + + +========================================================================================== + +Measure errors. + + +========================================================================================== + +Dither method to use. + + +========================================================================================== + +Colorspace to quantize in. + + +========================================================================================== + +Maximum number of colors to quantize to. + + +========================================================================================== + +Initializes a new instance of the QuantizeSettings class. + + +============================================================================================= + +Class that contains setting for quantize operations. + + +============================================================================================= + +Specifies dither methods. + + +========================================================================================== + +The USWebCoatedSWOP profile. + + +========================================================================================== + +The sRGB profile. + + +========================================================================================== + +The ColorMatchRGB profile. + + +========================================================================================== + +The CoatedFOGRA39 profile. + + +========================================================================================== + +The AppleRGB profile. + + +========================================================================================== + +The AdobeRGB1998 profile. + + +========================================================================================== + +Initializes a new instance of the ColorProfile class. +The fully qualified name of the profile file, or the relative profile file name. + +========================================================================================== + +Initializes a new instance of the ColorProfile class. +A stream containing the profile. + +========================================================================================== + +Initializes a new instance of the ColorProfile class. +A byte array containing the profile. + +============================================================================================= + +Class that contains an ICM/ICC color profile. + + +========================================================================================== + +Sets the value of the specified tag. +The tag of the iptc value.The value. + +========================================================================================== + +Sets the value of the specified tag. +The tag of the iptc value.The encoding to use when storing the bytes.The value. + +========================================================================================== + +Changes the encoding for all the values, +The encoding to use when storing the bytes. + +========================================================================================== + +Returns the values of this iptc profile. + + +========================================================================================== + +Initializes a new instance of the IptcProfile class. +The stream to read the iptc profile from. + +========================================================================================== + +Initializes a new instance of the IptcProfile class. +The fully qualified name of the iptc profile file, or the relative +iptc profile file name. + +========================================================================================== + +Initializes a new instance of the IptcProfile class. +The byte array to read the iptc profile from. + +============================================================================================= + +Class that can be used to access an Iptc profile. + + +========================================================================================== + +Returns a string that represents the current value with the specified encoding. + + +========================================================================================== + +Returns a string that represents the current value. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified iptc value is equal to the current iptc value. +The iptc value to compare this iptc value with. + +========================================================================================== + +Determines whether the specified object is equal to the current iptc value. +The object to compare this iptc value with. + + +The value. + + + + +The tag of the iptc value. + + + + +The encoding to use for the Value. + + + +============================================================================================= + +A value of the iptc profile. + + +============================================================================================= + +All iptc tags. + + +========================================================================================== + +Returns the thumbnail in the exif profile when available. + + +========================================================================================== + +Returns the values of this exif profile. + + +========================================================================================== + +Initializes a new instance of the ExifProfile class. +The stream to read the exif profile from. + +========================================================================================== + +Initializes a new instance of the ExifProfile class. +The fully qualified name of the exif profile file, or the relative +exif profile file name. + +========================================================================================== + +Initializes a new instance of the ExifProfile class. +The byte array to read the exif profile from. + +============================================================================================= + +Class that can be used to access an Exif profile. + + +========================================================================================== + +Returns a string that represents the current value. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified exif value is equal to the current exif value. +The exif value to compare this exif value with. + +========================================================================================== + +Determines whether the specified object is equal to the current exif value. +The object to compare this exif value with. + + +The value. + + + + +The tag of the exif value. + + + + +Returns true if the value is an array. + + + + +The data type of the exif value. + + + +============================================================================================= + +A value of the exif profile. + + +============================================================================================= + +All exif tags from the Exif standard 2.2 + + +============================================================================================= + +Specifies exif data types. + + +========================================================================================== + +Returns the clipping paths this image contains. + + +========================================================================================== + +Initializes a new instance of the EightBimProfile class. +The stream to read the 8bim profile from. + +========================================================================================== + +Initializes a new instance of the EightBimProfile class. +The fully qualified name of the 8bim profile file, or the relative +8bim profile file name. + +========================================================================================== + +Initializes a new instance of the EightBimProfile class. +The byte array to read the 8bim profile from. + +============================================================================================= + +Class that can be used to access an 8bim profile. + + +========================================================================================== + +Converts this instance to a byte array. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified image is equal to the current image profile. +The image profile to compare this image profile with. + +========================================================================================== + +Determines whether the specified object is equal to the current image profile. +The object to compare this image profile with. + +========================================================================================== + +The name of the profile. + + +========================================================================================== + +Initializes a new instance of the ImageProfile class. +The name of the profile.The fully qualified name of the profile file, or the relative profile file name. + +========================================================================================== + +Initializes a new instance of the ImageProfile class. +The name of the profile.A stream containing the profile. + +========================================================================================== + +Initializes a new instance of the ImageProfile class. +The name of the profile.A byte array containing the profile. + +============================================================================================= + +Class that contains an image profile. + + +========================================================================================== + +Writes the pixels to the image. + + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the values of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The values of the pixels (RGBA). + +========================================================================================== + +Changes the value of the specified pixel. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The X coordinate of the pixel.The Y coordinate of the pixel.The value the pixel (RGBA). + +========================================================================================== + +Changes the value of the specified pixels. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The pixels to set. + +========================================================================================== + +Changes the value of the specified pixel. Make sure to call Write after modifying all the +pixels to ensure the image is updated. +The pixel to set. + +============================================================================================= + +Class that can be used to access the individual pixels of an image and modify them. + + +============================================================================================= + +Class that can be used to access the individual pixels of an image. + + +========================================================================================== + +Returns the values of the pixels as an array. + + +========================================================================================== + +Returns the value of the specified coordinate. +The X coordinate of the pixel.The Y coordinate of the pixel. + +========================================================================================== + +Returns the pixel at the specified coordinate. +The X coordinate of the pixel.The Y coordinate of the pixel. + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Returns an enumerator that can iterate through the collection. + + +========================================================================================== + +Returns the width. + + +========================================================================================== + +Returns the height. + + +========================================================================================== + +Returns the number of channels that the image contains. + + +========================================================================================== + +Returns the pixel at the specified coordinate. + + +============================================================================================= + +Base class that can be used to access the individual pixels of an image. + + +========================================================================================== + +Converts the pixel to a color. Assumes the pixel is RGBA. + + +========================================================================================== + +Set the value of the specified channel. +The channel to set the value of.The value. + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Returns the value of the specified channel. +The channel to get the value of. + +========================================================================================== + +Determines whether the specified pixel is equal to the current pixel. +The pixel to compare this color with. + +========================================================================================== + +Determines whether the specified object is equal to the current pixel. +The object to compare this color with. + +========================================================================================== + +The Y coordinate of the pixel. + + +========================================================================================== + +The X coordinate of the pixel. + + +========================================================================================== + +Returns the number of channels that the pixel contains. + + +========================================================================================== + +Returns the value of the specified channel. + + +========================================================================================== + +Creates a new Pixel instance. +The X coordinate of the pixel.The Y coordinate of the pixel.The number of channels. + +========================================================================================== + +Creates a new Pixel instance. +The X coordinate of the pixel.The Y coordinate of the pixel.The value of the pixel. + +============================================================================================= + +Class that can be used to access an individual pixel of an image. + + +========================================================================================== + +Creates a new ConvolveMatrix instance with the specified order. +The order. + +============================================================================================= + +Encapsulates a convolution kernel. + + +========================================================================================== + +Creates a new ColorMatrix instance with the specified order of 1 to 6. +The order (1 to 6). + +============================================================================================= + +Encapsulates a color matrix in the order of 1 to 6 (1x1 through 6x6). + + +========================================================================================== + +Set the value at the specified x/y position. +The x positionThe y positionThe value + +========================================================================================== + +Returns the value at the specified x/y position. +The x positionThe y position + +========================================================================================== + +Returns the order of the matrix. + + +========================================================================================== + +Get or set the value at the specified x/y position. + + +============================================================================================= + +Encapsulates a matrix of doubles. + + +========================================================================================== + +Unregisters this format. + + +========================================================================================== + +Returns a string that represents the current format. + + +========================================================================================== + +The mime type. + + +========================================================================================== + +Format is writable. + + +========================================================================================== + +Format is readable. + + +========================================================================================== + +Format supports multiple frames. + + +========================================================================================== + +The format. + + +========================================================================================== + +The description of the format. + + +============================================================================================= + +Class that contains information about an image format. + + +========================================================================================== + +The normalized mean error per pixel computed when an image is color reduced. + + +========================================================================================== + +The normalized maximum error per pixel computed when an image is color reduced. + + +========================================================================================== + +The mean error per pixel computed when an image is color reduced. + + +============================================================================================= + +Encapsulates the error information. + + +============================================================================================= + +Class that can be used to read images. + + +========================================================================================== + +Sets a format-specific option. +The format to set the option for.The name of the option.The value of the option. + +========================================================================================== + +The width. + + +========================================================================================== + +The height. + + +========================================================================================== + +The settings for pixel storage. + + +========================================================================================== + +The number of images to read from a multi layer/frame image. + + +========================================================================================== + +The index of the image to read from a multi layer/frame image. + + +========================================================================================== + +The format of the image. + + +========================================================================================== + +Vertical and horizontal resolution in pixels. + + +========================================================================================== + +Color space. + + +========================================================================================== + +Initializes a new instance of the MagickReadSettings class. + + +============================================================================================= + +Class that contains setting for when an image is being read. + + +========================================================================================== + +The pixel storage type. + + +========================================================================================== + +The mapping of the pixels (e.g. RGB/RGBA/ARGB). + + +========================================================================================== + +Initializes a new instance of the PixelStorageSettings class. +The pixel storage typeThe mapping of the pixels (e.g. RGB/RGBA/ARGB). + +========================================================================================== + +Initializes a new instance of the PixelStorageSettings class. + + +============================================================================================= + +Class that contains setting for pixel storage. + + +============================================================================================= + +Arguments for the Warning event. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningType exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningStream exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningResourceLimit exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningRegistry exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningOption exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningModule exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningMissingDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningFileOpen exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningDraw exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningDelegate exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningCorruptImage exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningUndefined exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningConfigure exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningCoder exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningCache exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick WarningBlob exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick Warning exception object. + + +============================================================================================= + +Encapsulation of the ImageMagick exception object. + + +============================================================================================= + +Specifies the virtual pixel methods. + + +============================================================================================= + +Specified the direction for text. + + +============================================================================================= + +The sparse color methods. + + +============================================================================================= + +Specifies the type of rendering intent. + + +============================================================================================= + +Units of image resolution. + + +============================================================================================= + +Pixel color interpolate methods. + + +============================================================================================= + +Specifies the paint method. + + +============================================================================================= + +Specified the photo orientation of the image. + + +============================================================================================= + +Specified the type of noise that should be added to the image. + + +============================================================================================= + +Specifies the morphology methods. + + +============================================================================================= + +Specifies the metric types. + + +============================================================================================= + +Specifies the different file formats that are supported by ImageMagick. + + +============================================================================================= + +Specifies line join. + + +============================================================================================= + +Specifies line cap. + + +============================================================================================= + +Specifies the built-in kernels. + + +============================================================================================= + +Specifies the interlace types. + + +============================================================================================= + +Specifies the placement gravity. + + +============================================================================================= + +Specifies gif disposal methods. + + +============================================================================================= + +Specifies the filter types. + + +============================================================================================= + +Specifies fill rule. + + +============================================================================================= + +Specifies the evaluate operator. + + +============================================================================================= + +Specifies endian. + + +============================================================================================= + +Specifies distortion methods. + + +============================================================================================= + +Specifies compression methods. + + +============================================================================================= + +Specifies the composite operators. + + +============================================================================================= + +Specifies the color type of the image + + +============================================================================================= + +Specifies a kind of color space. + + +============================================================================================= + +Specifies the image class type. + + +============================================================================================= + +Specifies channel types. + + +============================================================================================= + +Specifies alpha options. + + +========================================================================================== + +The Y coordinate of the translation element. + + +========================================================================================== + +The X coordinate of the translation element. + + +========================================================================================== + +The Y coordinate shearing element. + + +========================================================================================== + +The X coordinate shearing element. + + +========================================================================================== + +The Y coordinate scaling element. + + +========================================================================================== + +The X coordinate scaling element. + + +========================================================================================== + +Creates a new DrawableAffine instance using the specified Matrix. +The matrix. + +========================================================================================== + +Creates a new DrawableAffine instance. +The X coordinate scaling element.The Y coordinate scaling element.The X coordinate shearing element.The Y coordinate shearing element.The X coordinate of the translation element.The Y coordinate of the translation element. + +============================================================================================= + +Encapsulates a 3-by-3 affine matrix that represents a geometric transform. + + +========================================================================================== + +Converts the value of this instance to a hexadecimal string. + + +========================================================================================== + +Converts the value of this instance to an equivalent Color. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current color. +The color to compare this color with. + +========================================================================================== + +Determines whether the specified object is equal to the current color. +The object to compare this color with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The color to compare this color with. + +========================================================================================== + +Returns a transparent color. + + +========================================================================================== + +Red component value of this color. + + +========================================================================================== + +Green component value of this color. + + +========================================================================================== + +Blue component value of this color. + + +========================================================================================== + +Alpha component value of this color. + + +========================================================================================== + +Initializes a new instance of the MagickColor class using the specified RGBA hex string or +name of the color (http://www.imagemagick.org/script/color.php). +For example: #F00, #F00C, #FF0000, #FF0000CC, #FFFF00000000, #FFFF00000000CCCC +The RGBA hex string or name of the color. + +========================================================================================== + +Initializes a new instance of the MagickColor class. +Red component value of this color.Green component value of this color.Blue component value of this color.Alpha component value of this color. + +========================================================================================== + +Initializes a new instance of the MagickColor class. +Red component value of this color.Green component value of this color.Blue component value of this color. + +========================================================================================== + +Initializes a new instance of the MagickColor class using the specified color. +The color to use. + +========================================================================================== + +Initializes a new instance of the MagickColor class. + + +============================================================================================= + +Class that represents a color. + + +========================================================================================== + +Similarity metric. + + +========================================================================================== + +A similarity image such that an exact match location is completely white and if none of +the pixels match, black, otherwise some gray level in-between. + + +========================================================================================== + +The offset for the best match. + + +============================================================================================= + +Result for a sub image search operation. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified geometry is equal to the current geometry. +The geometry to compare this geometry with. + +========================================================================================== + +Determines whether the specified object is equal to the current geometry. +The object to compare this geometry with. + +========================================================================================== + +Compares the current instance with another object of the same type. +The object to compare this geometry with. + +========================================================================================== + +Y offset from origin + + +========================================================================================== + +X offset from origin + + +========================================================================================== + +The width of the geometry. + + +========================================================================================== + +Resize using a pixel area count limit (@). + + +========================================================================================== + +Resize if image is less than size (<) + + +========================================================================================== + +True if width and height are expressed as percentages. + + +========================================================================================== + +Resize without preserving aspect ratio (!) + + +========================================================================================== + +The height of the geometry. + +========================================================================================== + + +========================================================================================== + +Resize if image is greater than size (>) + + +========================================================================================== + +Resize the image based on the smallest fitting dimension (^). + + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified geometry. +Geometry specifications in the form: <width>x<height> +{+-}<xoffset>{+-}<yoffset> (where width, height, xoffset, and yoffset are numbers) + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified rectangle. +The rectangle to use. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified offsets, width +and height. +The X offset from origin.The Y offset from origin.The percentage of the width.The percentage of the height. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified offsets, width +and height. +The X offset from origin.The Y offset from origin.The width.The height. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified width and +height. +The percentage of the width.The percentage of the height. + +========================================================================================== + +Initializes a new instance of the MagickGeometry class using the specified width and +height. +The width.The height. + +============================================================================================= + +Encapsulation of the ImageMagick geometry object. + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoAbs class. +The coordinates to use. + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurvetoAbs class. +The coordinate to use. + +============================================================================================= + +Encapsulation of the PathQuadraticCurvetoAbs object. + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurveto class. + + +========================================================================================== + +Initializes a new instance of the PathQuadraticCurveto class. + + +============================================================================================= + +Encapsulation of the PathQuadraticCurveto object. + + +========================================================================================== + +Spacing to use. + + +========================================================================================== + +Creates a new DrawableTextInterlineSpacing instance. +Spacing to use. + +============================================================================================= + +Encapsulation of the DrawableTextInterlineSpacing object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +Creates a new DrawablePoint instance. +The X coordinate.The Y coordinate. + +============================================================================================= + +Encapsulation of the DrawablePoint object. + + +========================================================================================== + +The starting degrees of rotation. + + +========================================================================================== + +The Y radius. + + +========================================================================================== + +The X radius. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +The origin X coordinate. + + +========================================================================================== + +The ending degrees of rotation. + + +========================================================================================== + +Creates a new DrawableEllipse instance. +The origin X coordinate.The origin Y coordinate.The X radius.The Y radius.The starting degrees of rotation.The ending degrees of rotation. + +============================================================================================= + +Encapsulation of the DrawableEllipse object. + + +========================================================================================== + +The miter limit. + + +========================================================================================== + +Creates a new DrawableSkewX instance. +The angle. + +============================================================================================= + +Encapsulation of the DrawableSkewX object. + + +========================================================================================== + +The Y coordinate. + + +========================================================================================== + +The X coordinate. + + +========================================================================================== + +Creates a new DrawableScaling instance. +The X coordinate.The Y coordinate. + +============================================================================================= + +Encapsulation of the DrawableScaling object. + + +============================================================================================= + +Base class for Drawable objects. + + +========================================================================================== + +Initializes a new instance of the PathLinetoVerticalRel class. +The X coordinate. + +============================================================================================= + +Encapsulation of the PathLinetoVerticalAbs object. + + +========================================================================================== + +Servers as a hash of this type. + + +========================================================================================== + +Determines whether the specified coordinate is equal to the current coordinate. +The coordinate to compare this coordinate with. + +========================================================================================== + +Determines whether the specified object is equal to the current coordinate. +The object to compare this coordinate with. + +========================================================================================== + +The Y position of the coordinate. + + +========================================================================================== + +The X position of the coordinate. + + +========================================================================================== + +Creates a new Coordinate instance. +The X position of the coordinate.The Y position of the coordinate. + +============================================================================================= + +Encapsulation of the Coordinate object. + + +============================================================================================= + +Base class for Path objects. + + + \ No newline at end of file