Reads EXIF (Exchangeable Image File Format) metadata from JPEG images.
ExifMetadata extracts camera and image information embedded in JPEG files, including camera settings, GPS coordinates, timestamps, and technical details. EXIF data is commonly generated by digital cameras and smartphones.
Key Features:
- Camera settings (ISO, aperture, shutter speed, focal length)
- GPS coordinates and altitude
- Date/time information
- Camera make and model
- Thumbnail image extraction
- Orientation information
Common EXIF tags include:
- Make, Model: Camera manufacturer and model
- DateTime: When photo was taken
- ExposureTime: Shutter speed
- FNumber: Aperture (f-stop)
- ISOSpeedRatings: ISO sensitivity
- FocalLength: Lens focal length
- GPSLatitude, GPSLongitude: Location data
Usage:
{
{
}
}
A lightweight 2D point class for projects that don't use juce_graphics.
Definition gin_point.h:25
- See also
- ImageMetadata, XmpMetadata