1config BR2_PACKAGE_PYTHON_PILLOW 2 bool "python-pillow" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime 5 select BR2_PACKAGE_PYTHON3_ZLIB 6 help 7 Pillow is the "friendly" PIL fork by Alex Clark and 8 Contributors. PIL is the Python Imaging Library by Fredrik 9 Lundh and Contributors. 10 11 Pillow relies on external libraries to provide support 12 various image formats. Select the corresponding package(s) 13 to get this support. Pillow can use jpeg, zlib (for PNG), 14 tiff, freetype, webp, and openjpeg (JPEG-2000). 15 16 https://pypi.python.org/pypi/Pillow/ 17