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.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public class ImageInfoBase
Inheritance
Object    ImageInfoBase
Derived

Properties

BitDepthGets the bit depth of the image.
ChannelCountGets the number of channels available in the image.
ColorSpaceGets the color space of the image.
ColorTypeGets 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.
HasAlphaGets a value indicating whether the image has alpha channel (information about opacity of pixels).
HeightGets the height of the image in pixels.
IptcDictionary Gets a dictionary representing IPTC data stored in the image.
ResolutionXGets the horizontal resolution of the image in pixels per inch.
ResolutionYGets the vertical resolution of the image in pixels per inch.
WidthGets the width of the image in pixels.

Methods

ToString Returns a string that represents the image.
(Overrides ObjectToString)

See Also