[0.1.2] - 2026-06-10
Added
oxitext-raster: full raw CBDT bitmap format support —extract_cbdt_bitmapandrender_cbdt_glyphnow decode all eight rawRasterImageFormatvariants:BitmapMono,BitmapMonoPacked,BitmapGray2,BitmapGray2Packed,BitmapGray4,BitmapGray4Packed,BitmapGray8, andBitmapPremulBgra32. 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-sysworkspace dependency —pango-sys = "0.22.0"added to workspace dependencies.
Changed
oxitext-raster:extract_cbdt_bitmapandrender_cbdt_glyphAPI — both functions now always returnSomefor any supported bitmap format rather than falling back toNonefor raw (non-PNG) CBDT entries.
Full Changelog: v0.1.1...v0.1.2