Skip to content

exifer 2.0

Choose a tag to compare

@hclivess hclivess released this 21 Aug 15:31
· 2 commits to main since this release

Standalone builds for Windows x64, Linux x64 and macOS arm64 are attached below (no Python needed; ExifTool is optional — JPEG/TIFF work without it, Windows users can download it from the Tools tab).

  • Rewritten as a PySide6 desktop app: queue with current / metadata / new date preview, per-file status, log, Stop
  • Date sources: from the file's own EXIF (repair file dates after copying/downloading), from the file name (IMG_2024…, PXL_, VID, screenshots, WhatsApp), one date, sequential, shift by an offset
  • Writes EXIF losslessly and atomically for JPEG/TIFF; ExifTool for PNG/HEIC/RAW/video; file modification and creation times
  • Fixed: ExifTool values were sent with literal quotes; Windows creation time via PowerShell string replaced with SetFileTime