ImagingTools Core SDK
Public Types | List of all members
imtimg::IBitmapMetaInfo

#include <IBitmapMetaInfo.h>

Inheritance diagram for imtimg::IBitmapMetaInfo:
imtimg::CBitmapMetaInfo

Public Types

enum  MetaInfoType {
  MIT_BITMAP_DIMENSION_X = idoc::IDocumentMetaInfo::MIT_USER , MIT_BITMAP_DIMENSION_Y , MIT_BITMAP_DIMENSION_Z , MIT_PIXEL_BIT_DEPTH ,
  MIT_BITMAP_FORMAT , MIT_COLOR_SPACE_TYPE , MIT_COLOR_SPACE_DESCRIPTION , MIT_ACQUISITION_DEVICE
}
 

Detailed Description

Meta-info creator for the bitmap object.

Definition at line 16 of file IBitmapMetaInfo.h.

Member Enumeration Documentation

◆ MetaInfoType

Enumerator
MIT_BITMAP_DIMENSION_X 

Width of the image.

MIT_BITMAP_DIMENSION_Y 

Height of the image.

MIT_BITMAP_DIMENSION_Z 

Depth of the 3D-image. Not used for 2D-bitmaps.

MIT_PIXEL_BIT_DEPTH 

Resulting bitmap pixel depth in bits.

MIT_BITMAP_FORMAT 

Format of the bitmap representation.

MIT_COLOR_SPACE_TYPE 

Mathematical color space type (e.g. RGB, RGBA, Lab, XYZ, CMYK, N-channel).

MIT_COLOR_SPACE_DESCRIPTION 

Human-readable description of the color space or color standard/gamut.

MIT_ACQUISITION_DEVICE 

Summary information about the acquisition device.

Definition at line 19 of file IBitmapMetaInfo.h.