Table of Contents

ImageInfoBase Class

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Represents image information and metadata. This is a base class for internal use which cannot be instantiated. Use the derived ImageInfo class instead.

public class ImageInfoBase
Inheritance
ImageInfoBase
Derived

Properties

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.

Methods

ToString()

Returns a string that represents the image.