Config.in 558 B

123456789101112131415
  1. config 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. Pillow relies on external libraries to provide support
  10. various image formats. Select the corresponding package(s)
  11. to get this support. Pillow can use jpeg, zlib (for PNG),
  12. tiff, freetype, webp, and openjpeg (JPEG-2000).
  13. https://pypi.python.org/pypi/Pillow/