Skip to content

v1.2.0

Choose a tag to compare

@xbmlz xbmlz released this 07 Aug 02:58
· 11 commits to main since this release
9dde23c

What's new

  • Encode API: Encode, EncodePixelData, EncodeOptions, and FrameType for JPEG baseline, JPEG lossless, and JPEG-LS (including near-lossless via ErrorBound).
  • Native golibjpeg_encode C ABI; CI-built prebuilt libraries for all supported platforms.

Notes

  • JPEG XT remains decode-only; HDR/residual encode is not included.
  • Pixel layout matches decode: little-endian, color-by-pixel, planar-interleaved.