GDI+ also has built-in decoders that support the following file types: • WMF • EMF • ICON |
Note |
---|
Note that this is a class property and as such an object does not need to be created to access the property |
Returns whether the image applies color correction according to color management information that is embedded in the stream. Embedded information can include ICC profiles, gamma values, and chromaticity information.
Returns an array of all the image encoders supported by GDI+.
Windows GDI+ provides the Image class and the Bitmap class for storing images in memory and manipulating images in memory. GDI+ writes images to disk files with the help of image encoders and loads images from disk files with the help of image decoders. An encoder translates the data in an Image or Bitmap object into a designated disk file format. A decoder translates the data in a disk file to the format required by the Image and Bitmap objects. GDI+ has built-in encoders and decoders that support the following file types:
• BMP
• GIF
• JPEG
• PNG
• TIFF
GDI+ also has built-in decoders that support the following file types:
• WMF
• EMF
• ICON
Note |
---|
Note that this is a class property and as such an object does not need to be created to access the property |
Returns a set of flags that indicate certain attributes of this Image object.
Returns the image codec (encoder/decoder) for GIFs
Note |
---|
Note that this is a class property and as such an object does not need to be created to access the property |
Return the height, in pixels, of the image
Returns the horizontal resolution, in dots per inch, of this image.
Return the image type (bitmap, metafile, or unknown) of the image
Returns the image codec (encoder/decoder) for JPEGs
Note |
---|
Note that this is a class property and as such an object does not need to be created to access the property |
Returns the pixel format of this Image object.
Returns a set of flags about the pixel format
Returns the image codec (encoder/decoder) for PNGs
Note |
---|
Note that this is a class property and as such an object does not need to be created to access the property |
Return a globally unique identifier ( GUID) that identifies the format of this Image object.
Returns the image codec (encoder/decoder) for TIFFs
Note |
---|
Note that this is a class property and as such an object does not need to be created to access the property |
Returns the vertical resolution, in dots per inch, of this image.
Return the width, in pixels, of the image