ExifFrame is a cross-platform desktop application built to view and automatically extract EXIF metadata from your photographs, presenting it in a clean, professional, Lightroom-style dark workspace.
- Professional UI: A sleek, dark-themed interface inspired by modern photo editing tools (like Adobe Lightroom).
- Native OS Integration: Features a frameless, drag-enabled title bar for a fully native feel on both macOS and Windows.
- EXIF Extraction: Automatically reads Camera Model, Lens, Focal Length, Aperture, Shutter Speed, and ISO from your images.
- XMP Fallback: Supports reading metadata directly from Adobe XMP tags, ensuring compatibility with photos exported from Lightroom or Photoshop.
- Export Capabilities: Easy-to-use export functionality to save your formatted photos.
To build and run this application locally, you will need:
To run the application in live development mode (with hot-reloading for the frontend):
wails devTo build a standalone executable for your operating system:
wails buildThe compiled application will be available in the build/bin/ directory.
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.