ImageInfoBase Class
Represents image information and metadata.
This is a base class for internal use which cannot be instantiated.
Use the derived
ImageInfo class instead.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.6.7
public class ImageInfoBase
Public Class ImageInfoBase
- Inheritance
- Object ImageInfoBase
- Derived
| BitDepth | Gets the bit depth of the image. |
| ChannelCount | Gets the number of channels available in the image. |
| ColorSpace | Gets the color space of the image. |
| ColorType | Gets the color type of the image. |
| ExifDictionary |
Gets a dictionary representing EXIF data stored in the image.
|
| Format |
Get the file format of the image.
|
| HasAlpha | Gets a value indicating whether the image has alpha channel (information about opacity of pixels). |
| Height | Gets the height of the image in pixels. |
| IptcDictionary |
Gets a dictionary representing IPTC data stored in the image.
|
| ResolutionX | Gets the horizontal resolution of the image in pixels per inch. |
| ResolutionY | Gets the vertical resolution of the image in pixels per inch. |
| Width | Gets the width of the image in pixels. |