Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.1 KB

EXIF Metadata Viewer

This project is a simple EXIF metadata viewer that allows users to upload an image, view its EXIF metadata, and open the location on Google Maps if geo-location data is present.

Features

  • Drag and drop file upload area with a styled button
  • Support for multiple image formats including HEIC, JPEG, and PNG
  • Displays EXIF metadata in a readable table format
  • Opens Google Maps with geo-location coordinates if present in the EXIF data
  • Handles cases where no EXIF data is found

Usage

  1. Click on the upload area to select a file or drag and drop an image file into the area.
  2. View the EXIF metadata displayed below the image.
  3. If the image contains geo-location data, click the "Open in Google Maps" button to view the location on Google Maps.

Dependencies

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.