941c5ca97b
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.
3 lines
205 B
Text
3 lines
205 B
Text
Most digital cameras produce EXIF files, which are JPEG files with extra
|
|
tags that contain information about the image. The EXIF library allows you
|
|
to parse an EXIF file and read the data from those tags.
|