Photo EXIF Viewer is an iOS application that allows users to upload photos and display their EXIF information along with the camera brand logo beneath the photo. The photo is scaled to fit the screen while maintaining its original resolution.
- Upload photos from your device
- Automatically extract and display EXIF information
- Display camera brand logo below the photo
- Scale photo to fit screen size while maintaining original resolution
- Clone the repository:
git clone https://github.com/s1031432/photo-exif-viewer.git
- Open the project in Xcode:
cd photo-exif-viewer open PhotoExifViewer.xcodeproj
- Build and run the project on your iOS device or simulator.
- Open the app on your iOS device.
- Tap the upload button to select a photo from your device.
- The photo will be displayed on the screen, scaled to fit the screen size.
- EXIF information and the camera brand logo will be displayed below the photo.
The following EXIF information is displayed:
- Aperture
- Shutter Speed
- ISO
- Camera Body Model
- Lens Model
- Focal Length
Supported camera brands include:
- Canon
- Apple
- Nikon
- Sony
- Fujifilm
- Leica
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request