Skip to content

EXIF Reader v1.0.0

Latest
Compare
Choose a tag to compare
@abport abport released this 07 Oct 18:14
baec2e4

EXIF Reader v1.0.0

I'm excited to announce the first official release of EXIF Reader! 🎉

What's New

This initial release brings you a powerful tool to explore and manage the EXIF data in your images:

  • 🖼️ Image Preview: Instantly view your selected image within the app.
  • 📂 Batch Processing: Add multiple photos or entire folders at once for efficient workflow.
  • 🗺️ GPS Data Viewing: See the exact coordinates where your photo was taken.
  • 🏙️ Reverse Geocoding: Convert GPS coordinates into human-readable addresses.
  • 🧹 EXIF Removal: Easily remove all EXIF data from your images for privacy.

Supported Image Formats

EXIF Reader supports a wide range of image formats, including:

  • JPEG (.jpg, .jpeg, .jpe)
  • JPEG 2000 (.jp2)
  • TIFF (.tiff, .tif)
  • GIF (.gif)
  • BMP (.bmp)
  • PNG (.png)
  • WebP (.webp)
  • Various RAW formats (CR2, NEF, ORF, SR2, ARW, SRW, DNG, RW2, RAF, PEF)

Installation

  1. Clone the repository
  2. Install required packages: pip install Pillow exifread geopy GPSPhoto piexif
  3. Run python exif_reader.py

Known Issues

  • HEIC format is currently not supported for preview.

If you encounter any bugs or have feature requests, please open an issue on our GitHub page.

Thank you for using EXIF Reader! I hope it helps you gain deeper insights into your photo collection.