What does Intel IPP status -224 (ippStsDitherTypeErr) mean?

 
Previous Next
ippStsBorderErr ippStsH264BufferFullErr

ippStsDitherTypeErr

Dithering is used when converting to a smaller set of output levels, often during quantization or display-oriented conversion. IPP accepts only the dithering algorithms supported by the selected function.

If the input image and output buffer are valid but this status appears, inspect the dither mode before changing pixel data or palette values.

Check these details

  • The dither type enum and the target pixel depth.
  • Whether the operation expects no dithering, ordered dithering or an algorithm-specific mode.
  • The number of output levels, because an otherwise valid mode may not match the quantization setup.

Intel IPP Error Reporting · Intel IPP Image Processing Reference


Looking for a different code? Search another status or error code.