Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

PixelFormat

Grooper

Specifies the color space and bit depth of an image.

Remarks

The PixelFormat enumeration defines the color model, channel arrangement, and bit depth for images in Grooper. It determines how pixel data is stored, displayed, and processed, affecting compatibility with file formats, compression, and image processing activities.

Usage

  • Select the appropriate pixel format when creating, converting, or saving images.
  • Pixel format impacts file size, image quality, and available processing options.
  • Use binary formats for black and white images, grayscale for single-channel images, and color formats for multi-channel images.

Configuration Guidance

  • Choose Pixel1bppIndexed for bitonal (black and white) images, such as scanned documents.
  • Use Pixel8bppGrayscale for single-channel grayscale images.
  • Use Pixel24bppBgr or higher for color images requiring full RGB or CMYK support.
  • Higher bit depths (e.g., 16, 48, or 64 bits) allow for more color or grayscale levels, but increase file size.
  • Ensure the pixel format matches the requirements of downstream activities (e.g., OCR, export, or rendering).

Can be one of the following values:

NameValueDescription

Used By

Notification