Skip to content

v1.0.0

Latest

Choose a tag to compare

@B67687 B67687 released this 14 Jun 06:00
· 24 commits to main since this release
4c219ea

v1.0.0

ImageGlass v10 codec plugin for Apple .ithmb thumbnail-cache files.

  • 329 tests, 100% extraction on 956 iPhone 5 + 227 public files
  • Two decode paths: JPEG extraction (primary) and raw profile decode (fallback with 48 profiles)
  • SIMD acceleration: SSE2 (RGB565), SSSE3 (UYVY), Vector128 (YCbCr420)
  • 5 raw decoders: RGB565, RGB555, UYVY, YCbCr420, CLCL nibble-chroma
  • Speculative decoders: CL per-pixel chroma, YCbCr swapped chroma planes, rotation (90/180/270)
  • Encoder for synthetic file generation
  • 50 MB size guard against pathological input
  • Whitelist .gitignore — only tracked files visible to git
  • CodeQL scanning enabled