Implemented and pushed in commit 4849bbd.
Implementation:
- Replaced all three generated SkiaTextureCodec shims with native Rust constructor, bounded stream decode, and SKBitmap-to-ManagedImage…
Implemented and pushed in commit 16501f2.
Implementation:
- Added the opt-in
jpeg2000feature with a safe Rust codec API and a private, bounded OpenJPEG 2.5.4+ ABI adapter; default crates do…
Implemented and pushed as 5d1573f.
Implementation:
- Replaced all 3 Targa shims with bounded native Rust file/stream decoding and reference-compatible deterministic encoding, including the C#…
Implemented and verified in commit 2c806d8. Replaced all Imaging.Abstractions shims with native Rust: an object-safe ITextureCodec boundary, flag-compatible channel type, and owned ManagedImage…
Implemented and verified in commit d980692. Added cross-format coverage for every OSD variant with documented lossy and lossless boundaries; checked-in malformed corpora and bounded deterministic…
Implemented in commit 6d02db8 (pushed to origin/main).
Implementation:
- Added explicit native JSON token-to-OSD conversion for bool, numeric-width coercion, empty strings/null, arrays, maps, and…
Implemented in commit 84bc31d (pushed to origin/main).\n\nImplementation:\n- Added a native, dependency-free bounded XML LLSD codec for byte, stream, string, reader, inner-element, byte-output,…