Skip to content

OxiText 0.1.2 Release

Latest

Choose a tag to compare

@cool-japan cool-japan released this 11 Jun 00:18

[0.1.2] - 2026-06-10

Added

  • oxitext-raster: full raw CBDT bitmap format supportextract_cbdt_bitmap and render_cbdt_glyph now decode all eight raw RasterImageFormat variants: BitmapMono, BitmapMonoPacked, BitmapGray2, BitmapGray2Packed, BitmapGray4, BitmapGray4Packed, BitmapGray8, and BitmapPremulBgra32. Each format is decoded by a dedicated unpacker function (unpack_mono, unpack_gray2, unpack_gray4, unpack_gray8, unpack_bgra32).
  • oxitext-raster: unpack_* public helper functions — exported for downstream use when raw CBDT pixel data needs to be decoded outside the standard extraction path.
  • pango-sys workspace dependencypango-sys = "0.22.0" added to workspace dependencies.

Changed

  • oxitext-raster: extract_cbdt_bitmap and render_cbdt_glyph API — both functions now always return Some for any supported bitmap format rather than falling back to None for raw (non-PNG) CBDT entries.

Full Changelog: v0.1.1...v0.1.2