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

SimplePixelFormat

Grooper

Specifies a simplified color space and bit depth for an image.

Remarks

The Simple Pixel Format enumeration provides a high-level classification of image types in Grooper. It is used to quickly identify whether an image is binary (black and white), grayscale, or color, without referencing the full PixelFormat details.

Usage

  • Use Simple Pixel Format to select processing options, compression, or display logic based on image type.
  • This classification is commonly used in batch activities, image conversion, and quality control.

Configuration Guidance

  • Choose Binary for bitonal images, such as scanned text or forms.
  • Use Grayscale for single-channel images, such as monochrome photos or medical scans.
  • Use Color for full RGB images, such as photographs or color documents.
  • The None value indicates an unsupported or unknown format.

Can be one of the following values:

NameValueDescription
None0None.

Used By

Notification