ImageFormat

Description

Stores information about dimensions and pixel format of an image.

Structure fields and default values (if defined) are described below:

  • int Width - Image width in pixels
  • int Height - Image height in pixels
  • PlainType Type = UInt8 - Type of pixel components
  • int Depth = 1 - Number of pixel components
  • int PitchAlignment = 16