1config BR2_PACKAGE_LIBEXIF
2 bool "libexif"
3 help
4 Most digital cameras produce EXIF files, which are JPEG
5 files with extra tags that contain information about the
6 image. The EXIF library allows you to parse an EXIF file
7 and read the data from those tags.
8
9 https://libexif.github.io
10