-
Fix EXIF viewer breaking on binary MakerNote fields
released this
2026-01-11 18:40:12 +00:00 | 29 commits to main since this releasePentax and other cameras have binary EXIF fields (MakerNote, etc.) that
contain raw bytes. The previous code used errors="replace" which still
produced strings with replacement characters that broke JSON parsing.Now properly detect non-printable binary data and display as
"" instead.Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
Downloads