Releases: B67687/ithmb-codec
Releases · B67687/ithmb-codec
v1.0.0
What's new
Initial release of the ithmb-codec plugin for ImageGlass v10.
- 317 tests, 100% extraction on 956 iPhone 5 + 227 public files
- Two decode paths: JPEG extraction (primary) and raw profile decode (fallback with 47 profiles)
- SIMD acceleration: SSE2 (RGB565), SSSE3 (UYVY), Vector128 (YCbCr420)
- 5 raw decoders: RGB565, RGB555, UYVY, YCbCr420, CLCL nibble-chroma
- EXIF orientation parsing for auto-rotation
- 50 MB size guard against pathological input
- Encoder + CLI decoder tool included in source