What does Intel IPP status -61 (ippStsDrawTextErr) mean?

 
Previous Next
ippStsJPEGOutOfBufErr ippStsChannelOrderErr

ippStsDrawTextErr

This status is not a generic image-buffer error. It points to a lower-level text rendering operation that failed while the IPP path was trying to draw glyphs or text into an image target.

Diagnostics should include both the IPP image arguments and the platform text-rendering resources used by the application.

Diagnostic focus

  • Check font availability, glyph coverage, locale/encoding conversion and rendering context lifetime.
  • Verify that the destination image ROI and stride are valid before text rendering begins.
  • Log the platform error reported by the text subsystem, if the caller can retrieve it.

IPP image processing reference · IPP error reporting


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