xref: /OK3568_Linux_fs/buildroot/package/libexif/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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