pub const TJPARAM_TJPARAM_NOREALLOC: TJPARAM = 2;
Expand description

JPEG destination buffer (re)allocation [compression, lossless transformation]

Value

  • 0 [default] Attempt to allocate or reallocate the JPEG destination buffer as needed.
  • 1 Generate an error if the JPEG destination buffer is invalid or too small.