Skip to content

Releases: B67687/ithmb-codec

v1.0.0

13 Jun 08:40
a56e67a

Choose a tag to compare

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