Magick.NET-Q8-AnyCPU Base class for colors. Initializes a new instance of the class. The color to use. Gets the actual color of this instance. Determines whether the specified instances are considered equal. The first to compare. The second to compare. Determines whether the specified instances are not considered equal. The first to compare. The second to compare. Determines whether the first is more than the second . The first to compare. The second to compare. Determines whether the first is less than the second . The first to compare. The second to compare. Determines whether the first is more than or equal to the second . The first to compare. The second to compare. Determines whether the first is less than or equal to the second . The first to compare. The second to compare. Compares the current instance with another object of the same type. The object to compare this color with. A signed number indicating the relative values of this instance and value. Determines whether the specified object is equal to the current instance. The object to compare this color with. True when the specified object is equal to the current instance. Determines whether the specified color is equal to the current color. The color to compare this color with. True when the specified color is equal to the current instance. Determines whether the specified color is fuzzy equal to the current color. The color to compare this color with. The fuzz factor. True when the specified color is fuzzy equal to the current instance. Serves as a hash of this type. A hash code for the current instance. Converts the value of this instance to an equivalent . A instance. Converts the value of this instance to a hexadecimal string. The . Updates the color value from an inherited class. Class that represents a CMYK color. Initializes a new instance of the 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. Initializes a new instance of the 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. Alpha component value of this color. Initializes a new instance of the 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. Initializes a new instance of the 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. Alpha component value of this color. Initializes a new instance of the class. The CMYK hex string or name of the color (http://www.imagemagick.org/script/color.php). For example: #F000, #FF000000. Gets or sets the alpha component value of this color. Gets or sets the cyan component value of this color. Gets or sets the key (black) component value of this color. Gets or sets the magenta component value of this color. Gets or sets the yellow component value of this color. Converts the specified to an instance of this type. The color to use. A instance. Converts the specified to an instance of this type. The color to use. A instance. Class that represents a gray color. Initializes a new instance of the class. Value between 0.0 - 1.0. Gets or sets the shade of this color (value between 0.0 - 1.0). Converts the specified to an instance of this type. The color to use. A instance. Converts the specified to an instance of this type. The color to use. A instance. Updates the color value in an inherited class. Class that represents a HSL color. Initializes a new instance of the class. Hue component value of this color. Saturation component value of this color. Lightness component value of this color. Gets or sets the hue component value of this color. Gets or sets the lightness component value of this color. Gets or sets the saturation component value of this color. Converts the specified to an instance of this type. The color to use. A instance. Converts the specified to an instance of this type. The color to use. A instance. Updates the color value in an inherited class. Class that represents a HSV color. Initializes a new instance of the class. Hue component value of this color. Saturation component value of this color. Value component value of this color. Gets or sets the hue component value of this color. Gets or sets the saturation component value of this color. Gets or sets the value component value of this color. Converts the specified to an instance of this type. The color to use. A instance. Converts the specified to an instance of this type. The color to use. A instance. Performs a hue shift with the specified degrees. The degrees. Updates the color value in an inherited class. Class that represents a monochrome color. Gets a new instance of the class that is black. Gets a new instance of the class that is black. Gets or sets a value indicating whether the color is black or white. Converts the specified to an instance of this type. The color to use. A instance. Converts the specified to an instance of this type. The color to use. A instance. Updates the color value in an inherited class. Class that represents a RGB color. Initializes a new instance of the class. The color to use. Initializes a new instance of the class. Red component value of this color. Green component value of this color. Blue component value of this color. Gets or sets the blue component value of this color. Gets or sets the green component value of this color. Gets or sets the red component value of this color. Converts the specified to an instance of this type. The color to use. A instance. Converts the specified to an instance of this type. The color to use. A instance. Returns the complementary color for this color. A instance. Class that represents a YUV color. Initializes a new instance of the class. Y component value of this color. U component value of this color. V component value of this color. Gets or sets the U component value of this color. (value beteeen -0.5 and 0.5). Gets or sets the V component value of this color. (value beteeen -0.5 and 0.5). Gets or sets the Y component value of this color. (value beteeen 0.0 and 1.0). Converts the specified to an instance of this type. The color to use. A instance. Converts the specified to an instance of this type. The color to use. A instance. Updates the color value in an inherited class. Class that represents a color. Initializes a new instance of the class. Initializes a new instance of the class. The color to use. Initializes a new instance of the class. Red component value of this color (0-255). Green component value of this color (0-255). Blue component value of this color (0-255). Initializes a new instance of the class. Red component value of this color (0-255). Green component value of this color (0-255). Blue component value of this color (0-255). Alpha component value of this color (0-255). Initializes a new instance of the class. Cyan component value of this color (0-255). Magenta component value of this color (0-255). Yellow component value of this color (0-255). Black component value of this color (0-255). Alpha component value of this color (0-255). Initializes a new instance of the class. The RGBA/CMYK hex string or name of the color (http://www.imagemagick.org/script/color.php). For example: #F000, #FF000000, #FFFF000000000000. Gets or sets the alpha component value of this color. Gets or sets the blue component value of this color. Gets or sets the green component value of this color. Gets a value indicating whether the color is a CMYK color. Gets or sets the key (black) component value of this color. Gets or sets the red component value of this color. Determines whether the specified instances are considered equal. The first to compare. The second to compare. Determines whether the specified instances are not considered equal. The first to compare. The second to compare. Determines whether the first is more than the second . The first to compare. The second to compare. Determines whether the first is less than the second . The first to compare. The second to compare. Determines whether the first is more than or equal to the second . The first to compare. The second to compare. Determines whether the first is less than or equal to the second . The first to compare. The second to compare. Multiplies the value of all non alpha channels in this with the specified . The to multiply. The that should be used. The multiplied with the percentage. Creates a new instance from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Red component value of this color. Green component value of this color. Blue component value of this color. A instance. Creates a new instance from the specified 8-bit color values (red, green, blue and alpha). Red component value of this color. Green component value of this color. Blue component value of this color. Alpha component value of this color. A instance. Compares the current instance with another object of the same type. The color to compare this color with. A signed number indicating the relative values of this instance and value. Determines whether the specified object is equal to the current color. The object to compare this color with. True when the specified object is equal to the current color. Determines whether the specified color is equal to the current color. The color to compare this color with. True when the specified color is equal to the current color. Determines whether the specified color is fuzzy equal to the current color. The color to compare this color with. The fuzz factor. True when the specified color is fuzzy equal to the current instance. Serves as a hash of this type. A hash code for the current instance. Initializes the color with the specified bytes. Red component value of this color. Green component value of this color. Blue component value of this color. Alpha component value of this color. Converts the value of this instance to a array (RGBA or CMYKA). The array. Converts the value of this instance to a hexadecimal string that will not include the alpha channel if it is opaque. The . Converts the value of this instance to a string representation that will not include the alpha channel if it is opaque. The . Converts the value of this instance to a string representation. The . Class that contains the same colors as System.Drawing.Colors. Gets a system-defined color that has an RGBA value of #00000000. Gets a system-defined color that has an RGBA value of #00000000. Gets a system-defined color that has an RGBA value of #00000000. Gets a system-defined color that has an RGBA value of #00000000. Gets a system-defined color that has an RGBA value of #F0F8FFFF. Gets a system-defined color that has an RGBA value of #F0F8FFFF. Gets a system-defined color that has an RGBA value of #FAEBD7FF. Gets a system-defined color that has an RGBA value of #FAEBD7FF. Gets a system-defined color that has an RGBA value of #00FFFFFF. Gets a system-defined color that has an RGBA value of #00FFFFFF. Gets a system-defined color that has an RGBA value of #7FFFD4FF. Gets a system-defined color that has an RGBA value of #7FFFD4FF. Gets a system-defined color that has an RGBA value of #F0FFFFFF. Gets a system-defined color that has an RGBA value of #F0FFFFFF. Gets a system-defined color that has an RGBA value of #F5F5DCFF. Gets a system-defined color that has an RGBA value of #F5F5DCFF. Gets a system-defined color that has an RGBA value of #FFE4C4FF. Gets a system-defined color that has an RGBA value of #FFE4C4FF. Gets a system-defined color that has an RGBA value of #000000FF. Gets a system-defined color that has an RGBA value of #000000FF. Gets a system-defined color that has an RGBA value of #FFEBCDFF. Gets a system-defined color that has an RGBA value of #FFEBCDFF. Gets a system-defined color that has an RGBA value of #0000FFFF. Gets a system-defined color that has an RGBA value of #0000FFFF. Gets a system-defined color that has an RGBA value of #8A2BE2FF. Gets a system-defined color that has an RGBA value of #8A2BE2FF. Gets a system-defined color that has an RGBA value of #A52A2AFF. Gets a system-defined color that has an RGBA value of #A52A2AFF. Gets a system-defined color that has an RGBA value of #DEB887FF. Gets a system-defined color that has an RGBA value of #DEB887FF. Gets a system-defined color that has an RGBA value of #5F9EA0FF. Gets a system-defined color that has an RGBA value of #5F9EA0FF. Gets a system-defined color that has an RGBA value of #7FFF00FF. Gets a system-defined color that has an RGBA value of #7FFF00FF. Gets a system-defined color that has an RGBA value of #D2691EFF. Gets a system-defined color that has an RGBA value of #D2691EFF. Gets a system-defined color that has an RGBA value of #FF7F50FF. Gets a system-defined color that has an RGBA value of #FF7F50FF. Gets a system-defined color that has an RGBA value of #6495EDFF. Gets a system-defined color that has an RGBA value of #6495EDFF. Gets a system-defined color that has an RGBA value of #FFF8DCFF. Gets a system-defined color that has an RGBA value of #FFF8DCFF. Gets a system-defined color that has an RGBA value of #DC143CFF. Gets a system-defined color that has an RGBA value of #DC143CFF. Gets a system-defined color that has an RGBA value of #00FFFFFF. Gets a system-defined color that has an RGBA value of #00FFFFFF. Gets a system-defined color that has an RGBA value of #00008BFF. Gets a system-defined color that has an RGBA value of #00008BFF. Gets a system-defined color that has an RGBA value of #008B8BFF. Gets a system-defined color that has an RGBA value of #008B8BFF. Gets a system-defined color that has an RGBA value of #B8860BFF. Gets a system-defined color that has an RGBA value of #B8860BFF. Gets a system-defined color that has an RGBA value of #A9A9A9FF. Gets a system-defined color that has an RGBA value of #A9A9A9FF. Gets a system-defined color that has an RGBA value of #006400FF. Gets a system-defined color that has an RGBA value of #006400FF. Gets a system-defined color that has an RGBA value of #BDB76BFF. Gets a system-defined color that has an RGBA value of #BDB76BFF. Gets a system-defined color that has an RGBA value of #8B008BFF. Gets a system-defined color that has an RGBA value of #8B008BFF. Gets a system-defined color that has an RGBA value of #556B2FFF. Gets a system-defined color that has an RGBA value of #556B2FFF. Gets a system-defined color that has an RGBA value of #FF8C00FF. Gets a system-defined color that has an RGBA value of #FF8C00FF. Gets a system-defined color that has an RGBA value of #9932CCFF. Gets a system-defined color that has an RGBA value of #9932CCFF. Gets a system-defined color that has an RGBA value of #8B0000FF. Gets a system-defined color that has an RGBA value of #8B0000FF. Gets a system-defined color that has an RGBA value of #E9967AFF. Gets a system-defined color that has an RGBA value of #E9967AFF. Gets a system-defined color that has an RGBA value of #8FBC8FFF. Gets a system-defined color that has an RGBA value of #8FBC8FFF. Gets a system-defined color that has an RGBA value of #483D8BFF. Gets a system-defined color that has an RGBA value of #483D8BFF. Gets a system-defined color that has an RGBA value of #2F4F4FFF. Gets a system-defined color that has an RGBA value of #2F4F4FFF. Gets a system-defined color that has an RGBA value of #00CED1FF. Gets a system-defined color that has an RGBA value of #00CED1FF. Gets a system-defined color that has an RGBA value of #9400D3FF. Gets a system-defined color that has an RGBA value of #9400D3FF. Gets a system-defined color that has an RGBA value of #FF1493FF. Gets a system-defined color that has an RGBA value of #FF1493FF. Gets a system-defined color that has an RGBA value of #00BFFFFF. Gets a system-defined color that has an RGBA value of #00BFFFFF. Gets a system-defined color that has an RGBA value of #696969FF. Gets a system-defined color that has an RGBA value of #696969FF. Gets a system-defined color that has an RGBA value of #1E90FFFF. Gets a system-defined color that has an RGBA value of #1E90FFFF. Gets a system-defined color that has an RGBA value of #B22222FF. Gets a system-defined color that has an RGBA value of #B22222FF. Gets a system-defined color that has an RGBA value of #FFFAF0FF. Gets a system-defined color that has an RGBA value of #FFFAF0FF. Gets a system-defined color that has an RGBA value of #228B22FF. Gets a system-defined color that has an RGBA value of #228B22FF. Gets a system-defined color that has an RGBA value of #FF00FFFF. Gets a system-defined color that has an RGBA value of #FF00FFFF. Gets a system-defined color that has an RGBA value of #DCDCDCFF. Gets a system-defined color that has an RGBA value of #DCDCDCFF. Gets a system-defined color that has an RGBA value of #F8F8FFFF. Gets a system-defined color that has an RGBA value of #F8F8FFFF. Gets a system-defined color that has an RGBA value of #FFD700FF. Gets a system-defined color that has an RGBA value of #FFD700FF. Gets a system-defined color that has an RGBA value of #DAA520FF. Gets a system-defined color that has an RGBA value of #DAA520FF. Gets a system-defined color that has an RGBA value of #808080FF. Gets a system-defined color that has an RGBA value of #808080FF. Gets a system-defined color that has an RGBA value of #008000FF. Gets a system-defined color that has an RGBA value of #008000FF. Gets a system-defined color that has an RGBA value of #ADFF2FFF. Gets a system-defined color that has an RGBA value of #ADFF2FFF. Gets a system-defined color that has an RGBA value of #F0FFF0FF. Gets a system-defined color that has an RGBA value of #F0FFF0FF. Gets a system-defined color that has an RGBA value of #FF69B4FF. Gets a system-defined color that has an RGBA value of #FF69B4FF. Gets a system-defined color that has an RGBA value of #CD5C5CFF. Gets a system-defined color that has an RGBA value of #CD5C5CFF. Gets a system-defined color that has an RGBA value of #4B0082FF. Gets a system-defined color that has an RGBA value of #4B0082FF. Gets a system-defined color that has an RGBA value of #FFFFF0FF. Gets a system-defined color that has an RGBA value of #FFFFF0FF. Gets a system-defined color that has an RGBA value of #F0E68CFF. Gets a system-defined color that has an RGBA value of #F0E68CFF. Gets a system-defined color that has an RGBA value of #E6E6FAFF. Gets a system-defined color that has an RGBA value of #E6E6FAFF. Gets a system-defined color that has an RGBA value of #FFF0F5FF. Gets a system-defined color that has an RGBA value of #FFF0F5FF. Gets a system-defined color that has an RGBA value of #7CFC00FF. Gets a system-defined color that has an RGBA value of #7CFC00FF. Gets a system-defined color that has an RGBA value of #FFFACDFF. Gets a system-defined color that has an RGBA value of #FFFACDFF. Gets a system-defined color that has an RGBA value of #ADD8E6FF. Gets a system-defined color that has an RGBA value of #ADD8E6FF. Gets a system-defined color that has an RGBA value of #F08080FF. Gets a system-defined color that has an RGBA value of #F08080FF. Gets a system-defined color that has an RGBA value of #E0FFFFFF. Gets a system-defined color that has an RGBA value of #E0FFFFFF. Gets a system-defined color that has an RGBA value of #FAFAD2FF. Gets a system-defined color that has an RGBA value of #FAFAD2FF. Gets a system-defined color that has an RGBA value of #90EE90FF. Gets a system-defined color that has an RGBA value of #90EE90FF. Gets a system-defined color that has an RGBA value of #D3D3D3FF. Gets a system-defined color that has an RGBA value of #D3D3D3FF. Gets a system-defined color that has an RGBA value of #FFB6C1FF. Gets a system-defined color that has an RGBA value of #FFB6C1FF. Gets a system-defined color that has an RGBA value of #FFA07AFF. Gets a system-defined color that has an RGBA value of #FFA07AFF. Gets a system-defined color that has an RGBA value of #20B2AAFF. Gets a system-defined color that has an RGBA value of #20B2AAFF. Gets a system-defined color that has an RGBA value of #87CEFAFF. Gets a system-defined color that has an RGBA value of #87CEFAFF. Gets a system-defined color that has an RGBA value of #778899FF. Gets a system-defined color that has an RGBA value of #778899FF. Gets a system-defined color that has an RGBA value of #B0C4DEFF. Gets a system-defined color that has an RGBA value of #B0C4DEFF. Gets a system-defined color that has an RGBA value of #FFFFE0FF. Gets a system-defined color that has an RGBA value of #FFFFE0FF. Gets a system-defined color that has an RGBA value of #00FF00FF. Gets a system-defined color that has an RGBA value of #00FF00FF. Gets a system-defined color that has an RGBA value of #32CD32FF. Gets a system-defined color that has an RGBA value of #32CD32FF. Gets a system-defined color that has an RGBA value of #FAF0E6FF. Gets a system-defined color that has an RGBA value of #FAF0E6FF. Gets a system-defined color that has an RGBA value of #FF00FFFF. Gets a system-defined color that has an RGBA value of #FF00FFFF. Gets a system-defined color that has an RGBA value of #800000FF. Gets a system-defined color that has an RGBA value of #800000FF. Gets a system-defined color that has an RGBA value of #66CDAAFF. Gets a system-defined color that has an RGBA value of #66CDAAFF. Gets a system-defined color that has an RGBA value of #0000CDFF. Gets a system-defined color that has an RGBA value of #0000CDFF. Gets a system-defined color that has an RGBA value of #BA55D3FF. Gets a system-defined color that has an RGBA value of #BA55D3FF. Gets a system-defined color that has an RGBA value of #9370DBFF. Gets a system-defined color that has an RGBA value of #9370DBFF. Gets a system-defined color that has an RGBA value of #3CB371FF. Gets a system-defined color that has an RGBA value of #3CB371FF. Gets a system-defined color that has an RGBA value of #7B68EEFF. Gets a system-defined color that has an RGBA value of #7B68EEFF. Gets a system-defined color that has an RGBA value of #00FA9AFF. Gets a system-defined color that has an RGBA value of #00FA9AFF. Gets a system-defined color that has an RGBA value of #48D1CCFF. Gets a system-defined color that has an RGBA value of #48D1CCFF. Gets a system-defined color that has an RGBA value of #C71585FF. Gets a system-defined color that has an RGBA value of #C71585FF. Gets a system-defined color that has an RGBA value of #191970FF. Gets a system-defined color that has an RGBA value of #191970FF. Gets a system-defined color that has an RGBA value of #F5FFFAFF. Gets a system-defined color that has an RGBA value of #F5FFFAFF. Gets a system-defined color that has an RGBA value of #FFE4E1FF. Gets a system-defined color that has an RGBA value of #FFE4E1FF. Gets a system-defined color that has an RGBA value of #FFE4B5FF. Gets a system-defined color that has an RGBA value of #FFE4B5FF. Gets a system-defined color that has an RGBA value of #FFDEADFF. Gets a system-defined color that has an RGBA value of #FFDEADFF. Gets a system-defined color that has an RGBA value of #000080FF. Gets a system-defined color that has an RGBA value of #000080FF. Gets a system-defined color that has an RGBA value of #FDF5E6FF. Gets a system-defined color that has an RGBA value of #FDF5E6FF. Gets a system-defined color that has an RGBA value of #808000FF. Gets a system-defined color that has an RGBA value of #808000FF. Gets a system-defined color that has an RGBA value of #6B8E23FF. Gets a system-defined color that has an RGBA value of #6B8E23FF. Gets a system-defined color that has an RGBA value of #FFA500FF. Gets a system-defined color that has an RGBA value of #FFA500FF. Gets a system-defined color that has an RGBA value of #FF4500FF. Gets a system-defined color that has an RGBA value of #FF4500FF. Gets a system-defined color that has an RGBA value of #DA70D6FF. Gets a system-defined color that has an RGBA value of #DA70D6FF. Gets a system-defined color that has an RGBA value of #EEE8AAFF. Gets a system-defined color that has an RGBA value of #EEE8AAFF. Gets a system-defined color that has an RGBA value of #98FB98FF. Gets a system-defined color that has an RGBA value of #98FB98FF. Gets a system-defined color that has an RGBA value of #AFEEEEFF. Gets a system-defined color that has an RGBA value of #AFEEEEFF. Gets a system-defined color that has an RGBA value of #DB7093FF. Gets a system-defined color that has an RGBA value of #DB7093FF. Gets a system-defined color that has an RGBA value of #FFEFD5FF. Gets a system-defined color that has an RGBA value of #FFEFD5FF. Gets a system-defined color that has an RGBA value of #FFDAB9FF. Gets a system-defined color that has an RGBA value of #FFDAB9FF. Gets a system-defined color that has an RGBA value of #CD853FFF. Gets a system-defined color that has an RGBA value of #CD853FFF. Gets a system-defined color that has an RGBA value of #FFC0CBFF. Gets a system-defined color that has an RGBA value of #FFC0CBFF. Gets a system-defined color that has an RGBA value of #DDA0DDFF. Gets a system-defined color that has an RGBA value of #DDA0DDFF. Gets a system-defined color that has an RGBA value of #B0E0E6FF. Gets a system-defined color that has an RGBA value of #B0E0E6FF. Gets a system-defined color that has an RGBA value of #800080FF. Gets a system-defined color that has an RGBA value of #800080FF. Gets a system-defined color that has an RGBA value of #663399FF. Gets a system-defined color that has an RGBA value of #663399FF. Gets a system-defined color that has an RGBA value of #FF0000FF. Gets a system-defined color that has an RGBA value of #FF0000FF. Gets a system-defined color that has an RGBA value of #BC8F8FFF. Gets a system-defined color that has an RGBA value of #BC8F8FFF. Gets a system-defined color that has an RGBA value of #4169E1FF. Gets a system-defined color that has an RGBA value of #4169E1FF. Gets a system-defined color that has an RGBA value of #8B4513FF. Gets a system-defined color that has an RGBA value of #8B4513FF. Gets a system-defined color that has an RGBA value of #FA8072FF. Gets a system-defined color that has an RGBA value of #FA8072FF. Gets a system-defined color that has an RGBA value of #F4A460FF. Gets a system-defined color that has an RGBA value of #F4A460FF. Gets a system-defined color that has an RGBA value of #2E8B57FF. Gets a system-defined color that has an RGBA value of #2E8B57FF. Gets a system-defined color that has an RGBA value of #FFF5EEFF. Gets a system-defined color that has an RGBA value of #FFF5EEFF. Gets a system-defined color that has an RGBA value of #A0522DFF. Gets a system-defined color that has an RGBA value of #A0522DFF. Gets a system-defined color that has an RGBA value of #C0C0C0FF. Gets a system-defined color that has an RGBA value of #C0C0C0FF. Gets a system-defined color that has an RGBA value of #87CEEBFF. Gets a system-defined color that has an RGBA value of #87CEEBFF. Gets a system-defined color that has an RGBA value of #6A5ACDFF. Gets a system-defined color that has an RGBA value of #6A5ACDFF. Gets a system-defined color that has an RGBA value of #708090FF. Gets a system-defined color that has an RGBA value of #708090FF. Gets a system-defined color that has an RGBA value of #FFFAFAFF. Gets a system-defined color that has an RGBA value of #FFFAFAFF. Gets a system-defined color that has an RGBA value of #00FF7FFF. Gets a system-defined color that has an RGBA value of #00FF7FFF. Gets a system-defined color that has an RGBA value of #4682B4FF. Gets a system-defined color that has an RGBA value of #4682B4FF. Gets a system-defined color that has an RGBA value of #D2B48CFF. Gets a system-defined color that has an RGBA value of #D2B48CFF. Gets a system-defined color that has an RGBA value of #008080FF. Gets a system-defined color that has an RGBA value of #008080FF. Gets a system-defined color that has an RGBA value of #D8BFD8FF. Gets a system-defined color that has an RGBA value of #D8BFD8FF. Gets a system-defined color that has an RGBA value of #FF6347FF. Gets a system-defined color that has an RGBA value of #FF6347FF. Gets a system-defined color that has an RGBA value of #40E0D0FF. Gets a system-defined color that has an RGBA value of #40E0D0FF. Gets a system-defined color that has an RGBA value of #EE82EEFF. Gets a system-defined color that has an RGBA value of #EE82EEFF. Gets a system-defined color that has an RGBA value of #F5DEB3FF. Gets a system-defined color that has an RGBA value of #F5DEB3FF. Gets a system-defined color that has an RGBA value of #FFFFFFFF. Gets a system-defined color that has an RGBA value of #FFFFFFFF. Gets a system-defined color that has an RGBA value of #F5F5F5FF. Gets a system-defined color that has an RGBA value of #F5F5F5FF. Gets a system-defined color that has an RGBA value of #FFFF00FF. Gets a system-defined color that has an RGBA value of #FFFF00FF. Gets a system-defined color that has an RGBA value of #9ACD32FF. Gets a system-defined color that has an RGBA value of #9ACD32FF. Encapsulates the configuration files of ImageMagick. Gets the default configuration. Gets all the configuration files. Gets the default configuration. Gets the colors configuration. Gets the configure configuration. Gets the delegates configuration. Gets the english configuration. Gets the locale configuration. Gets the log configuration. Gets the policy configuration. Gets the thresholds configuration. Gets the type configuration. Gets the type-ghostscript configuration. Class that implements . Initializes a new instance of the class. The name of the define. The value of the define. Initializes a new instance of the class. The name of the define. The value of the define. Initializes a new instance of the class. The format of the define. The name of the define. The value of the define. A instance. Initializes a new instance of the class. The format of the define. The name of the define. The value of the define. A instance. Initializes a new instance of the class. The format of the define. The name of the define. The value of the define. Initializes a new instance of the class. The format of the define. The name of the define. The value of the define. A instance. Initializes a new instance of the class. The format of the define. The name of the define. The value of the define. A instance. Initializes a new instance of the class. The format of the define. The name of the define. The value of the define. A instance. Initializes a new instance of the class. The format of the define. The name of the define. The value of the define. Gets the format to set the define for. Gets the name of the define. Gets the value of the define. Create a define with the specified name and value. The format of the define. The name of the define. The value of the define. The type of the enumerable. A instance. Adjusts the current affine transformation matrix with the specified affine transformation matrix. Note that the current affine transform is adjusted rather than replaced. Initializes a new instance of the class. Initializes a new instance of the class. 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. Gets or sets the X coordinate scaling element. Gets or sets the Y coordinate scaling element. Gets or sets the X coordinate shearing element. Gets or sets the Y coordinate shearing element. Gets or sets the X coordinate of the translation element. Gets or sets the Y coordinate of the translation element. Draws this instance with the drawing wand. The want to draw on. Reset to default. Sets the origin of coordinate system. The X coordinate of the translation element. The Y coordinate of the translation element. Sets the rotation to use. The angle of the rotation. Sets the scale to use. The X coordinate scaling element. The Y coordinate scaling element. Skew to use in X axis. The X skewing element. Skew to use in Y axis. The Y skewing element. Paints on the image's alpha channel in order to set effected pixels to transparent. Initializes a new instance of the class. The X coordinate. The Y coordinate. The paint method to use. Gets or sets the to use. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Draws an arc falling within a specified bounding rectangle on the image. Initializes a new instance of the class. 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. Gets or sets the ending degrees of rotation. Gets or sets the ending X coordinate of the bounding rectangle. Gets or sets the ending Y coordinate of the bounding rectangle. Gets or sets the starting degrees of rotation. Gets or sets the starting X coordinate of the bounding rectangle. Gets or sets the starting Y coordinate of the bounding rectangle. Draws this instance with the drawing wand. The want to draw on. Draws a bezier curve through a set of points on the image. Initializes a new instance of the class. The coordinates. Initializes a new instance of the class. The coordinates. Gets the coordinates. Draws this instance with the drawing wand. The want to draw on. Sets the border color to be used for drawing bordered objects. Initializes a new instance of the class. The color of the border. Gets or sets the color to use. Draws this instance with the drawing wand. The want to draw on. Draws a circle on the image. Initializes a new instance of the class. The origin X coordinate. The origin Y coordinate. The perimeter X coordinate. The perimeter Y coordinate. Gets or sets the origin X coordinate. Gets or sets the origin X coordinate. Gets or sets the perimeter X coordinate. Gets or sets the perimeter X coordinate. Draws this instance with the drawing wand. The want to draw on. Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as ssize_t as it remains in effect. Initializes a new instance of the class. The ID of the clip path. Gets or sets the ID of the clip path. Draws this instance with the drawing wand. The want to draw on. Sets the polygon fill rule to be used by the clipping path. Initializes a new instance of the class. The rule to use when filling drawn objects. Gets or sets the rule to use when filling drawn objects. Draws this instance with the drawing wand. The want to draw on. Sets the interpretation of clip path units. Initializes a new instance of the class. The clip path units. Gets or sets the clip path units. Draws this instance with the drawing wand. The want to draw on. Draws color on image using the current fill color, starting at specified position, and using specified paint method. Initializes a new instance of the class. The X coordinate. The Y coordinate. The paint method to use. Gets or sets the PaintMethod to use. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Encapsulation of the DrawableCompositeImage object. Initializes a new instance of the class. The X coordinate. The Y coordinate. The image to draw. Initializes a new instance of the class. The X coordinate. The Y coordinate. The algorithm to use. The image to draw. Initializes a new instance of the class. The offset from origin. The image to draw. Initializes a new instance of the class. The offset from origin. The algorithm to use. The image to draw. Gets or sets the composition operator. Gets or sets the height to scale the image to. Gets or sets the width to scale the image to. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Encapsulation of the DrawableDensity object. Initializes a new instance of the class. The vertical and horizontal resolution. Initializes a new instance of the class. The vertical and horizontal resolution. Gets or sets the vertical and horizontal resolution. Draws this instance with the drawing wand. The want to draw on. Draws an ellipse on the image. Initializes a new instance of the class. The origin X coordinate. The origin Y coordinate. The X radius. The Y radius. The starting degrees of rotation. The ending degrees of rotation. Gets or sets the ending degrees of rotation. Gets or sets the origin X coordinate. Gets or sets the origin X coordinate. Gets or sets the X radius. Gets or sets the Y radius. Gets or sets the starting degrees of rotation. Draws this instance with the drawing wand. The want to draw on. Sets the fill color to be used for drawing filled objects. Initializes a new instance of the class. The color to use. Gets or sets the color to use. Draws this instance with the drawing wand. The want to draw on. Sets the alpha to use when drawing using the fill color or fill texture. Initializes a new instance of the class. The opacity. Gets or sets the alpha. Draws this instance with the drawing wand. The want to draw on. Sets the URL to use as a fill pattern for filling objects. Only local URLs("#identifier") are supported at this time. These local URLs are normally created by defining a named fill pattern with DrawablePushPattern/DrawablePopPattern. Initializes a new instance of the class. Url specifying pattern ID (e.g. "#pattern_id"). Gets or sets the url specifying pattern ID (e.g. "#pattern_id"). Draws this instance with the drawing wand. The want to draw on. Sets the fill rule to use while drawing polygons. Initializes a new instance of the class. The rule to use when filling drawn objects. Gets or sets the rule to use when filling drawn objects. Draws this instance with the drawing wand. The want to draw on. Sets the font family, style, weight and stretch to use when annotating with text. Initializes a new instance of the class. The font family or the full path to the font file. Initializes a new instance of the class. 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. Gets or sets the font family or the full path to the font file. Gets or sets the style of the font. Gets or sets the weight of the font. Gets or sets the font stretching. Draws this instance with the drawing wand. The want to draw on. Sets the font pointsize to use when annotating with text. Initializes a new instance of the class. The point size. Gets or sets the point size. Draws this instance with the drawing wand. The want to draw on. Encapsulation of the DrawableGravity object. Initializes a new instance of the class. The gravity. Gets or sets the gravity. Draws this instance with the drawing wand. The want to draw on. Draws a line on the image using the current stroke color, stroke alpha, and stroke width. Initializes a new instance of the class. The starting X coordinate. The starting Y coordinate. The ending X coordinate. The ending Y coordinate. Gets or sets the ending X coordinate. Gets or sets the ending Y coordinate. Gets or sets the starting X coordinate. Gets or sets the starting Y coordinate. Draws this instance with the drawing wand. The want to draw on. Draws a set of paths. Initializes a new instance of the class. The paths to use. Initializes a new instance of the class. The paths to use. Gets the paths to use. Draws this instance with the drawing wand. The want to draw on. Draws a point using the current fill color. Initializes a new instance of the class. The X coordinate. The Y coordinate. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates. Initializes a new instance of the class. The coordinates. Initializes a new instance of the class. The coordinates. Draws this instance with the drawing wand. The want to draw on. Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates. Initializes a new instance of the class. The coordinates. Initializes a new instance of the class. The coordinates. Draws this instance with the drawing wand. The want to draw on. Terminates a clip path definition. Initializes a new instance of the class. Draws this instance with the drawing wand. The want to draw on. destroys the current drawing wand and returns to the previously pushed drawing wand. Multiple drawing wands may exist. It is an error to attempt to pop more drawing wands than have been pushed, and it is proper form to pop all drawing wands which have been pushed. Initializes a new instance of the class. Draws this instance with the drawing wand. The want to draw on. Terminates a pattern definition. Initializes a new instance of the class. Draws this instance with the drawing wand. The want to draw on. Starts a clip path definition which is comprized of any number of drawing commands and terminated by a DrawablePopClipPath. Initializes a new instance of the class. The ID of the clip path. Gets or sets the ID of the clip path. Draws this instance with the drawing wand. The want to draw on. Clones the current drawing wand to create a new drawing wand. The original drawing wand(s) may be returned to by invoking DrawablePopGraphicContext. The drawing wands are stored on a drawing wand stack. For every Pop there must have already been an equivalent Push. Initializes a new instance of the class. Draws this instance with the drawing wand. The want to draw on. indicates that subsequent commands up to a DrawablePopPattern command comprise the definition of a named pattern. The pattern space is assigned top left corner coordinates, a width and height, and becomes its own drawing space. Anything which can be drawn may be used in a pattern definition. Named patterns may be used as stroke or brush definitions. Initializes a new instance of the class. The ID of the pattern. The X coordinate. The Y coordinate. The width. The height. Gets or sets the ID of the pattern. Gets or sets the height. Gets or sets the width. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings. Initializes a new instance of the class. The upper left X coordinate. The upper left Y coordinate. The lower right X coordinate. The lower right Y coordinate. Gets or sets the upper left X coordinate. Gets or sets the upper left Y coordinate. Gets or sets the upper left X coordinate. Gets or sets the upper left Y coordinate. Draws this instance with the drawing wand. The want to draw on. Applies the specified rotation to the current coordinate space. Initializes a new instance of the class. The angle. Gets or sets the angle. Draws this instance with the drawing wand. The want to draw on. Draws a rounted rectangle given two coordinates, x & y corner radiuses and using the current stroke, stroke width, and fill settings. Initializes a new instance of the class. The upper left X coordinate. The upper left Y coordinate. The lower right X coordinate. The lower right Y coordinate. The corner width. The corner height. Gets or sets the corner height. Gets or sets the corner width. Gets or sets the lower right X coordinate. Gets or sets the lower right Y coordinate. Gets or sets the upper left X coordinate. Gets or sets the upper left Y coordinate. Draws this instance with the drawing wand. The want to draw on. Class that can be used to chain draw actions. Initializes a new instance of the class. Draw on the specified image. The image to draw on. The current instance. Returns an enumerator that iterates through the collection. An enumerator. Obtain font metrics for text string given current font, pointsize, and density settings. The text to get the font metrics for. The font metrics for text. Thrown when an error is raised by ImageMagick. Obtain font metrics for text string given current font, pointsize, and density settings. The text to get the font metrics for. Specifies if newlines should be ignored. The font metrics for text. Thrown when an error is raised by ImageMagick. Creates a new instance. A new instance. Returns an enumerator that iterates through the collection. An enumerator. Applies the DrawableAffine operation to the . 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. The instance. Applies the DrawableAlpha operation to the . The X coordinate. The Y coordinate. The paint method to use. The instance. Applies the DrawableArc operation to the . 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. The instance. Applies the DrawableBezier operation to the . The coordinates. The instance. Applies the DrawableBezier operation to the . The coordinates. The instance. Applies the DrawableBorderColor operation to the . The color of the border. The instance. Applies the DrawableCircle operation to the . The origin X coordinate. The origin Y coordinate. The perimeter X coordinate. The perimeter Y coordinate. The instance. Applies the DrawableClipPath operation to the . The ID of the clip path. The instance. Applies the DrawableClipRule operation to the . The rule to use when filling drawn objects. The instance. Applies the DrawableClipUnits operation to the . The clip path units. The instance. Applies the DrawableColor operation to the . The X coordinate. The Y coordinate. The paint method to use. The instance. Applies the DrawableComposite operation to the . The offset from origin. The image to draw. The instance. Applies the DrawableComposite operation to the . The X coordinate. The Y coordinate. The image to draw. The instance. Applies the DrawableComposite operation to the . The offset from origin. The algorithm to use. The image to draw. The instance. Applies the DrawableComposite operation to the . The X coordinate. The Y coordinate. The algorithm to use. The image to draw. The instance. Applies the DrawableDensity operation to the . The vertical and horizontal resolution. The instance. Applies the DrawableDensity operation to the . The vertical and horizontal resolution. The instance. Applies the DrawableEllipse operation to the . The origin X coordinate. The origin Y coordinate. The X radius. The Y radius. The starting degrees of rotation. The ending degrees of rotation. The instance. Applies the DrawableFillColor operation to the . The color to use. The instance. Applies the DrawableFillOpacity operation to the . The opacity. The instance. Applies the DrawableFillPatternUrl operation to the . Url specifying pattern ID (e.g. "#pattern_id"). The instance. Applies the DrawableFillRule operation to the . The rule to use when filling drawn objects. The instance. Applies the DrawableFont operation to the . The font family or the full path to the font file. The instance. Applies the DrawableFont operation to the . 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. The instance. Applies the DrawableFontPointSize operation to the . The point size. The instance. Applies the DrawableGravity operation to the . The gravity. The instance. Applies the DrawableLine operation to the . The starting X coordinate. The starting Y coordinate. The ending X coordinate. The ending Y coordinate. The instance. Applies the DrawablePath operation to the . The paths to use. The instance. Applies the DrawablePath operation to the . The paths to use. The instance. Applies the DrawablePoint operation to the . The X coordinate. The Y coordinate. The instance. Applies the DrawablePolygon operation to the . The coordinates. The instance. Applies the DrawablePolygon operation to the . The coordinates. The instance. Applies the DrawablePolyline operation to the . The coordinates. The instance. Applies the DrawablePolyline operation to the . The coordinates. The instance. Applies the DrawablePopClipPath operation to the . The instance. Applies the DrawablePopGraphicContext operation to the . The instance. Applies the DrawablePopPattern operation to the . The instance. Applies the DrawablePushClipPath operation to the . The ID of the clip path. The instance. Applies the DrawablePushGraphicContext operation to the . The instance. Applies the DrawablePushPattern operation to the . The ID of the pattern. The X coordinate. The Y coordinate. The width. The height. The instance. Applies the DrawableRectangle operation to the . The upper left X coordinate. The upper left Y coordinate. The lower right X coordinate. The lower right Y coordinate. The instance. Applies the DrawableRotation operation to the . The angle. The instance. Applies the DrawableRoundRectangle operation to the . The upper left X coordinate. The upper left Y coordinate. The lower right X coordinate. The lower right Y coordinate. The corner width. The corner height. The instance. Applies the DrawableScaling operation to the . Horizontal scale factor. Vertical scale factor. The instance. Applies the DrawableSkewX operation to the . The angle. The instance. Applies the DrawableSkewY operation to the . The angle. The instance. Applies the DrawableStrokeColor operation to the . The color to use. The instance. Applies the DrawableStrokeDashArray operation to the . An array containing the dash information. The instance. Applies the DrawableStrokeDashOffset operation to the . The dash offset. The instance. Applies the DrawableStrokeLineCap operation to the . The line cap. The instance. Applies the DrawableStrokeLineJoin operation to the . The line join. The instance. Applies the DrawableStrokeMiterLimit operation to the . The miter limit. The instance. Applies the DrawableStrokeOpacity operation to the . The opacity. The instance. Applies the DrawableStrokePatternUrl operation to the . Url specifying pattern ID (e.g. "#pattern_id"). The instance. Applies the DrawableStrokeWidth operation to the . The width. The instance. Applies the DrawableText operation to the . The X coordinate. The Y coordinate. The text to draw. The instance. Applies the DrawableTextAlignment operation to the . Text alignment. The instance. Applies the DrawableTextDecoration operation to the . The text decoration. The instance. Applies the DrawableTextDirection operation to the . Direction to use. The instance. Applies the DrawableTextEncoding operation to the . Encoding to use. The instance. Applies the DrawableTextInterlineSpacing operation to the . Spacing to use. The instance. Applies the DrawableTextInterwordSpacing operation to the . Spacing to use. The instance. Applies the DrawableTextKerning operation to the . Kerning to use. The instance. Applies the DrawableTextUnderColor operation to the . The color to use. The instance. Applies the DrawableTranslation operation to the . The X coordinate. The Y coordinate. The instance. Applies the DrawableViewbox operation to the . The upper left X coordinate. The upper left Y coordinate. The lower right X coordinate. The lower right Y coordinate. The instance. Applies the DrawableStrokeAntialias operation to the . The instance. Applies the DrawableStrokeAntialias operation to the . The instance. Applies the DrawableTextAntialias operation to the . The instance. Applies the DrawableTextAntialias operation to the . The instance. Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space. Initializes a new instance of the class. Horizontal scale factor. Vertical scale factor. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Skews the current coordinate system in the horizontal direction. Initializes a new instance of the class. The angle. Gets or sets the angle. Draws this instance with the drawing wand. The want to draw on. Skews the current coordinate system in the vertical direction. Initializes a new instance of the class. The angle. Gets or sets the angle. Draws this instance with the drawing wand. The want to draw on. Controls whether stroked outlines are antialiased. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used. Gets a new instance of the class that is disabled. Gets a new instance of the class that is enabled. Gets or sets a value indicating whether stroke antialiasing is enabled or disabled. Draws this instance with the drawing wand. The want to draw on. Sets the color used for stroking object outlines. Initializes a new instance of the class. The color to use. Gets or sets the color to use. Draws this instance with the drawing wand. The want to draw on. Specifies the pattern of dashes and gaps used to stroke paths. The stroke dash array represents an array of numbers that specify the lengths of alternating dashes and gaps in pixels. If an odd number of values is provided, then the list of values is repeated to yield an even number of values. To remove an existing dash array, pass a null dasharray. A typical stroke dash array might contain the members 5 3 2. Initializes a new instance of the class. An array containing the dash information. Draws this instance with the drawing wand. The want to draw on. Specifies the offset into the dash pattern to start the dash. Initializes a new instance of the class. The dash offset. Gets or sets the dash offset. Draws this instance with the drawing wand. The want to draw on. Specifies the shape to be used at the end of open subpaths when they are stroked. Initializes a new instance of the class. The line cap. Gets or sets the line cap. Draws this instance with the drawing wand. The want to draw on. Specifies the shape to be used at the corners of paths (or other vector shapes) when they are stroked. Initializes a new instance of the class. The line join. Gets or sets the line join. Draws this instance with the drawing wand. The want to draw on. Specifies the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'DrawableStrokeLineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The 'DrawableStrokeMiterLimit' imposes a limit on the ratio of the miter length to the 'DrawableStrokeLineWidth'. Initializes a new instance of the class. The miter limit. Gets or sets the miter limit. Draws this instance with the drawing wand. The want to draw on. Specifies the alpha of stroked object outlines. Initializes a new instance of the class. The opacity. Gets or sets the opacity. Draws this instance with the drawing wand. The want to draw on. Sets the pattern used for stroking object outlines. Only local URLs("#identifier") are supported at this time. These local URLs are normally created by defining a named stroke pattern with DrawablePushPattern/DrawablePopPattern. Initializes a new instance of the class. Url specifying pattern ID (e.g. "#pattern_id"). Gets or sets the url specifying pattern ID (e.g. "#pattern_id"). Draws this instance with the drawing wand. The want to draw on. Sets the width of the stroke used to draw object outlines. Initializes a new instance of the class. The width. Gets or sets the width. Draws this instance with the drawing wand. The want to draw on. Draws text on the image. Initializes a new instance of the class. The X coordinate. The Y coordinate. The text to draw. Gets or sets the text to draw. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Specifies a text alignment to be applied when annotating with text. Initializes a new instance of the class. Text alignment. Gets or sets text alignment. Draws this instance with the drawing wand. The want to draw on. Controls whether text is antialiased. Text is antialiased by default. Gets a new instance of the class that is disabled. Gets a new instance of the class that is enabled. Gets or sets a value indicating whether text antialiasing is enabled or disabled. Draws this instance with the drawing wand. The want to draw on. Specifies a decoration to be applied when annotating with text. Initializes a new instance of the class. The text decoration. Gets or sets the text decoration. Draws this instance with the drawing wand. The want to draw on. Specifies the direction to be used when annotating with text. Initializes a new instance of the class. Direction to use. Gets or sets the direction to use. Draws this instance with the drawing wand. The want to draw on. Encapsulation of the DrawableTextEncoding object. Initializes a new instance of the class. Encoding to use. Gets or sets the encoding of the text. Draws this instance with the drawing wand. The want to draw on. Sets the spacing between line in text. Initializes a new instance of the class. Spacing to use. Gets or sets the spacing to use. Draws this instance with the drawing wand. The want to draw on. Sets the spacing between words in text. Initializes a new instance of the class. Spacing to use. Gets or sets the spacing to use. Draws this instance with the drawing wand. The want to draw on. Sets the spacing between characters in text. Initializes a new instance of the class. Kerning to use. Gets or sets the text kerning to use. Draws this instance with the drawing wand. The want to draw on. Specifies the color of a background rectangle to place under text annotations. Initializes a new instance of the class. The color to use. Gets or sets the color to use. Draws this instance with the drawing wand. The want to draw on. Applies a translation to the current coordinate system which moves the coordinate system origin to the specified coordinate. Initializes a new instance of the class. The X coordinate. The Y coordinate. Gets or sets the X coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Sets the overall canvas size to be recorded with the drawing vector data. Usually this will be specified using the same size as the canvas image. When the vector data is saved to SVG or MVG formats, the viewbox is use to specify the size of the canvas image that a viewer will render the vector data on. Initializes a new instance of the class. The upper left X coordinate. The upper left Y coordinate. The lower right X coordinate. The lower right Y coordinate. Gets or sets the upper left X coordinate. Gets or sets the upper left Y coordinate. Gets or sets the upper left X coordinate. Gets or sets the upper left Y coordinate. Draws this instance with the drawing wand. The want to draw on. Interface for drawing on an wand. Draws this instance with the drawing wand. The wand to draw on. Class that can be used to chain path actions. Applies the PathArcAbs operation to the . The coordinates to use. The instance. Applies the PathArcAbs operation to the . The coordinates to use. The instance. Applies the PathArcRel operation to the . The coordinates to use. The instance. Applies the PathArcRel operation to the . The coordinates to use. The instance. Applies the PathClose operation to the . The instance. Applies the PathCurveToAbs operation to the . Coordinate of control point for curve beginning. Coordinate of control point for curve ending. Coordinate of the end of the curve. The instance. Applies the PathCurveToAbs operation to the . X coordinate of control point for curve beginning. Y coordinate of control point for curve beginning. X coordinate of control point for curve ending. Y coordinate of control point for curve ending. X coordinate of the end of the curve. Y coordinate of the end of the curve. The instance. Applies the PathCurveToRel operation to the . Coordinate of control point for curve beginning. Coordinate of control point for curve ending. Coordinate of the end of the curve. The instance. Applies the PathCurveToRel operation to the . X coordinate of control point for curve beginning. Y coordinate of control point for curve beginning. X coordinate of control point for curve ending. Y coordinate of control point for curve ending. X coordinate of the end of the curve. Y coordinate of the end of the curve. The instance. Applies the PathLineToAbs operation to the . The coordinates to use. The instance. Applies the PathLineToAbs operation to the . The coordinates to use. The instance. Applies the PathLineToAbs operation to the . The X coordinate. The Y coordinate. The instance. Applies the PathLineToHorizontalAbs operation to the . The X coordinate. The instance. Applies the PathLineToHorizontalRel operation to the . The X coordinate. The instance. Applies the PathLineToRel operation to the . The coordinates to use. The instance. Applies the PathLineToRel operation to the . The coordinates to use. The instance. Applies the PathLineToRel operation to the . The X coordinate. The Y coordinate. The instance. Applies the PathLineToVerticalAbs operation to the . The Y coordinate. The instance. Applies the PathLineToVerticalRel operation to the . The Y coordinate. The instance. Applies the PathMoveToAbs operation to the . The coordinate to use. The instance. Applies the PathMoveToAbs operation to the . The X coordinate. The Y coordinate. The instance. Applies the PathMoveToRel operation to the . The coordinate to use. The instance. Applies the PathMoveToRel operation to the . The X coordinate. The Y coordinate. The instance. Applies the PathQuadraticCurveToAbs operation to the . Coordinate of control point. Coordinate of final point. The instance. Applies the PathQuadraticCurveToAbs operation to the . X coordinate of control point. Y coordinate of control point. X coordinate of final point. Y coordinate of final point. The instance. Applies the PathQuadraticCurveToRel operation to the . Coordinate of control point. Coordinate of final point. The instance. Applies the PathQuadraticCurveToRel operation to the . X coordinate of control point. Y coordinate of control point. X coordinate of final point. Y coordinate of final point. The instance. Applies the PathSmoothCurveToAbs operation to the . Coordinate of second point. Coordinate of final point. The instance. Applies the PathSmoothCurveToAbs operation to the . X coordinate of second point. Y coordinate of second point. X coordinate of final point. Y coordinate of final point. The instance. Applies the PathSmoothCurveToRel operation to the . Coordinate of second point. Coordinate of final point. The instance. Applies the PathSmoothCurveToRel operation to the . X coordinate of second point. Y coordinate of second point. X coordinate of final point. Y coordinate of final point. The instance. Applies the PathSmoothQuadraticCurveToAbs operation to the . Coordinate of final point. The instance. Applies the PathSmoothQuadraticCurveToAbs operation to the . X coordinate of final point. Y coordinate of final point. The instance. Applies the PathSmoothQuadraticCurveToRel operation to the . Coordinate of final point. The instance. Applies the PathSmoothQuadraticCurveToRel operation to the . X coordinate of final point. Y coordinate of final point. The instance. Initializes a new instance of the class. Converts this instance to a instance. A new instance. Returns an enumerator that iterates through the collection. An enumerator that iterates through the collection. Returns an enumerator that iterates through the collection. An enumerator that iterates through the collection. Draws an elliptical arc from the current point to (X, Y) using absolute coordinates. The size and orientation of the ellipse are defined by two radii(RadiusX, RadiusY) and an RotationX, which indicates how the ellipse as a whole is rotated relative to the current coordinate system. The center of the ellipse is calculated automagically to satisfy the constraints imposed by the other parameters. UseLargeArc and UseSweep contribute to the automatic calculations and help determine how the arc is drawn. If UseLargeArc is true then draw the larger of the available arcs. If UseSweep is true, then draw the arc matching a clock-wise rotation. Initializes a new instance of the class. The coordinates to use. Initializes a new instance of the class. The coordinates to use. Draws this instance with the drawing wand. The want to draw on. Draws an elliptical arc from the current point to (X, Y) using relative coordinates. The size and orientation of the ellipse are defined by two radii(RadiusX, RadiusY) and an RotationX, which indicates how the ellipse as a whole is rotated relative to the current coordinate system. The center of the ellipse is calculated automagically to satisfy the constraints imposed by the other parameters. UseLargeArc and UseSweep contribute to the automatic calculations and help determine how the arc is drawn. If UseLargeArc is true then draw the larger of the available arcs. If UseSweep is true, then draw the arc matching a clock-wise rotation. Initializes a new instance of the class. The coordinates to use. Initializes a new instance of the class. The coordinates to use. Draws this instance with the drawing wand. The want to draw on. Adds a path element to the current path which closes the current subpath by drawing a straight line from the current point to the current subpath's most recent starting point (usually, the most recent moveto point). Initializes a new instance of the class. Draws this instance with the drawing wand. The want to draw on. Draws a cubic Bezier curve from the current point to (x, y) using (x1, y1) as the control point at the beginning of the curve and (x2, y2) as the control point at the end of the curve using absolute coordinates. At the end of the command, the new current point becomes the final (x, y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of control point for curve beginning. Y coordinate of control point for curve beginning. X coordinate of control point for curve ending. Y coordinate of control point for curve ending. X coordinate of the end of the curve. Y coordinate of the end of the curve. Initializes a new instance of the class. Coordinate of control point for curve beginning. Coordinate of control point for curve ending. Coordinate of the end of the curve. Draws this instance with the drawing wand. The want to draw on. Draws a cubic Bezier curve from the current point to (x, y) using (x1,y1) as the control point at the beginning of the curve and (x2, y2) as the control point at the end of the curve using relative coordinates. At the end of the command, the new current point becomes the final (x, y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of control point for curve beginning. Y coordinate of control point for curve beginning. X coordinate of control point for curve ending. Y coordinate of control point for curve ending. X coordinate of the end of the curve. Y coordinate of the end of the curve. Initializes a new instance of the class. Coordinate of control point for curve beginning. Coordinate of control point for curve ending. Coordinate of the end of the curve. Draws this instance with the drawing wand. The want to draw on. Draws a line path from the current point to the given coordinate using absolute coordinates. The coordinate then becomes the new current point. Initializes a new instance of the class. The X coordinate. The Y coordinate. Initializes a new instance of the class. The coordinates to use. Initializes a new instance of the class. The coordinates to use. Draws this instance with the drawing wand. The want to draw on. Draws a horizontal line path from the current point to the target point using absolute coordinates. The target point then becomes the new current point. Initializes a new instance of the class. The X coordinate. Gets or sets the X coordinate. Draws this instance with the drawing wand. The want to draw on. Draws a horizontal line path from the current point to the target point using relative coordinates. The target point then becomes the new current point. Initializes a new instance of the class. The X coordinate. Gets or sets the X coordinate. Draws this instance with the drawing wand. The want to draw on. Draws a line path from the current point to the given coordinate using relative coordinates. The coordinate then becomes the new current point. Initializes a new instance of the class. The X coordinate. The Y coordinate. Initializes a new instance of the class. The coordinates to use. Initializes a new instance of the class. The coordinates to use. Draws this instance with the drawing wand. The want to draw on. Draws a vertical line path from the current point to the target point using absolute coordinates. The target point then becomes the new current point. Initializes a new instance of the class. The Y coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Draws a vertical line path from the current point to the target point using relative coordinates. The target point then becomes the new current point. Initializes a new instance of the class. The Y coordinate. Gets or sets the Y coordinate. Draws this instance with the drawing wand. The want to draw on. Starts a new sub-path at the given coordinate using absolute coordinates. The current point then becomes the specified coordinate. Initializes a new instance of the class. The X coordinate. The Y coordinate. Initializes a new instance of the class. The coordinate to use. Draws this instance with the drawing wand. The want to draw on. Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate. Initializes a new instance of the class. The X coordinate. The Y coordinate. Initializes a new instance of the class. The coordinate to use. Draws this instance with the drawing wand. The want to draw on. Draws a quadratic Bezier curve from the current point to (x, y) using (x1, y1) as the control point using absolute coordinates. At the end of the command, the new current point becomes the final (x, y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of control point. Y coordinate of control point. X coordinate of final point. Y coordinate of final point. Initializes a new instance of the class. Coordinate of control point. Coordinate of final point. Draws this instance with the drawing wand. The want to draw on. Draws a quadratic Bezier curve from the current point to (x, y) using (x1, y1) as the control point using relative coordinates. At the end of the command, the new current point becomes the final (x, y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of control point. Y coordinate of control point. X coordinate of final point. Y coordinate of final point. Initializes a new instance of the class. Coordinate of control point. Coordinate of final point. Draws this instance with the drawing wand. The want to draw on. Draws a cubic Bezier curve from the current point to (x,y) using absolute coordinates. The first control point is assumed to be the reflection of the second control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not an PathCurveToAbs, PathCurveToRel, PathSmoothCurveToAbs or PathSmoothCurveToRel, assume the first control point is coincident with the current point.) (x2,y2) is the second control point (i.e., the control point at the end of the curve). At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of second point. Y coordinate of second point. X coordinate of final point. Y coordinate of final point. Initializes a new instance of the class. Coordinate of second point. Coordinate of final point. Draws this instance with the drawing wand. The want to draw on. Draws a cubic Bezier curve from the current point to (x,y) using relative coordinates. The first control point is assumed to be the reflection of the second control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not an PathCurveToAbs, PathCurveToRel, PathSmoothCurveToAbs or PathSmoothCurveToRel, assume the first control point is coincident with the current point.) (x2,y2) is the second control point (i.e., the control point at the end of the curve). At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of second point. Y coordinate of second point. X coordinate of final point. Y coordinate of final point. Initializes a new instance of the class. Coordinate of second point. Coordinate of final point. Draws this instance with the drawing wand. The want to draw on. Draws a quadratic Bezier curve (using absolute coordinates) from the current point to (X, Y). The control point is assumed to be the reflection of the control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not a PathQuadraticCurveToAbs, PathQuadraticCurveToRel, PathSmoothQuadraticCurveToAbs or PathSmoothQuadraticCurveToRel, assume the control point is coincident with the current point.). At the end of the command, the new current point becomes the final (X,Y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of final point. Y coordinate of final point. Initializes a new instance of the class. Coordinate of final point. Draws this instance with the drawing wand. The want to draw on. Draws a quadratic Bezier curve (using relative coordinates) from the current point to (X, Y). The control point is assumed to be the reflection of the control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not a PathQuadraticCurveToAbs, PathQuadraticCurveToRel, PathSmoothQuadraticCurveToAbs or PathSmoothQuadraticCurveToRel, assume the control point is coincident with the current point.). At the end of the command, the new current point becomes the final (X,Y) coordinate pair used in the polybezier. Initializes a new instance of the class. X coordinate of final point. Y coordinate of final point. Initializes a new instance of the class. Coordinate of final point. Draws this instance with the drawing wand. The want to draw on. Extension methods for the class. Returns a based on the specified width and height. The density. The width in cm or inches. The height in cm or inches. A based on the specified width and height in cm or inches. Extension methods for the interface. Returns the thumbnail in the exif profile when available. The exif profile. The thumbnail in the exif profile when available. Class that can be used to create instances. Initializes a new instance that implements . A new instance. Class that can be used to create instances. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. The color to use. Initializes a new instance that implements . Red component value of this color. Green component value of this color. Blue component value of this color. A new instance. Initializes a new instance that implements . Red component value of this color. Green component value of this color. Blue component value of this color. Alpha component value of this color. A new instance. Initializes a new instance that implements . Cyan component value of this color. Magenta component value of this color. Yellow component value of this color. Black component value of this color. Alpha component value of this colors. A new instance. Initializes a new instance that implements . The RGBA/CMYK hex string or name of the color (http://www.imagemagick.org/script/color.php). For example: #F000, #FF000000, #FFFF000000000000. A new instance. Class that can be used to create various instances. Gets a factory that can be used to create instances. Gets a factory that can be used to create color instances by name. Gets the configuration files. Gets a factory that can be used to create instances. Gets a factory that can be used to create instances. Gets a factory that can be used to create instances. Gets a factory that can be used to create instances. Gets a factory that can be used to create instances. Gets the MagickNET information. Gets a factory that can be used to create various matrix instances. Gets the OpenCL information. Gets the quantum information. Gets the resource limits. Gets a factory that can be used to create various settings. Class that can be used to create instances. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . The width and height. A new instance. Initializes a new instance that implements . The width. The height. A new instance. Initializes a new instance that implements . The X offset from origin. The Y offset from origin. The width. The height. A new instance. Initializes a new instance that implements . The percentage of the width. The percentage of the height. A new instance. Initializes a new instance that implements . The X offset from origin. The Y offset from origin. The percentage of the width. The percentage of the height. A new instance. Initializes a new instance that implements . Geometry specifications in the form: <width>x<height> {+-}<xoffset>{+-}<yoffset> (where width, height, xoffset, and yoffset are numbers). A new instance. Initializes a new instance using the specified page size. The page size. A instance that represents the specified page size. Class that can be used to create instances. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . The byte array to read the image data from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The byte array to read the image data from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The images to add to the collection. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Class that can be used to create instances. Initializes a new instance that implements . A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The byte array to read the image data from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The color to fill the image with. The width. The height. A new instance. Initializes a new instance that implements . The stream to read the image data from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The width. The height. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The pixel settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. The pixel settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The pixel settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. The pixel settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The pixel settings to use when reading the image. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. The pixel settings to use when reading the image. The token to monitor for cancellation requests. A new instance. Thrown when an error is raised by ImageMagick. Class that can be used to create instances. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . The byte array to read the information from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The byte array to read the information from. The offset at which to begin reading data. The maximum number of bytes to read. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The file to read the image from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The stream to read the image data from. A new instance. Thrown when an error is raised by ImageMagick. Initializes a new instance that implements . The fully qualified name of the image file, or the relative image file name. A new instance. Thrown when an error is raised by ImageMagick. Class that can be used to create various matrix instances. Initializes a new instance that implements . A new instance. The order (1 to 6). Initializes a new instance that implements . A new instance. The order (1 to 6). The values to initialize the matrix with. Initializes a new instance that implements . A new instance. The order (odd number). Initializes a new instance that implements . A new instance. The order (odd number). The values to initialize the matrix with. Class that can be used to create various settings. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Initializes a new instance that implements . A new instance. Class for defines that are used when a image is read. Gets the format where the defines are for. Gets or sets a value indicating whether the file size should be ignored (bmp:ignore-filesize). Gets the defines that should be set as a define on an image. Specifies bmp subtypes. ARGB1555. ARGB4444. RGB555. RGB565. Class for defines that are used when a image is written. Gets the format where the defines are for. Gets or sets the subtype that will be used (bmp:subtype). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is read. Gets the format where the defines are for. Gets or sets a the maximum font pointsize (caption:max-pointsize). Gets or sets a the start font pointsize (caption:start-pointsize). Gets the defines that should be set as a define on an image. Specifies a limited set of the available dds compression methods. Do not compress the pixels. Use Dxt1 instead of the default compression. Class for defines that are used when a image is read. Gets the format where the defines are for. Gets or sets a value indicating wether mipmaps should be skipped (dds:skip-mipmaps). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is written. Gets or sets a value indicating whether cluser fit is enabled or disabled (dds:cluster-fit). Gets or sets the compression that will be used instead of the default compression. Only a limited set of the compression methods are available for this. (dds:compression). Gets or sets a value indicating whether the mipmaps should be resized faster but with a lower quality (dds:fast-mipmaps). Gets the format where the defines are for. Gets or sets the the number of mipmaps, zero will disable writing mipmaps (dds:mipmaps). Gets or sets a value indicating whether the mipmaps should be created from the images in the collection (dds:mipmaps=fromlist). Gets or sets a value indicating whether only the raw pixels should be written (dds:raw). Gets or sets a value indicating whether weight by alpha is enabled or disabled when cluster fit is used (dds:weight-by-alpha). Gets the defines that should be set as a define on an image. Defines the dng interpolation quality. Interpolation will be disabled. Linear interpolation. VNG interpolation. PPG interpolation. AHD interpolation. DCB interpolation. DHT interpolation. Modified AHD interpolation (by Anton Petrusevich). Defines the dng output colors. Raw color (unique to each camera). sRGB D65 (default). Adobe RGB (1998) D65. Wide Gamut RGB D65. Kodak ProPhoto RGB D65. XYZ. Academy Color Encoding System. Class for defines that are used when a image is read. Gets or sets a value indicating wether auto brightness should be used (dng:no-auto-bright). Gets the format where the defines are for. Gets or sets a value indicating the interpolation quality (dng:interpolation-quality). Gets or sets the output color (dng:output-color). Gets or sets a value indicating wether the embedded thumbnail should be read (dng:read-thumbnail). Gets or sets a value indicating wether auto whitebalance should be used (dng:use-auto-wb). Gets or sets a value indicating wether the whitebalance of the camera should be used (dng:use-camera-wb). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is read. Gets or sets a value indicating whether the depth image should be read (heic:depth-image). Gets the format where the defines are for. Gets or sets a value indicating whether the orientation should be preserved (heic:preserve-orientation). Gets the defines that should be set as a define on an image. Specifies jp2 progression orders. Layer-resolution-component-precinct order. Resolution-layer-component-precinct order. Resolution-precinct-component-layer order. Precinct-component-resolution-layer order. Component-precinct-resolution-layer order. Class for defines that are used when a image is read. Gets the format where the defines are for. Gets or sets the maximum number of quality layers to decode (jp2:quality-layers). Gets or sets the number of highest resolution levels to be discarded (jp2:reduce-factor). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is written. Gets the format where the defines are for. Gets or sets the number of resolutions to encode (jp2:number-resolutions). Gets or sets the progression order (jp2:progression-order). Gets or sets the quality layer PSNR, given in dB. The order is from left to right in ascending order (jp2:quality). Gets or sets the compression ratio values. Each value is a factor of compression, thus 20 means 20 times compressed. The order is from left to right in descending order. A final lossless quality layer is signified by the value 1 (jp2:rate). Gets the defines that should be set as a define on an image. Specifies the DCT method. Fast. Float. Slow. Specifies profile types. App profile. 8bim profile. Exif profile. Icc profile. Iptc profile. Xmp profile. Class for defines that are used when a image is read. Gets or sets a value indicating whether block smoothing is enabled or disabled (jpeg:block-smoothing). Gets or sets the desired number of colors (jpeg:colors). Gets or sets the dtc method that will be used (jpeg:dct-method). Gets or sets a value indicating whether fancy upsampling is enabled or disabled (jpeg:fancy-upsampling). Gets the format where the defines are for. Gets or sets the size the scale the image to (jpeg:size). The output image won't be exactly the specified size. More information can be found here: http://jpegclub.org/djpeg/. Gets or sets the profile(s) that should be skipped when the image is read (profile:skip). Gets the defines that should be set as a define on an image. Specifies the sampling factor. 4:4:4. 4:2:2. 4:1:1. 4:4:0. 4:2:0. 4:1:0. Class for defines that are used when a image is written. Gets or sets a value indicating whether arithmetic coding is enabled or disabled (jpeg:arithmetic-coding). Gets or sets the dtc method that will be used (jpeg:dct-method). Gets or sets the compression quality that does not exceed the specified extent in kilobytes (jpeg:extent). Gets the format where the defines are for. Gets or sets a value indicating whether optimize coding is enabled or disabled (jpeg:optimize-coding). Gets or sets the file name that contains custom quantization tables (jpeg:q-table). Gets or sets jpeg sampling factor (jpeg:sampling-factor). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is written. Gets or sets the jpeg-xl encoding effort. Valid values are in the range of 3 (falcon) to 9 (tortois) (jxl:effort). Gets the format where the defines are for. Gets the defines that should be set as a define on an image. The info of a file. Gets the page count of the file. Creates info from a file. The pdf file to create the info from. The info of a file. Creates info from a file. The pdf file to create the info from. The password of the pdf file. The info of a file. Creates info from a file. The pdf file to create the info from. The info of a file. Creates info from a file. The pdf file to create the info from. The password of the pdf file. The info of a file. Class for defines that are used when a image is read. Gets or sets the size where the image should be scaled to fit the page (pdf:fit-page). Gets the format where the defines are for. Gets or sets a value indicating whether annotations should be hidden (pdf:hide-annotations). Gets or sets a value indicating whether all images are forced to be interpolated at full device resolution. Gets or sets the password that should be used to open the pdf (authenticate). Gets or sets a value indicating whether use of the cropbox should be forced (pdf:use-trimbox). Gets or sets a value indicating whether use of the trimbox should be forced (pdf:use-trimbox). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is written. Gets or sets the author of the pdf document (pdf:author). Gets or sets the creation time of the pdf document (pdf:create-epoch). Gets or sets the creator of the pdf document (pdf:creator). Gets the format where the defines are for. Gets or sets the keywords of the pdf document (pdf:keywords). Gets or sets the modification time of the pdf document (pdf:modify-epoch). Gets or sets the producer of the pdf document (pdf:producer). Gets or sets the subject of the pdf document (pdf:subject). Gets or sets the title of the pdf document (pdf:title). Gets the defines that should be set as a define on an image. Specifies profile types. App profile. 8bim profile. Exif profile. Icc profile. Iptc profile. Xmp profile. Class for defines that are used when a image is read. Gets or sets the total number of sPLT, text, and unknown chunks that can be stored (png:chunk-cache-max). 0 means unlimited. Gets or sets the total memory that a zTXt, sPLT, iTXt, iCCP, or unknown chunk can occupy when decompressed (png:chuck-malloc-max). 0 means unlimited. Gets the format where the defines are for. Gets or sets a value indicating whether the PNG decoder and encoder examine any ICC profile that is present. By default, the PNG decoder and encoder examine any ICC profile that is present, either from an iCCP chunk in the PNG input or supplied via an option, and if the profile is recognized to be the sRGB profile, converts it to the sRGB chunk. You can use this option to prevent this from happening; in such cases the iCCP chunk will be read. (png:preserve-iCCP). Gets or sets a value indicating whether the PNG decoder should ignore the CRC when reading the image. (png:ignore-crc). Gets or sets the profile(s) that should be skipped when the image is read (profile:skip). Gets or sets a value indicating whether the bytes should be swapped. The PNG specification requires that any multi-byte integers be stored in network byte order (MSB-LSB endian). This option allows you to fix any invalid PNG files that have 16-bit samples stored incorrectly in little-endian order (LSB-MSB). (png:swap-bytes). Gets the defines that should be set as a define on an image. The additional info of a image. Gets the name of the layer. Creates additional info from a image. The image to create the additonal info from. The additional info from a image. Specifies which additional info should be written to the output file. None. All. Only select the info that does not use geometry. Class for defines that are used when a image is read. Gets or sets a value indicating whether alpha unblending should be enabled or disabled (psd:alpha-unblend). Gets the format where the defines are for. Gets or sets a value indicating whether the opacity mask of a layer should be preserved and add it back to the layer when the image is saved. This option should only be used when converting from a PSD file to another PSD file (psd:preserve-opacity-mask). Gets or sets a value indicating whether the profile should be replicate to all the layers (psd:replicate-profile). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is written. Gets or sets which additional info should be written to the output file. Gets the format where the defines are for. Gets the defines that should be set as a define on an image. Specifies tiff alpha options. Unspecified. Associated. Unassociated. Class for defines that are used when a image is read. Gets the format where the defines are for. Gets or sets a value indicating whether the exif profile should be ignored (tiff:exif-properties). Gets or sets a value indicating whether the layers should be ignored (tiff:ignore-layers). Gets or sets the tiff tags that should be ignored (tiff:ignore-tags). Gets the defines that should be set as a define on an image. Class for defines that are used when a image is written. Gets or sets the tiff alpha (tiff:alpha). Gets or sets the endianness of the tiff file (tiff:endian). Gets or sets the endianness of the tiff file (tiff:fill-order). Gets the format where the defines are for. Gets or sets the prediction scheme with LZW (tiff:predictor). Gets or sets a value indicating whether the compression of the image should be preserved (tiff:preserve-compression). Gets or sets the rows per strip (tiff:rows-per-strip). Gets or sets the tile geometry (tiff:tile-geometry). Gets or sets a value indicating whether photoshop layers should be written (tiff:write-layers). Gets the defines that should be set as a define on an image. Class for defines that are used when a video image is read. Initializes a new instance of the class. The video format. Gets the format where the defines are for. Gets or sets the video pixel format (video:pixel-format). Gets or sets the video read mode (video:intermediate-format). Gets or sets the video sync (video:vsync). Gets the defines that should be set as a define on an image. Specifies the video read modes. Read the video with frames that have a duration (webp). Read the video frame by frame (pam). Specifies the video sync methods. Chooses between and depending on muxer capabilities. This is the default method. Frames will be duplicated and dropped to achieve exactly the requested constant frame rate. As passthrough but destroys all timestamps, making the muxer generate fresh timestamps based on frame-rate. Each frame is passed with its timestamp from the demuxer to the muxer. Frames are passed through with their timestamp or dropped so as to prevent 2 frames from having the same timestamp. Class for defines that are used when a video image is written. Initializes a new instance of the class. The video format. Gets the format where the defines are for. Gets or sets the video pixel format (video:pixel-format). Gets the defines that should be set as a define on an image. Specifies WebP alpha compression options. None. Compressed. Specifies WebP alpha filtering options. None. Fast. Best. Specifies WebP filter type options. Simple. Strong. Specifies WebP image hint options. Default preset. Digital picture, like portrait, inner shot. Outdoor photograph, with natural lighting. Discrete tone image (graph, map-tile etc). Specifies WebP preprocessing options. None. SegmentSmooth. PseudoRandom. Class for defines that are used when a image is written. Gets or sets the encoding of the alpha plane (webp:alpha-compression). Gets or sets the predictive filtering method for the alpha plane (webp:alpha-filtering). Gets or sets the compression value for alpha compression between 0 and 100. Lossless compression of alpha is achieved using a value of 100, while the lower values result in a lossy compression (webp:alpha-quality). Gets or sets a value indicating wether the algorithm should spend additional time optimizing the filtering strength to reach a well-balanced quality (webp:auto-filter). Gets or sets a value indicating wether a similar compression to that of JPEG but with less degradation should be used. (webp:emulate-jpeg-size). Gets or sets a value indicating wether RGB values should be preserved in transparent area. It's disabled by default to help compressibility. Gets or sets strength of the filter sharpness, between 0 and 7 (least sharp) (webp:filter-sharpness). Gets or sets strength of the deblocking filter, between 0 (no filtering) and 100 (maximum filtering). A value of 0 turns off any filtering. Higher values increase the strength of the filtering process applied after decoding the image. The higher the value, the smoother the image appears. Typical values are usually in the range of 20 to 50 (webp:filter-strength). Gets or sets the filter type. (webp:filter-type). Gets the format where the defines are for. Gets or sets the hint about the image type. (webp:image-hint). Gets or sets a value indicating wether the image should be encoded without any loss (webp:lossless). Gets or sets a value indicating wether the memory usage should be reduced (webp:low-memory). Gets or sets the compression method to use. It controls the trade off between encoding speed and the compressed file size and quality. Possible values range from 0 to 6. Default value is 4. When higher values are utilized, the encoder spends more time inspecting additional encoding possibilities and decide on the quality gain. Lower value might result in faster processing time at the expense of larger file size and lower compression quality (webp:method). Gets or sets the near lossless encoding, between 0 (max-loss) and 100 (off) (webp:near-lossless). Gets or sets the partition limit. Choose 0 for no quality degradation and 100 for maximum degradation (webp:partition-limit). Gets or sets progressive decoding: choose 0 to 3 (webp:partitions). Gets or sets the maximum number of passes to target compression size or PSNR (webp:pass). Gets or sets the preprocessing filter (webp:preprocessing). Gets or sets the maximum number of segments to use, choose from 1 to 4 (webp:segment). Gets or sets a value indicating wether the compressed picture should be exported back (webp:show-compressed). Gets or sets he amplitude of the spatial noise shaping. Spatial noise shaping (SNS) refers to a general collection of built-in algorithms used to decide which area of the picture should use relatively less bits, and where else to better transfer these bits. The possible range goes from 0 (algorithm is off) to 100 (the maximal effect). The default value is 80 (webp:sns-strength). Gets or sets the desired minimal distortion (webp:target-psnr). Gets or sets the target size (in bytes) to try and reach for the compressed output. The compressor makes several passes of partial encoding in order to get as close as possible to this target. (webp:target-size). Gets or sets a value indicating wether multi-threaded encoding should be enabled (webp:thread-level). Gets or sets a value indicating wether sharp (and slow) RGB->YUV conversion should be used. (webp:use-sharp-yuv). Gets the defines that should be set as a define on an image. Class that can be used to optimize gif files. Gets the format that the optimizer supports. Gets or sets a value indicating whether various compression types will be used to find the smallest file. This process will take extra time because the file has to be written multiple times. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The gif file to compress. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The file name of the gif image to compress. True when the image could be compressed otherwise false. Performs compression on the specified stream. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new size is not smaller the stream won't be overwritten. The stream of the gif image to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The gif file to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The file name of the gif image to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified stream. If the new stream size is not smaller the stream won't be overwritten. The stream of the gif image to compress. True when the image could be compressed otherwise false. Class that can be used to optimize ico files. Gets the format that the optimizer supports. Gets or sets a value indicating whether various compression types will be used to find the smallest file. This process will take extra time because the file has to be written multiple times. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The ico file to compress. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The file name of the ico image to compress. True when the image could be compressed otherwise false. Performs compression on the specified stream. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new size is not smaller the stream won't be overwritten. The stream of the ico image to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The ico file to optimize. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The ico file to optimize. True when the image could be compressed otherwise false. Performs lossless compression on the specified stream. If the new stream size is not smaller the stream won't be overwritten. The stream of the ico image to compress. True when the image could be compressed otherwise false. Class that can be used to optimize jpeg files. Gets the format that the optimizer supports. Gets or sets a value indicating whether various compression types will be used to find the smallest file. This process will take extra time because the file has to be written multiple times. Gets or sets a value indicating whether a progressive jpeg file will be created. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The jpeg file to compress. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The jpeg file to compress. The jpeg quality. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The file name of the jpeg image to compress. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The file name of the jpeg image to compress. The jpeg quality. True when the image could be compressed otherwise false. Performs compression on the specified stream. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new size is not smaller the stream won't be overwritten. The stream of the jpeg image to compress. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The stream of the jpeg image to compress. The jpeg quality. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The jpeg file to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The file name of the jpeg image to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified stream. If the new stream size is not smaller the stream won't be overwritten. The stream of the jpeg image to compress. True when the image could be compressed otherwise false. Class that can be used to optimize png files. Gets the format that the optimizer supports. Gets or sets a value indicating whether various compression types will be used to find the smallest file. This process will take extra time because the file has to be written multiple times. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The png file to compress. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The file name of the png image to compress. True when the image could be compressed otherwise false. Performs compression on the specified stream. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new size is not smaller the stream won't be overwritten. The stream of the png image to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The png file to optimize. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The png file to optimize. True when the image could be compressed otherwise false. Performs lossless compression on the specified stream. If the new stream size is not smaller the stream won't be overwritten. The stream of the png image to compress. True when the image could be compressed otherwise false. Class that can be used to optimize an image. Gets or sets a value indicating whether to skip unsupported files instead of throwing an exception. Gets or sets a value indicating whether various compression types will be used to find the smallest file. This process will take extra time because the file has to be written multiple times. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The image file to compress. True when the image could be compressed otherwise false. Performs compression on the specified file. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new file size is not smaller the file won't be overwritten. The file name of the image to compress. True when the image could be compressed otherwise false. Performs compression on the specified stream. With some formats the image will be decoded and encoded and this will result in a small quality reduction. If the new size is not smaller the stream won't be overwritten. The stream of the image to compress. True when the image could be compressed otherwise false. Returns true when the supplied file name is supported based on the extension of the file. The file to check. True when the supplied file name is supported based on the extension of the file. True when the image could be compressed otherwise false. Returns true when the supplied formation information is supported. The format information to check. True when the supplied formation information is supported. Returns true when the supplied file name is supported based on the extension of the file. The name of the file to check. True when the supplied file name is supported based on the extension of the file. Returns true when the supplied stream is supported. The stream to check. True when the supplied stream is supported. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The image file to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified file. If the new file size is not smaller the file won't be overwritten. The file name of the image to compress. True when the image could be compressed otherwise false. Performs lossless compression on the specified stream. If the new stream size is not smaller the stream won't be overwritten. The stream of the image to compress. True when the image could be compressed otherwise false. Class that contains information about an image format. Gets a value indicating whether the format can be read multithreaded. Gets a value indicating whether the format can be written multithreaded. Gets the description of the format. Gets the format. Gets a value indicating whether the format supports multiple frames. Gets a value indicating whether the format is readable. Gets a value indicating whether the format is writable. Gets the mime type. Gets the module. Returns the format information. The extension of the supplied file is used to determine the format. The file to check. The format information. Returns the format information of the specified format. The image format. The format information. Returns the format information. The header of the image in the array of bytes is used to determine the format. The array of bytes to read the image header from. The format information. Returns the format information. The extension of the supplied file name is used to determine the format. The name of the file to check. The format information. Determines whether the specified object is equal to the current . The object to compare this with. True when the specified object is equal to the current . Determines whether the specified is equal to the current . The to compare this with. True when the specified is equal to the current . Serves as a hash of this type. A hash code for the current instance. Returns a string that represents the current format. A string that represents the current format. Unregisters this format. True when the format was found and unregistered. Class that represents an ImageMagick image. Initializes a new instance of the class. Initializes a new instance of the class. The byte array to read the image data from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The file to read the image from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The file to read the image from. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The file to read the image from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The color to fill the image with. The width. The height. Initializes a new instance of the class. The image to create a copy of. Initializes a new instance of the class. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The stream to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The stream to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. The width. The height. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. The format to use. Thrown when an error is raised by ImageMagick. Finalizes an instance of the class. Event that will be raised when progress is reported by this image. Event that will we raised when a warning is thrown by ImageMagick. Gets or sets the time in 1/100ths of a second which must expire before splaying the next image in an animated sequence. Gets or sets the number of iterations to loop an animation (e.g. Netscape loop extension) for. Gets or sets the ticks per seconds for the animation delay. Gets the names of the artifacts. Gets the names of the attributes. Gets or sets the background color of the image. Gets the height of the image before transformations. Gets the width of the image before transformations. Gets or sets a value indicating whether black point compensation should be used. Gets or sets the border color of the image. Gets the smallest bounding box enclosing non-border pixels. The current fuzz value is used when discriminating between pixels. Gets the number of channels that the image contains. Gets the channels of the image. Gets or sets the chromaticity blue primary point. Gets or sets the chromaticity green primary point. Gets or sets the chromaticity red primary point. Gets or sets the chromaticity white primary point. Gets or sets the 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). Gets or sets the distance where colors are considered equal. Gets or sets the colormap size (number of colormap entries). Gets or sets the color space of the image. Gets or sets the color type of the image. Gets or sets the comment text of the image. Gets or sets the composition operator to be used when composition is implicitly used (such as for image flattening). Gets the compression method of the image. Gets or sets the vertical and horizontal resolution in pixels of the image. Gets or sets the depth (bits allocated to red/green/blue components). Gets the preferred size of the image when encoding. Thrown when an error is raised by ImageMagick. Gets or sets the endianness (little like Intel or big like SPARC) for image formats which support endian-specific options. Gets the original file name of the image (only available if read from disk). Gets or sets the filter to use when resizing image. Gets or sets the format of the image. Gets the information about the format of the image. Gets the gamma level of the image. Thrown when an error is raised by ImageMagick. Gets or sets the gif disposal method. Gets or sets a value indicating whether the image supports transparency (alpha channel). Gets the height of the image. Gets or sets the type of interlacing to use. Gets or sets the pixel color interpolate method to use. Gets a value indicating whether the instance is disposed. Gets a value indicating whether none of the pixels in the image have an alpha value other than OpaqueAlpha (QuantumRange). Gets or sets the label of the image. Gets or sets the matte color. Gets or sets the photo orientation of the image. Gets or sets the preferred size and location of an image canvas. Gets the names of the profiles. Gets or sets the JPEG/MIFF/PNG compression level (default 75). Gets or sets the type of rendering intent. Gets the settings for this MagickImage instance. Gets the signature of this image. Thrown when an error is raised by ImageMagick. Gets the number of colors in the image. Gets or sets the virtual pixel method. Gets the width of the image. Determines whether the specified instances are considered equal. The first to compare. The second to compare. Determines whether the specified instances are not considered equal. The first to compare. The second to compare. Determines whether the first is more than the second . The first to compare. The second to compare. Determines whether the first is less than the second . The first to compare. The second to compare. Determines whether the first is more than or equal to the second . The first to compare. The second to compare. Determines whether the first is less than or equal to the second . The first to compare. The second to compare. Initializes a new instance of the class using the specified base64 string. The base64 string to load the image from. A new instance of the class. Adaptive-blur image with the default blur factor (0x1). Thrown when an error is raised by ImageMagick. Adaptive-blur image with specified blur factor. The radius of the Gaussian, in pixels, not counting the center pixel. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Resize will fit the image into the requested size. It does NOT fill, the requested box size. Use the overload for more control over the resulting size. The new width. The new height. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Adaptively sharpens the image by sharpening more intensely near image edges and less intensely far from edges. Thrown when an error is raised by ImageMagick. Adaptively sharpens the image by sharpening more intensely near image edges and less intensely far from edges. The channel(s) that should be sharpened. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. 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. Thrown when an error is raised by ImageMagick. 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. The channel(s) that should be thresholded. Thrown when an error is raised by ImageMagick. 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 (+/-)(0-QuantumRange). Thrown when an error is raised by ImageMagick. 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 (+/-)(0-QuantumRange). The channel(s) that should be thresholded. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. The channel(s) that should be thresholded. Thrown when an error is raised by ImageMagick. Add noise to image with the specified noise type. The type of noise that should be added to the image. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Add noise to image with the specified noise type. The type of noise that should be added to the image. Attenuate the random distribution. Thrown when an error is raised by ImageMagick. 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. Attenuate the random distribution. The channel(s) where the noise should be added. Thrown when an error is raised by ImageMagick. Affine Transform image. The affine matrix to use. Thrown when an error is raised by ImageMagick. Applies the specified alpha option. The option to use. Thrown when an error is raised by ImageMagick. Annotate using specified text, and bounding area. The text to use. The bounding area. Thrown when an error is raised by ImageMagick. Annotate using specified text, bounding area, and placement gravity. The text to use. The bounding area. The placement gravity. Thrown when an error is raised by ImageMagick. Annotate using specified text, bounding area, and placement gravity. The text to use. The bounding area. The placement gravity. The rotation. Thrown when an error is raised by ImageMagick. Annotate with text (bounding area is entire image) and placement gravity. The text to use. The placement gravity. Thrown when an error is raised by ImageMagick. Extracts the 'mean' from the image and adjust the image to try make set its gamma appropriatally. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Adjusts the levels of a particular image channel by scaling the minimum and maximum values to the full quantum range. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Adjusts an image so that its orientation is suitable for viewing. Thrown when an error is raised by ImageMagick. Automatically selects a threshold and replaces each pixel in the image with a black pixel if the image intentsity is less than the selected threshold otherwise white. The threshold method. Thrown when an error is raised by ImageMagick. Applies a non-linear, edge-preserving, and noise-reducing smoothing filter. The width of the neighborhood in pixels. The height of the neighborhood in pixels. Applies a non-linear, edge-preserving, and noise-reducing smoothing filter. The width of the neighborhood in pixels. The height of the neighborhood in pixels. The sigma in the intensity space. The sigma in the coordinate space. Forces all pixels below the threshold into black while leaving all pixels at or above the threshold unchanged. The threshold to use. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Simulate a scene at nighttime in the moonlight. Thrown when an error is raised by ImageMagick. Simulate a scene at nighttime in the moonlight. The factor to use. Thrown when an error is raised by ImageMagick. Blur image with the default blur factor (0x1). Thrown when an error is raised by ImageMagick. Blur image the specified channel of the image with the default blur factor (0x1). The channel(s) that should be blurred. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Border image (add border to image). The size of the border. Thrown when an error is raised by ImageMagick. Border image (add border to image). The width of the border. The height of the border. Thrown when an error is raised by ImageMagick. Border image (add border to image). The size of the border. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Uses a multi-stage algorithm to detect a wide range of edges in images. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Charcoal effect image (looks like charcoal sketch). Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Chop image (remove vertical or horizontal subregion of image) using the specified geometry. The geometry to use. Thrown when an error is raised by ImageMagick. Chop image (remove horizontal subregion of image). The X offset from origin. The width of the part to chop horizontally. Thrown when an error is raised by ImageMagick. Chop image (remove horizontal subregion of image). The Y offset from origin. The height of the part to chop vertically. Thrown when an error is raised by ImageMagick. A variant of adaptive histogram equalization in which the contrast amplification is limited, so as to reduce this problem of noise amplification. The percentage of tile divisions to use in horizontal direction. The percentage of tile divisions to use in vertical direction. The number of bins for histogram ("dynamic range"). The contrast limit for localised changes in contrast. A limit less than 1 results in standard non-contrast limited AHE. A variant of adaptive histogram equalization in which the contrast amplification is limited, so as to reduce this problem of noise amplification. The number of tile divisions to use in horizontal direction. The number of tile divisions to use in vertical direction. The number of bins for histogram ("dynamic range"). The contrast limit for localised changes in contrast. A limit less than 1 results in standard non-contrast limited AHE. 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 (Quantum.Max) otherwise the pixel value remains unchanged. Thrown when an error is raised by ImageMagick. 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 (Quantum.Max) otherwise the pixel value remains unchanged. The channel(s) to clamp. Thrown when an error is raised by ImageMagick. Sets the image clip mask based on any clipping path information if it exists. The clipping path can be removed with . This operating takes effect inside the clipping path. Thrown when an error is raised by ImageMagick. Sets the image clip mask based on any clipping path information if it exists. The clipping path can be removed with . This operating takes effect inside the clipping path. Name of clipping path resource. If name is preceded by #, use clipping path numbered by name. Thrown when an error is raised by ImageMagick. Sets the image clip mask based on any clipping path information if it exists. The clipping path can be removed with . This operating takes effect outside the clipping path. Thrown when an error is raised by ImageMagick. Sets the image clip mask based on any clipping path information if it exists. The clipping path can be removed with . This operating takes effect outside the clipping path. Name of clipping path resource. If name is preceded by #, use clipping path numbered by name. Thrown when an error is raised by ImageMagick. Creates a clone of the current image. A clone of the current image. Creates a clone of the current image with the specified geometry. The area to clone. A clone of the current image. Thrown when an error is raised by ImageMagick. Creates a clone of the current image. The width of the area to clone. The height of the area to clone. A clone of the current image. Creates a clone of the current image. The X offset from origin. The Y offset from origin. The width of the area to clone. The height of the area to clone. A clone of the current image. Apply a color lookup table (CLUT) to the image. The image to use. Thrown when an error is raised by ImageMagick. Apply a color lookup table (CLUT) to the image. The image to use. Pixel interpolate method. Thrown when an error is raised by ImageMagick. Apply a color lookup table (CLUT) to the image. The image to use. Pixel interpolate method. The channel(s) to clut. Thrown when an error is raised by ImageMagick. Sets the alpha channel to the specified color. The color to use. Thrown when an error is raised by ImageMagick. Applies the color decision list from the specified ASC CDL file. The file to read the ASC CDL information from. Thrown when an error is raised by ImageMagick. Colorize image with the specified color, using specified percent alpha. The color to use. The alpha percentage. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Apply a color matrix to the image channels. The color matrix to use. Thrown when an error is raised by ImageMagick. Forces all pixels in the color range to white otherwise black. The start color of the color range. The stop color of the color range. Compare current image with another image and returns error information. The other image to compare with this image. The error information. Thrown when an error is raised by ImageMagick. Returns the distortion based on the specified metric. The other image to compare with this image. The metric to use. The distortion based on the specified metric. Thrown when an error is raised by ImageMagick. 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. The distortion based on the specified metric. Thrown when an error is raised by ImageMagick. Returns the distortion based on the specified metric. The other image to compare with this image. The settings to use. The image that will contain the difference. The distortion based on the specified metric. Thrown when an error is raised by ImageMagick. 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. The distortion based on the specified metric. Thrown when an error is raised by ImageMagick. 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. The channel(s) to compare. The distortion based on the specified metric. Thrown when an error is raised by ImageMagick. Returns the distortion based on the specified metric. The other image to compare with this image. The settings to use. The image that will contain the difference. The channel(s) to compare. The distortion based on the specified metric. Thrown when an error is raised by ImageMagick. Compares the current instance with another image. Only the size of the image is compared. The object to compare this image with. A signed number indicating the relative values of this instance and value. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. The channel(s) to composite. Thrown when an error is raised by ImageMagick. Compose an image onto another using the specified algorithm. The image to composite with this image. The algorithm to use. Thrown when an error is raised by ImageMagick. Compose an image onto another using the specified algorithm. The image to composite with this image. The algorithm to use. The channel(s) to composite. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the specified algorithm. The image to composite with this image. The algorithm to use. The arguments for the algorithm (compose:args). Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the specified algorithm. The image to composite with this image. The algorithm to use. The arguments for the algorithm (compose:args). The channel(s) to composite. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. The channel(s) to composite. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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 channel(s) to composite. Thrown when an error is raised by ImageMagick. 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). Thrown when an error is raised by ImageMagick. 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). The channel(s) to composite. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. The placement gravity. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. The placement gravity. The channel(s) to composite. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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 channel(s) to composite. Thrown when an error is raised by ImageMagick. 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). Thrown when an error is raised by ImageMagick. 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). The channel(s) to composite. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. The placement gravity. The X offset from origin. The Y offset from origin. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. The placement gravity. The X offset from origin. The Y offset from origin. The channel(s) to composite. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. The placement gravity. The X offset from origin. The Y offset from origin. The algorithm to use. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the 'In' operator. The image to composite with this image. The placement gravity. The X offset from origin. The Y offset from origin. The algorithm to use. The channel(s) to composite. Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the specified algorithm. The image to composite with this image. The placement gravity. The X offset from origin. The Y offset from origin. The algorithm to use. The arguments for the algorithm (compose:args). Thrown when an error is raised by ImageMagick. Compose an image onto another at specified offset using the specified algorithm. The image to composite with this image. The placement gravity. The X offset from origin. The Y offset from origin. The algorithm to use. The arguments for the algorithm (compose:args). The channel(s) to composite. Thrown when an error is raised by ImageMagick. Determines the connected-components of the image. How many neighbors to visit, choose from 4 or 8. The connected-components of the image. Thrown when an error is raised by ImageMagick. Determines the connected-components of the image. The settings for this operation. The connected-components of the image. Thrown when an error is raised by ImageMagick. Contrast image (enhance intensity differences in image). Thrown when an error is raised by ImageMagick. A simple image enhancement technique that attempts to improve the contrast in an image by 'stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the 'enhancement' is less harsh. The black point. Thrown when an error is raised by ImageMagick. A simple image enhancement technique that attempts to improve the contrast in an image by 'stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the 'enhancement' is less harsh. The black point. The white point. Thrown when an error is raised by ImageMagick. A simple image enhancement technique that attempts to improve the contrast in an image by 'stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the 'enhancement' is less harsh. The black point. The white point. The channel(s) to constrast stretch. Thrown when an error is raised by ImageMagick. Returns the convex hull points of an image canvas. The convex hull points of an image canvas. Thrown when an error is raised by ImageMagick. Convolve image. Applies a user-specified convolution to the image. The convolution matrix. Thrown when an error is raised by ImageMagick. Copies pixels from the source image to the destination image. The source image to copy the pixels from. Thrown when an error is raised by ImageMagick. Copies pixels from the source image to the destination image. The source image to copy the pixels from. The channels to copy. Thrown when an error is raised by ImageMagick. Copies pixels from the source image to the destination image. The source image to copy the pixels from. The geometry to copy. Thrown when an error is raised by ImageMagick. Copies pixels from the source image to the destination image. The source image to copy the pixels from. The geometry to copy. The channels to copy. Thrown when an error is raised by ImageMagick. Copies pixels from the source image as defined by the geometry the destination image at the specified offset. The source image to copy the pixels from. The geometry to copy. The X offset to start the copy from. The Y offset to start the copy from. Thrown when an error is raised by ImageMagick. Copies pixels from the source image as defined by the geometry the destination image at the specified offset. The source image to copy the pixels from. The geometry to copy. The X offset to copy the pixels to. The Y offset to copy the pixels to. The channels to copy. Thrown when an error is raised by ImageMagick. Crop image (subregion of original image). RePage should be called unless the Page information is needed. The width of the subregion. The height of the subregion. Thrown when an error is raised by ImageMagick. Crop image (subregion of original image). RePage should be called unless the Page information is needed. The width of the subregion. The height of the subregion. The position where the cropping should start from. Thrown when an error is raised by ImageMagick. Crop image (subregion of original image). RePage should be called unless the Page information is needed. The subregion to crop. Thrown when an error is raised by ImageMagick. Crop image (subregion of original image). RePage should be called unless the Page information is needed. The subregion to crop. The position where the cropping should start from. Thrown when an error is raised by ImageMagick. Creates tiles of the current image in the specified dimension. The width of the tile. The height of the tile. New title of the current image. Creates tiles of the current image in the specified dimension. The size of the tile. New title of the current image. Displaces an image's colormap by a given number of positions. Displace the colormap this amount. Thrown when an error is raised by ImageMagick. Converts cipher pixels to plain pixels. The password that was used to encrypt the image. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. The angle that was used. 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 deskew settings. Thrown when an error is raised by ImageMagick. The angle that was used. Despeckle image (reduce speckle noise). Thrown when an error is raised by ImageMagick. Determines the bit depth (bits allocated to red/green/blue components). Use the Depth property to get the current value. Thrown when an error is raised by ImageMagick. The bit depth (bits allocated to red/green/blue components). Determines the bit depth (bits allocated to red/green/blue components) of the specified channel. The channel to get the depth for. Thrown when an error is raised by ImageMagick. The bit depth (bits allocated to red/green/blue components) of the specified channel. Determines the color type of the image. This method can be used to automatically make the type GrayScale. Thrown when an error is raised by ImageMagick. The color type of the image. Disposes the instance. 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. Thrown when an error is raised by ImageMagick. 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. The settings for the distort operation. An array containing the arguments for the distortion. Thrown when an error is raised by ImageMagick. Draw on image using one or more drawables. The drawable(s) to draw on the image. Thrown when an error is raised by ImageMagick. Draw on image using one or more drawables. The drawable(s) to draw on the image. Thrown when an error is raised by ImageMagick. Draw on image using a collection of drawables. The drawables to draw on the image. Thrown when an error is raised by ImageMagick. Edge image (highlight edges in image). The radius of the pixel neighborhood. Thrown when an error is raised by ImageMagick. Emboss image (highlight edges with 3D effect) with default value (0x1). Thrown when an error is raised by ImageMagick. Emboss image (highlight edges with 3D effect). The radius of the Gaussian, in pixels, not counting the center pixel. The standard deviation of the Laplacian, in pixels. Thrown when an error is raised by ImageMagick. Converts pixels to cipher-pixels. The password that to encrypt the image with. Thrown when an error is raised by ImageMagick. Applies a digital filter that improves the quality of a noisy image. Thrown when an error is raised by ImageMagick. Applies a histogram equalization to the image. Thrown when an error is raised by ImageMagick. Applies a histogram equalization to the image. The channel(s) to apply the operator on. Thrown when an error is raised by ImageMagick. Determines whether the specified object is equal to the current . The object to compare this with. True when the specified object is equal to the current . Determines whether the specified is equal to the current . The to compare this with. True when the specified is equal to the current . Apply an arithmetic or bitwise operator to the image pixel quantums. The channel(s) to apply the operator on. The function. The arguments for the function. Thrown when an error is raised by ImageMagick. Apply an arithmetic or bitwise operator to the image pixel quantums. The channel(s) to apply the operator on. The operator. The value. Thrown when an error is raised by ImageMagick. Apply an arithmetic or bitwise operator to the image pixel quantums. The channel(s) to apply the operator on. The operator. The value. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Extend the image as defined by the width and height. The width to extend the image to. The height to extend the image to. Thrown when an error is raised by ImageMagick. Extend the image as defined by the width and height. The X offset from origin. The Y offset from origin. The width to extend the image to. The height to extend the image to. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Extend the image as defined by the rectangle. The geometry to extend the image to. Thrown when an error is raised by ImageMagick. Extend the image as defined by the geometry. The geometry to extend the image to. The background color to use. Thrown when an error is raised by ImageMagick. Extend the image as defined by the geometry. The geometry to extend the image to. The placement gravity. Thrown when an error is raised by ImageMagick. Extend the image as defined by the geometry. The geometry to extend the image to. The placement gravity. The background color to use. Thrown when an error is raised by ImageMagick. Flip image (reflect each scanline in the vertical direction). Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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 target color. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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 target color. Thrown when an error is raised by ImageMagick. Flop image (reflect each scanline in the horizontal direction). Thrown when an error is raised by ImageMagick. Obtain font metrics for text string given current font, pointsize, and density settings. The text to get the font metrics for. The font metrics for text. Thrown when an error is raised by ImageMagick. Obtain font metrics for text string given current font, pointsize, and density settings. The text to get the font metrics for. Specifies if newlines should be ignored. The font metrics for text. Thrown when an error is raised by ImageMagick. Formats the specified expression, more info here: http://www.imagemagick.org/script/escape.php. The expression, more info here: http://www.imagemagick.org/script/escape.php. The result of the expression. Thrown when an error is raised by ImageMagick. Frame image with the default geometry (25x25+6+6). Thrown when an error is raised by ImageMagick. Frame image with the specified geometry. The geometry of the frame. Thrown when an error is raised by ImageMagick. Frame image with the specified with and height. The width of the frame. The height of the frame. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Applies a mathematical expression to the image. The expression to apply. Thrown when an error is raised by ImageMagick. Applies a mathematical expression to the image. The expression to apply. The channel(s) to apply the expression to. Thrown when an error is raised by ImageMagick. Gamma correct image. The image gamma. Thrown when an error is raised by ImageMagick. Gamma correct image. The image gamma for the channel. The channel(s) to gamma correct. Thrown when an error is raised by ImageMagick. Gaussian blur image. The number of neighbor pixels to be included in the convolution. Thrown when an error is raised by ImageMagick. Gaussian blur image. The number of neighbor pixels to be included in the convolution. The channel(s) to blur. Thrown when an error is raised by ImageMagick. Gaussian blur image. The number of neighbor pixels to be included in the convolution. The standard deviation of the gaussian bell curve. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Retrieve the 8bim profile from the image. Thrown when an error is raised by ImageMagick. The 8bim profile from the image. Returns the value of the artifact with the specified name. The name of the artifact. The value of the artifact with the specified name. Returns the value of a named image attribute. The name of the attribute. The value of a named image attribute. Thrown when an error is raised by ImageMagick. Returns the default clipping path. Null will be returned if the image has no clipping path. The default clipping path. Null will be returned if the image has no clipping path. Thrown when an error is raised by ImageMagick. Returns the clipping path with the specified name. Null will be returned if the image has no clipping path. Name of clipping path resource. If name is preceded by #, use clipping path numbered by name. The clipping path with the specified name. Null will be returned if the image has no clipping path. Thrown when an error is raised by ImageMagick. Returns the color at colormap position index. The position index. The color at colormap position index. Thrown when an error is raised by ImageMagick. Retrieve the color profile from the image. The color profile from the image. Thrown when an error is raised by ImageMagick. Retrieve the exif profile from the image. The exif profile from the image. Thrown when an error is raised by ImageMagick. Serves as a hash of this type. A hash code for the current instance. Retrieve the iptc profile from the image. The iptc profile from the image. Thrown when an error is raised by ImageMagick. Returns a pixel collection that can be used to read or modify the pixels of this image. A pixel collection that can be used to read or modify the pixels of this image. Thrown when an error is raised by ImageMagick. Returns a pixel collection that can be used to read or modify the pixels of this image. This instance will not do any bounds checking and directly call ImageMagick. A pixel collection that can be used to read or modify the pixels of this image. Thrown when an error is raised by ImageMagick. Retrieve a named profile from the image. The name of the profile (e.g. "ICM", "IPTC", or a generic profile name). A named profile from the image. Thrown when an error is raised by ImageMagick. Gets the associated read mask of the image. The associated read mask of the image. Thrown when an error is raised by ImageMagick. Gets the associated write mask of the image. The associated write mask of the image. Thrown when an error is raised by ImageMagick. Retrieve the xmp profile from the image. The xmp profile from the image. Thrown when an error is raised by ImageMagick. Converts the colors in the image to gray. Thrown when an error is raised by ImageMagick. Converts the colors in the image to gray. The pixel intensity method to use. Thrown when an error is raised by ImageMagick. Gets a value indicating whether a profile with the specified name already exists on the image. The name of the profile. A value indicating whether a profile with the specified name already exists on the image. Apply a color lookup table (Hald CLUT) to the image. The image to use. Thrown when an error is raised by ImageMagick. Creates a color histogram. A color histogram. Thrown when an error is raised by ImageMagick. Identifies lines in the image. Thrown when an error is raised by ImageMagick. Identifies lines in the image. The width of the neighborhood. The height of the neighborhood. The line count threshold. Thrown when an error is raised by ImageMagick. Implode image (special effect). The extent of the implosion. Pixel interpolate method. Thrown when an error is raised by ImageMagick. Import pixels from the specified byte array into the current image. The byte array to read the image data from. The import settings to use when importing the pixels. Thrown when an error is raised by ImageMagick. Import pixels from the specified byte array into the current image. The byte array to read the image data from. The offset at which to begin reading data. The import settings to use when importing the pixels. Thrown when an error is raised by ImageMagick. Returns the sum of values (pixel values) in the image. The sum of values (pixel values) in the image. Thrown when an error is raised by ImageMagick. Resize image to specified size using the specified interpolation method. The new width. The new height. Pixel interpolate method. Thrown when an error is raised by ImageMagick. Resize image to specified size using the specified interpolation method. The geometry to use. Pixel interpolate method. Thrown when an error is raised by ImageMagick. Resize image to specified size using the specified interpolation method. The percentage. Pixel interpolate method. Thrown when an error is raised by ImageMagick. Resize image to specified size using the specified interpolation method. The percentage of the width. The percentage of the height. Pixel interpolate method. Thrown when an error is raised by ImageMagick. Inverse contrast image (diminish intensity differences in image). Thrown when an error is raised by ImageMagick. Floodfill pixels not 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. Thrown when an error is raised by ImageMagick. Flood-fill texture across pixels that do not 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. Thrown when an error is raised by ImageMagick. Flood-fill texture across pixels that do not 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 target color. Thrown when an error is raised by ImageMagick. Flood-fill texture across pixels that do not 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. Thrown when an error is raised by ImageMagick. 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 target color. Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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. Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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. Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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. Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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. Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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). Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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). Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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. Thrown when an error is raised by ImageMagick. Applies the reversed level operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped. 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. Thrown when an error is raised by ImageMagick. 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/from. The color to map white to/from. Thrown when an error is raised by ImageMagick. 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/from. The color to map white to/from. The channel(s) to level. Thrown when an error is raised by ImageMagick. Changes any pixel that does not match the target with the color defined by fill. The color to replace. The color to replace opaque color with. Thrown when an error is raised by ImageMagick. Adjust the image contrast with an inverse non-linear sigmoidal contrast algorithm. The contrast. Thrown when an error is raised by ImageMagick. Adjust the image contrast with an inverse non-linear sigmoidal contrast algorithm. The contrast to use. The midpoint to use. Thrown when an error is raised by ImageMagick. Adjust the image contrast with an inverse non-linear sigmoidal contrast algorithm. The contrast to use. The midpoint to use. The channel(s) that should be adjusted. Thrown when an error is raised by ImageMagick. Adjust the image contrast with an inverse non-linear sigmoidal contrast algorithm. The contrast to use. The midpoint to use. Thrown when an error is raised by ImageMagick. Add alpha channel to image, setting pixels that don't match the specified color to transparent. The color that should not be made transparent. Thrown when an error is raised by ImageMagick. Add alpha channel to image, setting pixels that don't lie in between the given two colors to transparent. The low target color. The high target color. Thrown when an error is raised by ImageMagick. Applies k-means color reduction to an image. This is a colorspace clustering or segmentation technique. The kmeans settings. Thrown when an error is raised by ImageMagick. An edge preserving noise reduction filter. Thrown when an error is raised by ImageMagick. An edge preserving noise reduction filter. The radius of the Gaussian, in pixels, not counting the center pixel. The standard deviation of the Laplacian, in pixels. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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). Thrown when an error is raised by ImageMagick. 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). Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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/from. The color to map white to/from. Thrown when an error is raised by ImageMagick. 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/from. The color to map white to/from. The channel(s) to level. Thrown when an error is raised by ImageMagick. Discards any pixels below the black point and above the white point and levels the remaining pixels. The black point. The white point. Thrown when an error is raised by ImageMagick. Rescales image with seam carving. The new width. The new height. Thrown when an error is raised by ImageMagick. Rescales image with seam carving. The new width. The new height. Maximum seam transversal step (0 means straight seams). Introduce a bias for non-straight seams (typically 0). Thrown when an error is raised by ImageMagick. Rescales image with seam carving. The geometry to use. Thrown when an error is raised by ImageMagick. Rescales image with seam carving. The percentage. Thrown when an error is raised by ImageMagick. Rescales image with seam carving. The percentage of the width. The percentage of the height. Thrown when an error is raised by ImageMagick. Rescales image with seam carving. The percentage of the width. The percentage of the height. Maximum seam transversal step (0 means straight seams). Introduce a bias for non-straight seams (typically 0). Thrown when an error is raised by ImageMagick. Local contrast enhancement. The radius of the Gaussian, in pixels, not counting the center pixel. The strength of the blur mask. Thrown when an error is raised by ImageMagick. Local contrast enhancement. The radius of the Gaussian, in pixels, not counting the center pixel. The strength of the blur mask. The channel(s) that should be changed. Thrown when an error is raised by ImageMagick. Lower image (darken the edges of an image to give a 3-D lowered effect). The size of the edges. Thrown when an error is raised by ImageMagick. Magnify image by integral size. Thrown when an error is raised by ImageMagick. Remap image colors with closest color from the specified colors. The colors to use. The error informaton. Thrown when an error is raised by ImageMagick. Remap image colors with closest color from the specified colors. The colors to use. Quantize settings. The error informaton. Thrown when an error is raised by ImageMagick. Remap image colors with closest color from reference image. The image to use. The error informaton. Thrown when an error is raised by ImageMagick. Remap image colors with closest color from reference image. The image to use. Quantize settings. The error informaton. Thrown when an error is raised by ImageMagick. Delineate arbitrarily shaped clusters in the image. The width and height of the pixels neighborhood. Delineate arbitrarily shaped clusters in the image. The width and height of the pixels neighborhood. The color distance. Delineate arbitrarily shaped clusters in the image. The width of the pixels neighborhood. The height of the pixels neighborhood. Delineate arbitrarily shaped clusters in the image. The width of the pixels neighborhood. The height of the pixels neighborhood. The color distance. Filter image by replacing each pixel component with the median color in a circular neighborhood. Thrown when an error is raised by ImageMagick. Filter image by replacing each pixel component with the median color in a circular neighborhood. The radius of the pixel neighborhood. Thrown when an error is raised by ImageMagick. Reduce image by integral size. Thrown when an error is raised by ImageMagick. Returns the points that form the minimum bounding box around the image foreground objects with the "Rotating Calipers" algorithm. he method also returns these properties: minimum-bounding-box:area, minimum-bounding-box:width, minimum-bounding-box:height, and minimum-bounding-box:angle. The points that form the minimum bounding box around the image foreground objects. Thrown when an error is raised by ImageMagick. Modulate percent brightness of an image. The brightness percentage. Thrown when an error is raised by ImageMagick. Modulate percent saturation and brightness of an image. The brightness percentage. The saturation percentage. Thrown when an error is raised by ImageMagick. Modulate percent hue, saturation, and brightness of an image. The brightness percentage. The saturation percentage. The hue percentage. Thrown when an error is raised by ImageMagick. Applies a kernel to the image according to the given mophology method. The morphology method. Built-in kernel. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Applies a kernel to the image according to the given mophology method. The morphology method. Built-in kernel. The number of iterations. Thrown when an error is raised by ImageMagick. Applies a kernel to the image according to the given mophology method. The morphology method. Built-in kernel. Kernel arguments. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Applies a kernel to the image according to the given mophology method. The morphology method. Built-in kernel. Kernel arguments. The number of iterations. Thrown when an error is raised by ImageMagick. Applies a kernel to the image according to the given mophology method. The morphology method. User suplied kernel. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Applies a kernel to the image according to the given mophology method. The morphology method. User suplied kernel. The number of iterations. Thrown when an error is raised by ImageMagick. Applies a kernel to the image according to the given mophology settings. The morphology settings. Thrown when an error is raised by ImageMagick. Returns the normalized moments of one or more image channels. The normalized moments of one or more image channels. Thrown when an error is raised by ImageMagick. 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). Thrown when an error is raised by ImageMagick. Negate colors in image. Thrown when an error is raised by ImageMagick. Negate colors in image for the specified channel. The channel(s) that should be negated. Thrown when an error is raised by ImageMagick. Negate the grayscale colors in image. Thrown when an error is raised by ImageMagick. Negate the grayscale colors in image for the specified channel. The channel(s) that should be negated. Thrown when an error is raised by ImageMagick. Normalize image (increase contrast by normalizing the pixel values to span the full range of color values). Thrown when an error is raised by ImageMagick. Oilpaint image (image looks like oil painting). Oilpaint image (image looks like oil painting). The radius of the circular neighborhood. The standard deviation of the Laplacian, in pixels. Thrown when an error is raised by ImageMagick. Changes any pixel that matches target with the color defined by fill. The color to replace. The color to replace opaque color with. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Returns the perceptual hash of this image. The perceptual hash of this image. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The byte array to read the information from. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The byte array to read the information from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The file to read the image from. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The file to read the image from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The stream to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data. The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Simulates a polaroid picture. The caption to put on the image. The angle of image. Pixel interpolate method. Thrown when an error is raised by ImageMagick. Reduces the image to a limited number of colors for a "poster" effect. Number of color levels allowed in each channel. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Reduces the image to a limited number of colors for a "poster" effect. Number of color levels allowed in each channel. Dither method to use. Thrown when an error is raised by ImageMagick. Reduces the image to a limited number of colors for a "poster" effect. Number of color levels allowed in each channel. Dither method to use. The channel(s) to posterize. Thrown when an error is raised by ImageMagick. Sets an internal option to preserve the color type. Thrown when an error is raised by ImageMagick. Quantize image (reduce number of colors). Quantize settings. The error information. Thrown when an error is raised by ImageMagick. Raise image (lighten the edges of an image to give a 3-D raised effect). The size of the edges. Thrown when an error is raised by ImageMagick. 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 high threshold. Thrown when an error is raised by ImageMagick. 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 high threshold. The channel(s) to use. Thrown when an error is raised by ImageMagick. 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 high threshold. Thrown when an error is raised by ImageMagick. 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 high threshold. The channel(s) to use. Thrown when an error is raised by ImageMagick. Applies soft and hard thresholding. Defines the minimum black threshold value. Defines the minimum white threshold value. Defines the maximum white threshold value. Defines the maximum black threshold value. Thrown when an error is raised by ImageMagick. Applies soft and hard thresholding. Defines the minimum black threshold value. Defines the minimum white threshold value. Defines the maximum white threshold value. Defines the maximum black threshold value. Thrown when an error is raised by ImageMagick. Read single image frame. The byte array to read the image data from. Thrown when an error is raised by ImageMagick. Read single image frame. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Read single image frame. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The format to use. Thrown when an error is raised by ImageMagick. Read single image frame. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame. The byte array to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Read single image frame. The byte array to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The width. The height. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The format to use. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame. The color to fill the image with. The width. The height. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The width. The height. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The format to use. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The file to read the image from. The settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. The settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The stream to read the image data from. The settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame. The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The byte array to read the image data from. The pixel settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The pixel settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The file to read the image from. The pixel settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The stream to read the image data from. The pixel settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The fully qualified name of the image file, or the relative image file name. The pixel settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The file to read the image from. The pixel settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The file to read the image from. The pixel settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The stream to read the image data from. The pixel settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The stream to read the image data from. The pixel settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The fully qualified name of the image file, or the relative image file name. The pixel settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read single image frame from pixel data. The fully qualified name of the image file, or the relative image file name. The pixel settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Reduce noise in image using a noise peak elimination filter. Thrown when an error is raised by ImageMagick. Reduce noise in image using a noise peak elimination filter. The order to use. Thrown when an error is raised by ImageMagick. Associates a mask with the image as defined by the specified region. The mask region. Removes the artifact with the specified name. The name of the artifact. Removes the attribute with the specified name. The name of the attribute. Removes the region mask of the image. Remove a profile from the image. The profile to remove. Thrown when an error is raised by ImageMagick. Remove a named profile from the image. The name of the profile (e.g. "ICM", "IPTC", or a generic profile name). Thrown when an error is raised by ImageMagick. Removes the associated read mask of the image. Thrown when an error is raised by ImageMagick. Removes the associated write mask of the image. Thrown when an error is raised by ImageMagick. Resets the page property of this image. Thrown when an error is raised by ImageMagick. Resize image in terms of its pixel size. The new X resolution. The new Y resolution. Thrown when an error is raised by ImageMagick. Resize image in terms of its pixel size. The density to use. Thrown when an error is raised by ImageMagick. Resize image to specified size. Resize will fit the image into the requested size. It does NOT fill, the requested box size. Use the overload for more control over the resulting size. The new width. The new height. Thrown when an error is raised by ImageMagick. Resize image to specified geometry. The geometry to use. Thrown when an error is raised by ImageMagick. Resize image to specified percentage. The percentage. Thrown when an error is raised by ImageMagick. Resize image to specified percentage. The percentage of the width. The percentage of the height. Thrown when an error is raised by ImageMagick. Roll image (rolls image vertically and horizontally). The X offset from origin. The Y offset from origin. Thrown when an error is raised by ImageMagick. Rotate image clockwise by specified number of degrees. Specify a negative number for to rotate counter-clockwise. The number of degrees to rotate (positive to rotate clockwise, negative to rotate counter-clockwise). Thrown when an error is raised by ImageMagick. Rotational blur image. The angle to use. Thrown when an error is raised by ImageMagick. Rotational blur image. The angle to use. The channel(s) to use. Thrown when an error is raised by ImageMagick. Resize image by using pixel sampling algorithm. Resize will fit the image into the requested size. It does NOT fill, the requested box size. Use the overload for more control over the resulting size. The new width. The new height. Thrown when an error is raised by ImageMagick. Resize image by using pixel sampling algorithm. The geometry to use. Thrown when an error is raised by ImageMagick. Resize image by using pixel sampling algorithm to the specified percentage. The percentage. Thrown when an error is raised by ImageMagick. Resize image by using pixel sampling algorithm to the specified percentage. The percentage of the width. The percentage of the height. Thrown when an error is raised by ImageMagick. Resize image by using simple ratio algorithm. Resize will fit the image into the requested size. It does NOT fill, the requested box size. Use the overload for more control over the resulting size. The new width. The new height. Thrown when an error is raised by ImageMagick. Resize image by using simple ratio algorithm. The geometry to use. Thrown when an error is raised by ImageMagick. Resize image by using simple ratio algorithm to the specified percentage. The percentage. Thrown when an error is raised by ImageMagick. Resize image by using simple ratio algorithm to the specified percentage. The percentage of the width. The percentage of the height. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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 colorspace. This 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Separates the channels from the image and returns it as grayscale images. The channels from the image as grayscale images. Thrown when an error is raised by ImageMagick. Separates the specified channels from the image and returns it as grayscale images. The channel(s) to separates. The channels from the image as grayscale images. Thrown when an error is raised by ImageMagick. Applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Thrown when an error is raised by ImageMagick. Applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. The tone threshold. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Lessen (or intensify) when adding noise to an image. The attenuate value. Sets a named image attribute. The name of the attribute. The value of the attribute. Thrown when an error is raised by ImageMagick. Sets a named image attribute. The name of the attribute. The value of the attribute. Thrown when an error is raised by ImageMagick. Set the bit depth (bits allocated to red/green/blue components). The depth. Thrown when an error is raised by ImageMagick. Set the bit depth (bits allocated to red/green/blue components) of the specified channel. The depth. The channel to set the depth for. Thrown when an error is raised by ImageMagick. Sets the default clipping path. The clipping path. Thrown when an error is raised by ImageMagick. Sets the clipping path with the specified name. The clipping path. Name of clipping path resource. If name is preceded by #, use clipping path numbered by name. Thrown when an error is raised by ImageMagick. Sets the compression of the image. This method should only be used when the encoder uses the compression of the image. For most usecases Setting.Compression should be used instead. The compression method. Set color at colormap position index. The position index. The color. Thrown when an error is raised by ImageMagick. Set the specified profile of the image. If a profile with the same name already exists it will be overwritten. The profile to set. Thrown when an error is raised by ImageMagick. Set the specified profile of the image. If a profile with the same name already exists it will be overwritten. The profile to set. Thrown when an error is raised by ImageMagick. Set the specified profile of the image. If a profile with the same name already exists it will be overwritten. The profile to set. The color transformation mode. Thrown when an error is raised by ImageMagick. Sets the associated read mask of the image. The mask must be the same dimensions as the image and only contain the colors black and white. The image that contains the read mask. Thrown when an error is raised by ImageMagick. Sets the associated write mask of the image. The mask must be the same dimensions as the image and only contains the colors black and white. The image that contains the write mask. Thrown when an error is raised by ImageMagick.z Shade image using distant light source. Thrown when an error is raised by ImageMagick. Shade image using distant light source. The azimuth of the light source direction. The elevation of the light source direction. Thrown when an error is raised by ImageMagick. Shade image using distant light source. The azimuth of the light source direction. The elevation of the light source direction. The channel(s) that should be shaded. Thrown when an error is raised by ImageMagick. Shade image using distant light source and make it grayscale. Thrown when an error is raised by ImageMagick. Shade image using distant light source and make it grayscale. The azimuth of the light source direction. The elevation of the light source direction. Thrown when an error is raised by ImageMagick. Shade image using distant light source and make it grayscale. The azimuth of the light source direction. The elevation of the light source direction. The channel(s) that should be shaded. Thrown when an error is raised by ImageMagick. Simulate an image shadow. Thrown when an error is raised by ImageMagick. Simulate an image shadow. The color of the shadow. Thrown when an error is raised by ImageMagick. Simulate an image shadow. the shadow x-offset. the shadow y-offset. The standard deviation of the Gaussian, in pixels. Transparency percentage. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Sharpen pixels in image. Thrown when an error is raised by ImageMagick. Sharpen pixels in image. The channel(s) that should be sharpened. Thrown when an error is raised by ImageMagick. Sharpen pixels in image. The radius of the Gaussian, in pixels, not counting the center pixel. The standard deviation of the Laplacian, in pixels. Thrown when an error is raised by ImageMagick. 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. Shave pixels from image edges. The size of to shave of the image. Thrown when an error is raised by ImageMagick. Shave pixels from image edges. The number of pixels to shave left and right. The number of pixels to shave top and bottom. Thrown when an error is raised by ImageMagick. Shear image (create parallelogram by sliding image by X or Y axis). Specifies the number of x degrees to shear the image. Specifies the number of y degrees to shear the image. Thrown when an error is raised by ImageMagick. Adjust the image contrast with a non-linear sigmoidal contrast algorithm. The contrast. Thrown when an error is raised by ImageMagick. Adjust the image contrast with a non-linear sigmoidal contrast algorithm. The contrast to use. The midpoint to use. Thrown when an error is raised by ImageMagick. Adjust the image contrast with a non-linear sigmoidal contrast algorithm. The contrast to use. The midpoint to use. The channel(s) that should be adjusted. Thrown when an error is raised by ImageMagick. Adjust the image contrast with a non-linear sigmoidal contrast algorithm. The contrast to use. The midpoint to use. Thrown when an error is raised by ImageMagick. Sparse color image, given a set of coordinates, interpolates the colors found at those coordinates, across the whole image, using various methods. The sparse color method to use. The sparse color arguments. Thrown when an error is raised by ImageMagick. Sparse color image, given a set of coordinates, interpolates the colors found at those coordinates, across the whole image, using various methods. The sparse color method to use. The sparse color arguments. Thrown when an error is raised by ImageMagick. 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 sparse color method to use. The sparse color arguments. Thrown when an error is raised by ImageMagick. 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 sparse color method to use. The sparse color arguments. Thrown when an error is raised by ImageMagick. Simulates a pencil sketch. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Solarize image (similar to effect seen when exposing a photographic film to light during the development process). Thrown when an error is raised by ImageMagick. Solarize image (similar to effect seen when exposing a photographic film to light during the development process). The factor to use. Thrown when an error is raised by ImageMagick. Solarize image (similar to effect seen when exposing a photographic film to light during the development process). The factor to use. Thrown when an error is raised by ImageMagick. Sort pixels within each scanline in ascending order of intensity. Thrown when an error is raised by ImageMagick. Splice the background color into the image. The geometry to use. Thrown when an error is raised by ImageMagick. Spread pixels randomly within image. Thrown when an error is raised by ImageMagick. Spread pixels randomly within image by specified amount. Choose a random pixel in a neighborhood of this extent. Thrown when an error is raised by ImageMagick. Spread pixels randomly within image by specified amount. Pixel interpolate method. Choose a random pixel in a neighborhood of this extent. Thrown when an error is raised by ImageMagick. Makes each pixel the min / max / median / mode / etc. of the neighborhood of the specified width and height. The statistic type. The width of the pixel neighborhood. The height of the pixel neighborhood. Thrown when an error is raised by ImageMagick. Returns the image statistics. The image statistics. Thrown when an error is raised by ImageMagick. Returns the image statistics. The image statistics. The channel(s) that should be used. Thrown when an error is raised by ImageMagick. Add a digital watermark to the image (based on second image). The image to use as a watermark. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Strips an image of all profiles and comments. Thrown when an error is raised by ImageMagick. Swirl image (image pixels are rotated by degrees). The number of degrees. Thrown when an error is raised by ImageMagick. Swirl image (image pixels are rotated by degrees). Pixel interpolate method. The number of degrees. Thrown when an error is raised by ImageMagick. 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 result of the search action. Thrown when an error is raised by ImageMagick. 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. The result of the search action. Thrown when an error is raised by ImageMagick. 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. The result of the search action. Thrown when an error is raised by ImageMagick. Channel a texture on image background. The image to use as a texture on the image background. Thrown when an error is raised by ImageMagick. Threshold image. The threshold percentage. Thrown when an error is raised by ImageMagick. Threshold image. The threshold percentage. The channel(s) that should be thresholded. Thrown when an error is raised by ImageMagick. Resize image to thumbnail size. Resize will fit the image into the requested size. It does NOT fill, the requested box size. Use the overload for more control over the resulting size. The new width. The new height. Thrown when an error is raised by ImageMagick. Resize image to thumbnail size. The geometry to use. Thrown when an error is raised by ImageMagick. Resize image to thumbnail size. The percentage. Thrown when an error is raised by ImageMagick. Resize image to thumbnail size. The percentage of the width. The percentage of the height. Thrown when an error is raised by ImageMagick. Compose an image repeated across and down the image. The image to composite with this image. The algorithm to use. Thrown when an error is raised by ImageMagick. Compose an image repeated across and down the image. The image to composite with this image. The algorithm to use. The arguments for the algorithm (compose:args). Thrown when an error is raised by ImageMagick. 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)))). An opacity value used for tinting. A color value used for tinting. Thrown when an error is raised by ImageMagick. Converts this instance to a base64 . A base64 . Converts this instance to a base64 . The format to use. A base64 . Converts this instance to a base64 . The defines to set. A base64 . Converts this instance to a array. A array. Converts this instance to a array. The defines to set. A array. Thrown when an error is raised by ImageMagick. Converts this instance to a array. The format to use. A array. Thrown when an error is raised by ImageMagick. Returns a string that represents the current image. A string that represents the current image. Transforms the image from the colorspace of the source profile to the target profile. This requires the image to have a color profile. Nothing will happen if the image has no color profile. The target color profile. True when the colorspace was transformed otherwise false. Transforms the image from the colorspace of the source profile to the target profile. This requires the image to have a color profile. Nothing will happen if the image has no color profile. The target color profile. The color transformation mode. True when the colorspace was transformed otherwise false. Transforms the image from the colorspace of the source profile to the target profile. The source profile will only be used if the image does not contain a color profile. Nothing will happen if the source profile has a different colorspace then that of the image. The source color profile. The target color profile. True when the colorspace was transformed otherwise false. Transforms the image from the colorspace of the source profile to the target profile. The source profile will only be used if the image does not contain a color profile. Nothing will happen if the source profile has a different colorspace then that of the image. The source color profile. The target color profile. The color transformation mode. True when the colorspace was transformed otherwise false. Add alpha channel to image, setting pixels matching color to transparent. The color to make transparent. Thrown when an error is raised by ImageMagick. Add alpha channel to image, setting pixels that lie in between the given two colors to transparent. The low target color. The high target color. Thrown when an error is raised by ImageMagick. Creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees. Thrown when an error is raised by ImageMagick. Creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees. Thrown when an error is raised by ImageMagick. Trim edges that are the background color from the image. The property can be used to the coordinates of the area that will be extracted. Thrown when an error is raised by ImageMagick. Trim the specified edges that are the background color from the image. The edges that need to be trimmed. Thrown when an error is raised by ImageMagick. Trim edges that are the background color from the image. The property can be used to the coordinates of the area that will be extracted. The percentage of background pixels permitted in the outer rows and columns. Thrown when an error is raised by ImageMagick. Returns the unique colors of an image. The unique colors of an image. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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 channel(s) that should be sharpened. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Softens the edges of the image in vignette style. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Map image pixels to a sine wave. Thrown when an error is raised by ImageMagick. Map image pixels to a sine wave. Pixel interpolate method. The amplitude. The length of the wave. Thrown when an error is raised by ImageMagick. Removes noise from the image using a wavelet transform. The threshold for smoothing. Removes noise from the image using a wavelet transform. The threshold for smoothing. Attenuate the smoothing threshold. Removes noise from the image using a wavelet transform. The threshold for smoothing. Removes noise from the image using a wavelet transform. The threshold for smoothing. Attenuate the smoothing threshold. Apply a white balancing to an image according to a grayworld assumption in the LAB colorspace. Apply a white balancing to an image according to a grayworld assumption in the LAB colorspace. The vibrance. Forces all pixels above the threshold into white while leaving all pixels at or below the threshold unchanged. The threshold to use. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. The defines to set. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. The format to use. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The defines to set. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The format to use. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. The defines to set. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. The format to use. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. The defines to set. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. The defines to set. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file. The file to write the image to. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The defines to set. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The defines to set. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. The defines to set. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. The defines to set. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified file name. The fully qualified name of the image file, or the relative image file name. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Represents the collection of images. Initializes a new instance of the class. Initializes a new instance of the class. The byte array to read the image data from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The file to read the image from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The file to read the image from. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The file to read the image from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The images to add to the collection. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The stream to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The stream to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. The format to use. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Finalizes an instance of the class. Event that will we raised when a warning is thrown by ImageMagick. Gets the number of images in the collection. Gets a value indicating whether the collection is read-only. Gets or sets the image at the specified index. The index of the image to get. Returns an enumerator that iterates through the collection. An enumerator that iterates through the collection. Adds an image to the collection. The image to add. 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. Thrown when an error is raised by ImageMagick. Adds the image(s) from the specified byte array to the collection. The byte array to read the image data from. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Adds the specified images to this collection. The images to add to the collection. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Adds the image(s) from the specified stream to the collection. The stream to read the images from. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Creates a single image, by appending all the images in the collection horizontally (+append). A single image, by appending all the images in the collection horizontally (+append). Thrown when an error is raised by ImageMagick. Creates a single image, by appending all the images in the collection vertically (-append). A single image, by appending all the images in the collection vertically (-append). Thrown when an error is raised by ImageMagick. Merge a sequence of images. This is useful for GIF animation sequences that have page offsets and disposal methods. Thrown when an error is raised by ImageMagick. Removes all images from the collection. Creates a clone of the current image collection. A clone of the current image collection. Combines the images into a single image. The typical ordering would be image 1 => Red, 2 => Green, 3 => Blue, etc. The images combined into a single image. Thrown when an error is raised by ImageMagick. Combines the 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 image colorspace. The images combined into a single image. Thrown when an error is raised by ImageMagick. Perform complex mathematics on an image sequence. The complex settings. Thrown when an error is raised by ImageMagick. Determines whether the collection contains the specified image. The image to check. True when the collection contains the specified image. Copies the images to an , starting at a particular index. The one-dimensional that is the destination. The zero-based index in 'destination' at which copying begins. Break down an image sequence into constituent parts. This is useful for creating GIF or MNG animation sequences. Thrown when an error is raised by ImageMagick. Disposes the instance. Evaluate image pixels into a single image. All the images in the collection must be the same size in pixels. The operator. The resulting image of the evaluation. Thrown when an error is raised by ImageMagick. Use the virtual canvas size of first image. Images which fall outside this canvas is clipped. This can be used to 'fill out' a given virtual canvas. The resulting image of the flatten operation. Thrown when an error is raised by ImageMagick. Flatten this collection into a single image. This is useful for combining Photoshop layers into a single image. The background color of the output image. The resulting image of the flatten operation. Returns an enumerator that iterates through the images. An enumerator that iterates through the images. Determines the index of the specified image. The image to check. The index of the specified image. Inserts an image into the collection. The index to insert the image. The image to insert. 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. Remap image colors with closest color from reference image. The image to use. Thrown when an error is raised by ImageMagick. Remap image colors with closest color from reference image. The image to use. Quantize settings. Thrown when an error is raised by ImageMagick. Merge all layers onto a canvas just large enough to hold all the actual images. The virtual canvas of the first image is preserved but otherwise ignored. The resulting image of the merge operation. Thrown when an error is raised by ImageMagick. Create a composite image by combining the images with the specified settings. The settings to use. The resulting image of the montage operation. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Start with the virtual canvas of the first image, enlarging left and right edges to contain all images. Images with negative offsets will be clipped. The resulting image of the mosaic operation. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Compares each image the GIF disposed forms of the previous image in the sequence. Any pixel that does not change the displayed result is replaced with transparency. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from all image frames. The byte array to read the image data from. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data from all image frames. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Reads only metadata and not the pixel data from all image frames. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from all image frames. The byte array to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from all image frames. The file to read the frames from. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from all image frames. The file to read the frames from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from all image frames. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from all image frames. The stream to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from all image frames. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Read only metadata and not the pixel data from 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. Thrown when an error is raised by ImageMagick. Returns a new image where each pixel is the sum of the pixels in the image sequence after applying its corresponding terms (coefficient and degree pairs). The list of polynomial coefficients and degree pairs and a constant. A new image where each pixel is the sum of the pixels in the image sequence after applying its corresponding terms (coefficient and degree pairs). Quantize images (reduce number of colors). The resulting image of the quantize operation. Thrown when an error is raised by ImageMagick. Quantize images (reduce number of colors). Quantize settings. The resulting image of the quantize operation. Thrown when an error is raised by ImageMagick. Read all image frames. The byte array to read the image data from. Thrown when an error is raised by ImageMagick. Read all image frames. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Read all image frames. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The format to use. Thrown when an error is raised by ImageMagick. Read all image frames. The byte array to read the image data from. The offset at which to begin reading data. The maximum number of bytes to read. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read all image frames. The byte array to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Read all image frames. The byte array to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. The format to use. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. The format to use. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. The settings to use when reading the image. Thrown when an error is raised by ImageMagick. Read all image frames. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Read all image frames. The fully qualified name of the image file, or the relative image file name. The format to use. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. The settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. The settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The file to read the frames from. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The fully qualified name of the image file, or the relative image file name. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The fully qualified name of the image file, or the relative image file name. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The fully qualified name of the image file, or the relative image file name. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The fully qualified name of the image file, or the relative image file name. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. The settings to use when reading the image. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Read all image frames. The stream to read the image data from. The settings to use when reading the image. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Removes the first occurrence of the specified image from the collection. The image to remove. True when the image was found and removed. Removes the image at the specified index from the collection. The index of the image to remove. Resets the page property of every image in the collection. Thrown when an error is raised by ImageMagick. Reverses the order of the images in the collection. Smush images from list into single image in horizontal direction. Minimum distance in pixels between images. The resulting image of the smush operation. Thrown when an error is raised by ImageMagick. Smush images from list into single image in vertical direction. Minimum distance in pixels between images. The resulting image of the smush operation. Thrown when an error is raised by ImageMagick. Converts this instance to a array. A array. Converts this instance to a array. The defines to set. A array. Thrown when an error is raised by ImageMagick. Converts this instance to a array. A array. The format to use. Thrown when an error is raised by ImageMagick. Converts this instance to a base64 . A base64 . Converts this instance to a base64 string. The format to use. A base64 . Determine the overall bounds of all the image layers just as in , then adjust the the canvas and offsets to be relative to those bounds, without overlaying the images. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. The defines to set. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. The format to use. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. The defines to set. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The format to use. Thrown when an error is raised by ImageMagick. 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. Thrown when an error is raised by ImageMagick. 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. The defines to set. Thrown when an error is raised by ImageMagick. 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. The format to use. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. The defines to set. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. The defines to set. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the images to the specified file. If the output image's file format does not allow multi-image files multiple files will be written. The file to write the image to. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The defines to set. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The defines to set. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Writes the image to the specified stream. The stream to write the image data to. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The defines to set. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The defines to set. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The format to use. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. 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. The format to use. The token to monitor for cancellation requests. A representing the asynchronous operation. Thrown when an error is raised by ImageMagick. Class that contains basic information about an image. Initializes a new instance of the class. Initializes a new instance of the class. The byte array to read the information from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The byte array to read the information from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The file to read the image from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Initializes a new instance of the class. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Gets the color space of the image. Gets the compression method of the image. Gets the density of the image. Gets the original file name of the image (only available if read from disk). Gets the format of the image. Gets the height of the image. Gets the type of interlacing. Gets the JPEG/MIFF/PNG compression level. Gets the width of the image. Read basic information about an image with multiple frames/pages. The byte array to read the information from. A iteration. Thrown when an error is raised by ImageMagick. Read basic information about an image with multiple frames/pages. The byte array to read the information from. The offset at which to begin reading data. The maximum number of bytes to read. A iteration. Thrown when an error is raised by ImageMagick. Read basic information about an image with multiple frames/pages. The file to read the frames from. A iteration. Thrown when an error is raised by ImageMagick. Read basic information about an image with multiple frames/pages. The stream to read the image data from. A iteration. Thrown when an error is raised by ImageMagick. Read basic information about an image with multiple frames/pages. The fully qualified name of the image file, or the relative image file name. A iteration. Thrown when an error is raised by ImageMagick. Read basic information about an image. The byte array to read the information from. Thrown when an error is raised by ImageMagick. Read basic information about an image. The byte array to read the information from. The offset at which to begin reading data. The maximum number of bytes to read. Thrown when an error is raised by ImageMagick. Read basic information about an image. The file to read the image from. Thrown when an error is raised by ImageMagick. Read basic information about an image. The stream to read the image data from. Thrown when an error is raised by ImageMagick. Read basic information about an image. The fully qualified name of the image file, or the relative image file name. Thrown when an error is raised by ImageMagick. Class that can be used to initialize Magick.NET. Event that will be raised when something is logged by ImageMagick. Event that will be raised when something is logged by ImageMagick. Gets the ImageMagick delegate libraries. Gets the ImageMagick features. Gets the information about the supported formats. Gets the font families that are known by ImageMagick. Gets the font names that are known by ImageMagick. Gets the version of ImageMagick. Gets the version of Magick.NET. Gets the ImageMagick delegate libraries. Gets the ImageMagick features. Gets the information about the supported formats. Gets the font families that are known by ImageMagick. Gets the font names that are known by ImageMagick. Gets the version of ImageMagick. Gets the version of Magick.NET. Gets the environment variable with the specified name. The name of the environment variable. The environment variable with the specified name. Initializes ImageMagick. Initializes ImageMagick with the xml files that are located in the specified path. The path that contains the ImageMagick xml files. Initializes ImageMagick with the specified configuration files and returns the path to the temporary directory where the xml files were saved. The configuration files ot initialize ImageMagick with. The path of the folder that was created and contains the configuration files. Initializes ImageMagick with the specified configuration files in the specified the path. The configuration files ot initialize ImageMagick with. The directory to save the configuration files in. Resets the pseudo-random number generator secret key. Set the path to the default font file. The file to use at the default font file. Set the path to the default font file. The file name to use at the default font file. Set the environment variable with the specified name to the specified value. The name of the environment variable. The value of the environment variable. Sets the directory that contains the FontConfig configuration files. The path of the FontConfig directory. Sets the directory that contains the Ghostscript file gsdll32.dll / gsdll64.dll. This method is only supported on Windows. The path of the Ghostscript directory. Sets the directory that contains the Ghostscript font files. This method is only supported on Windows. The path of the Ghostscript font directory. 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. Sets the directory that contains the Native library. This currently only works on Windows. The path of the directory that contains the native library. 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. Sets the pseudo-random number generator secret key. The secret key. Gets the environment variable with the specified name. The name of the environment variable. The environment variable with the specified name. Initializes ImageMagick. Initializes ImageMagick with the xml files that are located in the specified path. The path that contains the ImageMagick xml files. Initializes ImageMagick with the specified configuration files and returns the path to the temporary directory where the xml files were saved. The configuration files ot initialize ImageMagick with. The path of the folder that was created and contains the configuration files. Initializes ImageMagick with the specified configuration files in the specified the path. The configuration files ot initialize ImageMagick with. The directory to save the configuration files in. Resets the pseudo-random number generator secret key. Set the path to the default font file. The file to use at the default font file. Set the path to the default font file. The file name to use at the default font file. Set the environment variable with the specified name to the specified value. The name of the environment variable. The value of the environment variable. Sets the directory that contains the FontConfig configuration files. The path of the FontConfig directory. Sets the directory that contains the Ghostscript file gsdll32.dll / gsdll64.dll. This method is only supported on Windows. The path of the Ghostscript directory. Sets the directory that contains the Ghostscript font files. This method is only supported on Windows. The path of the Ghostscript font directory. 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. Sets the directory that contains the Native library. This currently only works on Windows. The path of the directory that contains the native library. 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. Sets the pseudo-random number generator secret key. The secret key. Encapsulates a convolution kernel. Initializes a new instance of the class. The order (odd number). Initializes a new instance of the class. The order (odd number). The values to initialize the matrix with. Encapsulates a matrix of doubles. Initializes a new instance of the class. The order. The values to initialize the matrix with. Gets the order of the matrix. Get or set the value at the specified x/y position. The x position. The y position. Gets the value at the specified x/y position. The x position. The y position. The value at the specified x/y position. Set the column at the specified x position. The x position. The values. Set the row at the specified y position. The y position. The values. Set the value at the specified x/y position. The x position. The y position. The value. Returns a string that represents the current DoubleMatrix. The double array. Encapsulates a color matrix in the order of 1 to 6 (1x1 through 6x6). Initializes a new instance of the class. The order (1 to 6). Initializes a new instance of the class. The order (1 to 6). The values to initialize the matrix with. Interface for a native instance. Gets a pointer to the native instance. Class that can be used to initialize OpenCL. Gets or sets a value indicating whether OpenCL is enabled. Gets all the OpenCL devices. A iteration. Gets or sets a value indicating whether OpenCL is enabled. Gets all the OpenCL devices. A iteration. Sets the directory that will be used by ImageMagick to store OpenCL cache files. The path of the OpenCL cache directory. Sets the directory that will be used by ImageMagick to store OpenCL cache files. The path of the OpenCL cache directory. Represents an OpenCL device. Gets the benchmark score of the device. Gets the type of the device. Gets or sets a value indicating whether the device is enabled or disabled. Gets all the kernel profile records for this devices. A . Gets the name of the device. Gets or sets a value indicating whether kernel profiling is enabled. This can be used to get information about the OpenCL performance. Gets the OpenCL version supported by the device. Represents a kernel profile record for an OpenCL device. Gets the average duration of all executions in microseconds. Gets the number of times that this kernel was executed. Gets the maximum duration of a single execution in microseconds. Gets the minimum duration of a single execution in microseconds. Gets the name of the device. Gets the total duration of all executions in microseconds. Class that can be used to acquire information about the Quantum. Gets the quantum depth. Gets the maximum value of the quantum. Gets the quantum depth. Gets the maximum value of the quantum. Class that can be used to set the limits to the resources that are being used. Gets or sets the maximum width * height of an image that can reside in the pixel cache memory. Images that exceed the area limit are cached to disk. Gets or sets the pixel cache limit in bytes. Requests for memory above this limit will fail. Gets or sets the maximum height of an image. Gets or sets the maximum number of images in an image list. Gets or sets the max memory request in bytes. ImageMagick maintains a separate memory pool for large resource requests. If the limit is exceeded, the allocation is instead memory-mapped on disk. Gets or sets the pixel cache limit in bytes. Once this memory limit is exceeded, all subsequent pixels cache operations are to/from disk. Gets or sets the number of threads used in multithreaded operations. Gets or sets the time specified in milliseconds to periodically yield the CPU for. Gets or sets the maximum width of an image. Gets or sets the maximum width * height of an image that can reside in the pixel cache memory. Images that exceed the area limit are cached to disk. Gets or sets the pixel cache limit in bytes. Requests for memory above this limit will fail. Gets or sets the maximum height of an image. Gets or sets the maximum number of images in an image list. Gets or sets the max memory request in bytes. ImageMagick maintains a separate memory pool for large resource requests. If the limit is exceeded, the allocation is instead memory-mapped on disk. Gets or sets the pixel cache limit in bytes. Once this memory limit is exceeded, all subsequent pixels cache operations are to/from disk. Gets or sets the number of threads used in multithreaded operations. Gets or sets the time specified in milliseconds to periodically yield the CPU for. Gets or sets the maximum width of an image. Set the maximum percentage of memory that can be used for image data. This also changes the limit to four times the number of bytes. The percentage to use. Set the maximum percentage of memory that can be used for image data. This also changes the limit to four times the number of bytes. The percentage to use. Class that contains various settings. Gets or sets the affine to use when annotating with text or drawing. Gets or sets a value indicating whether anti-aliasing should be enabled (default true). Gets or sets the background color. Gets or sets the border color. Gets or sets the color space. Gets or sets the color type of the image. Gets or sets the compression method to use. Gets or sets a value indicating whether printing of debug messages from ImageMagick is enabled when a debugger is attached. Gets or sets the vertical and horizontal resolution in pixels. Gets or sets the depth (bits allocated to red/green/blue components). Gets or sets the endianness (little like Intel or big like SPARC) for image formats which support endian-specific options. Gets or sets the fill color. Gets or sets the fill pattern. Gets or sets the rule to use when filling drawn objects. Gets or sets the text rendering font. Gets or sets the text font family. Gets or sets the font point size. Gets or sets the font style. Gets or sets the font weight. Gets or sets the the format of the image. Gets or sets the preferred size and location of an image canvas. Gets or sets a value indicating whether stroke anti-aliasing is enabled or disabled. Gets or sets the color to use when drawing object outlines. Gets or sets 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. Gets or sets the distance into the dash pattern to start the dash (default 0) while drawing using a dash pattern,. Gets or sets the shape to be used at the end of open subpaths when they are stroked. Gets or sets the shape to be used at the corners of paths (or other vector shapes) when they are stroked. Gets or sets the 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. Gets or sets the pattern image to use while stroking object outlines. Gets or sets the stroke width for drawing lines, circles, ellipses, etc. Gets or sets a value indicating whether Postscript and TrueType fonts should be anti-aliased (default true). Gets or sets text direction (right-to-left or left-to-right). Gets or sets the text annotation encoding (e.g. "UTF-16"). Gets or sets the text annotation gravity. Gets or sets the text inter-line spacing. Gets or sets the text inter-word spacing. Gets or sets the text inter-character kerning. Gets or sets the text undercolor box. Gets or sets a value indicating whether verbose output os turned on or off. Gets or sets the specified area to extract from the image. Gets or sets the number of scenes. Gets or sets a value indicating whether a monochrome reader should be used. Gets or sets the size of the image. Gets or sets the active scene. Gets or sets scenes of the image. Returns the value of a format-specific option. The format to get the option for. The name of the option. The value of a format-specific option. Returns the value of a format-specific option. The name of the option. The value of a format-specific option. Removes the define with the specified name. The format to set the define for. The name of the define. Removes the define with the specified name. The name of the define. Sets a format-specific option. The format to set the define for. The name of the define. The value of the define. Sets a format-specific option. The format to set the define for. The name of the define. The value of the define. 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 name of the option. The value of the option. Sets format-specific options with the specified defines. The defines to set. Copies the settings from the specified . The settings to copy the data from. Gets an image option. The key of the option. The value of the option. Sets an image option. The key of the option. The value of the option. Class that contains setting for the montage operation. Gets or sets the color of the background that thumbnails are composed on. Gets or sets the frame border color. Gets or sets the pixels between thumbnail and surrounding frame. Gets or sets the fill color. Gets or sets the label font. Gets or sets the font point size. Gets or sets the frame geometry (width & height frame thickness). Gets or sets the thumbnail width & height plus border width & height. Gets or sets the thumbnail position (e.g. SouthWestGravity). Gets or sets the thumbnail label (applied to image prior to montage). Gets or sets a value indicating whether drop-shadows on thumbnails are enabled or disabled. Gets or sets the outline color. Gets or sets the background texture image. Gets or sets the frame geometry (width & height frame thickness). Gets or sets the montage title. Gets or sets the transparent color. Class that contains setting for quantize operations. Initializes a new instance of the class. Gets or sets the maximum number of colors to quantize to. Gets or sets the colorspace to quantize in. Gets or sets the dither method to use. Gets or sets a value indicating whether errors should be measured. Gets or sets the quantization tree-depth. The normalized moments of one image channels. Gets the centroid. Gets the channel of this moment. Gets the ellipse axis. Gets the ellipse angle. Gets the ellipse eccentricity. Gets the ellipse intensity. Returns the Hu invariants. The index to use. The Hu invariants. Contains the he perceptual hash of one image channel. Initializes a new instance of the class. The channel. SRGB hu perceptual hash. Hclp hu perceptual hash. A string representation of this hash. Gets the channel. SRGB hu perceptual hash. The index to use. The SRGB hu perceptual hash. Hclp hu perceptual hash. The index to use. The Hclp hu perceptual hash. Returns the sum squared difference between this hash and the other hash. The to get the distance of. The sum squared difference between this hash and the other hash. Returns a string representation of this hash. A string representation of this hash. Encapsulation of the ImageMagick ImageChannelStatistics object. Gets the channel. Gets the depth of the channel. Gets the entropy. Gets the kurtosis. Gets the maximum value observed. Gets the average (mean) value observed. Gets the minimum value observed. Gets the skewness. Gets the standard deviation, sqrt(variance). Gets the sum. Gets the sum cubed. Gets the sum fourth power. Gets the sum squared. Gets the variance. Determines whether the specified object is equal to the current . The object to compare this with. True when the specified object is equal to the current . Determines whether the specified is equal to the current . The channel statistics to compare this with. True when the specified is equal to the current . Serves as a hash of this type. A hash code for the current instance. The normalized moments of one or more image channels. Gets the moments for the all the channels. The moments for the all the channels. Gets the moments for the specified channel. The channel to get the moments for. The moments for the specified channel. Contains the he perceptual hash of one or more image channels. Initializes a new instance of the class. The hash. Returns the perceptual hash for the specified channel. The channel to get the has for. The perceptual hash for the specified channel. Returns the sum squared difference between this hash and the other hash. The to get the distance of. The sum squared difference between this hash and the other hash. Returns a string representation of this hash. A . Encapsulation of the ImageMagick ImageStatistics object. Gets the channels. Returns the statistics for the all the channels. The statistics for the all the channels. Returns the statistics for the specified channel. The channel to get the statistics for. The statistics for the specified channel. Determines whether the specified object is equal to the current . The object to compare this with. Truw when the specified object is equal to the current . Determines whether the specified image statistics is equal to the current . The image statistics to compare this with. True when the specified image statistics is equal to the current . Serves as a hash of this type. A hash code for the current instance. Encapsulation of the ImageMagick connected component object. Gets the pixel count of the area. Gets the centroid of the area. Gets the color of the area. Gets the height of the area. Gets the id of the area. Gets the width of the area. Gets the X offset from origin. Gets the Y offset from origin. Returns the geometry of the area of this connected component. The geometry of the area of this connected component. Returns the geometry of the area of this connected component. The number of pixels to extent the image with. The geometry of the area of this connected component. Encapsulation of the ImageMagick geometry object. Initializes a new instance of the class. Initializes a new instance of the class using the specified width and height. The width and height. Initializes a new instance of the class using the specified width and height. The width. The height. Initializes a new instance of the 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 class using the specified width and height. The percentage of the width. The percentage of the height. Initializes a new instance of the 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 class using the specified geometry. Geometry specifications in the form: <width>x<height> {+-}<xoffset>{+-}<yoffset> (where width, height, xoffset, and yoffset are numbers). Gets a value indicating whether the value is an aspect ratio. Gets or sets a value indicating whether the image is resized based on the smallest fitting dimension (^). Gets or sets a value indicating whether the image is resized if image is greater than size (>). Gets or sets the height of the geometry. Gets or sets a value indicating whether the image is resized without preserving aspect ratio (!). Gets or sets a value indicating whether the width and height are expressed as percentages. Gets or sets a value indicating whether the image is resized if the image is less than size (<). Gets or sets a value indicating whether the image is resized using a pixel area count limit (@). Gets or sets the width of the geometry. Gets or sets the X offset from origin. Gets or sets the Y offset from origin. Converts the specified string to an instance of this type. Geometry specifications in the form: <width>x<height> {+-}<xoffset>{+-}<yoffset> (where width, height, xoffset, and yoffset are numbers). Determines whether the specified instances are considered equal. The first to compare. The second to compare. Determines whether the specified instances are not considered equal. The first to compare. The second to compare. Determines whether the first is more than the second . The first to compare. The second to compare. Determines whether the first is less than the second . The first to compare. The second to compare. Determines whether the first is more than or equal to the second . The first to compare. The second to compare. Determines whether the first is less than or equal to the second . The first to compare. The second to compare. Initializes a new instance using the specified page size. The page size. A instance that represents the specified page size. Compares the current instance with another object of the same type. The object to compare this geometry with. A signed number indicating the relative values of this instance and value. Determines whether the specified object is equal to the current . The object to compare this with. True when the specified object is equal to the current . Determines whether the specified is equal to the current . The to compare this with. True when the specified is equal to the current . Serves as a hash of this type. A hash code for the current instance. Initializes the geometry using the sepcified value. The X offset from origin. The Y offset from origin. The width. The height. Returns a string that represents the current . A string that represents the current . PrimaryInfo information. Initializes a new instance of the class. The x value. The y value. The z value. Gets the X value. Gets the Y value. Gets the Z value. Determines whether the specified is equal to the current . The to compare this with. True when the specified is equal to the current . Serves as a hash of this type. A hash code for the current instance. Used to obtain font metrics for text string given current font, pointsize, and density settings. Gets the ascent, the distance in pixels from the text baseline to the highest/upper grid coordinate used to place an outline point. Gets the descent, the distance in pixels from the baseline to the lowest grid coordinate used to place an outline point. Always a negative value. Gets the maximum horizontal advance in pixels. Gets the text height in pixels. Gets the text width in pixels. Gets the underline position. Gets the underline thickness. Class that can be used to access an individual pixel of an image. Initializes a new instance of the class. The X coordinate of the pixel. The Y coordinate of the pixel. The value of the pixel. Initializes a new instance of the class. The X coordinate of the pixel. The Y coordinate of the pixel. The number of channels. Gets the number of channels that the pixel contains. Gets the X coordinate of the pixel. Gets the Y coordinate of the pixel. Returns the value of the specified channel. The channel to get the value for. Determines whether the specified object is equal to the current pixel. The object to compare pixel color with. True when the specified object is equal to the current pixel. Determines whether the specified color is equal to the current pixel. The color to compare this pixel with. True when the specified color is equal to the current pixel. Determines whether the specified pixel is equal to the current pixel. The pixel to compare this pixel with. True when the specified pixel is equal to the current pixel. Returns the value of the specified channel. The channel to get the value of. The value of the specified channel. Serves as a hash of this type. A hash code for the current instance. Set the value of the specified channel. The channel to set the value of. The value. Sets the values of this pixel. The values. Returns the value of this pixel as an array. A array. Converts the pixel to a color. Assumes the pixel is RGBA. A instance. Class that contains setting for the compare operations. Gets or sets the error metric to use. Gets or sets the color that emphasize pixel differences. Gets or sets the color that de-emphasize pixel differences. Gets or sets the color of pixels that are inside the read mask. Class that contains setting for the complex operation. Gets or sets the complex operator. Gets or sets the signal to noise ratio. Class that contains setting for the connected components operation. Gets or sets the threshold that merges any object not within the min and max angle threshold. Gets or sets the threshold that eliminate small objects by merging them with their larger neighbors. Gets or sets the threshold that merges any object not within the min and max circularity threshold. Gets or sets how many neighbors to visit, choose from 4 or 8. Gets or sets the threshold that merges any object not within the min and max diameter threshold. Gets or sets the threshold that merges any object not within the min and max eccentricity threshold. Gets or sets the threshold that merges any object not within the min and max ellipse major threshold. Gets or sets a value indicating whether the object color in the labeled image will be replaced with the mean-color from the source image. Gets or sets the threshold that merges any object not within the min and max ellipse minor threshold. Gets or sets the threshold that merges any object not within the min and max perimeter threshold. Class that contains setting for the deskew operation. Gets or sets a value indicating whether the image should be auto cropped after deskewing. Gets or sets the threshold. Class that contains setting for the distort operation. Gets or sets a value indicating whether distort attempt to 'bestfit' the size of the resulting image. Gets or sets a value to scale the size of the output canvas by this amount to provide a method of Zooming, and for super-sampling the results. Gets or sets the viewport that directly set the output image canvas area and offest to use for the resulting image, rather than use the original images canvas, or a calculated 'bestfit' canvas. Class that contains setting for the kmeans operation. Gets or sets the seed clusters from color list (e.g. red;green;blue). Gets or sets the number of colors to use as seeds. Gets or sets the maximum number of iterations while converging. Gets or sets the maximum tolerance. Class that contains setting for when an image is being read. Initializes a new instance of the class. Initializes a new instance of the class with the specified defines. The read defines to set. Gets or sets the defines that should be set before the image is read. Gets or sets the specified area to extract from the image. Gets or sets the index of the image to read from a multi layer/frame image. Gets or sets the number of images to read from a multi layer/frame image. Gets or sets the height. Gets or sets a value indicating whether the exif profile should be used to update some of the properties of the image (e.g. , ). Gets or sets a value indicating whether the tiff profile should be used to update some of the properties of the image (e.g. , ). Gets or sets a value indicating whether the monochrome reader shoul be used. This is supported by: PCL, PDF, PS and XPS. Gets or sets the width. Class that contains setting for the morphology operation. Initializes a new instance of the class. Gets or sets the channels to apply the kernel to. Gets or sets the bias to use when the method is Convolve. Gets or sets the scale to use when the method is Convolve. Gets or sets the number of iterations. Gets or sets built-in kernel. Gets or sets kernel arguments. Gets or sets the morphology method. Gets or sets user suplied kernel. Class that contains setting for when pixels are imported. Initializes a new instance of the class. The width. The height. The pixel storage type. The mapping of the pixels. Initializes a new instance of the class. The width. The height. The pixel storage type. The mapping of the pixels (e.g. RGB/RGBA/ARGB). Initializes a new instance of the class. The X offset from origin. The Y offset from origin. The width. The height. The pixel storage type. The mapping of the pixels. Initializes a new instance of the class. The X offset from origin. The Y offset from origin. The width. The height. The pixel storage type. The mapping of the pixels (e.g. RGB/RGBA/ARGB). Gets the height of the pixel area. Gets the width of the pixel area. Gets the X offset from origin. Gets the Y offset from origin. Gets or sets the mapping of the pixels (e.g. RGB/RGBA/ARGB). Gets the pixel storage type. Class that contains setting for when pixels are read. Initializes a new instance of the class. The width. The height. The pixel storage type. The mapping of the pixels. Initializes a new instance of the class. The width. The height. The pixel storage type. The mapping of the pixels (e.g. RGB/RGBA/ARGB). Gets or sets the mapping of the pixels (e.g. RGB/RGBA/ARGB). Gets or sets the pixel storage type. Gets the settings to use when reading the image. Encapsulates the error information. Gets the mean error per pixel computed when an image is color reduced. Gets the normalized maximum error per pixel computed when an image is color reduced. Gets the normalized mean error per pixel computed when an image is color reduced. Result for a sub image search operation. Gets the offset for the best match. Gets the 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. Gets the similarity metric. Disposes the instance. Represents an argument for the SparseColor method. Initializes a new instance of the class. The X position. The Y position. The color. Gets or sets the X position. Gets or sets the Y position. Gets or sets the color.