1config BR2_PACKAGE_PYTHON_PIEXIF 2 bool "python-piexif" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 Piexif simplifies interacting with EXIF data in Python. It 6 includes the tools necessary for extracting, creating, 7 manipulating, converting and writing EXIF data to JPEG, WebP 8 and TIFF files. 9 10 https://github.com/hMatoba/Piexif 11