Displays EXIF data stored in JPEG images.
Download the MSI and run it. ExifRipper will be installed to C:\Program Files (x86)\AOBD Apps.
.NET Framework 4.6.1
Launch ExifRipper from its install location. Click the Browse button to select the folder you wish to read Exif data from; ExifRipper will look for compatible file types and load the Exif data into the table.
To export the data to a CSV, select File > Export, then select where you would like to save the file and your preferred file name. ExifRipper will export the table to a CSV file.
- Read Exif GPS coordinate tags
- Export tags to CSV
- Support for additional Exif tags
- UI Improvements (Remove Windows 98 Theme)
- Remove Caliburn.Micro dependency
- Move business logic fully to ExifRipper.ApplicationHost
Please submit issues via the issue tracker.
Pull request are welcome. For major changes, please open an issue first to discuss what you would like to change.
Thanks to Caliburn.Micro for the wonderful MVVM framework. While I intend to remove this dependency, CM makes developing MVVM applications significantly easier.