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