7 , defusedxml, olefile, freetype, libjpeg, zlib, libtiff, libwebp, libxcrypt, tcl, lcms2, tk, libX11
8 , libxcb, openjpeg, libimagequant, numpy, pytestCheckHook, setuptools
10 , imageio, matplotlib, pilkit, pydicom, reportlab
13 import ./generic.nix (rec {
18 disabled = pythonOlder "3.8";
23 hash = "sha256-6H8LLHgVfhLXaGsn1jwHD9ZdmU6N2ubzKODc9KDNAH4=";
27 inherit imageio matplotlib pilkit pydicom reportlab;
31 homepage = "https://python-pillow.org/";
32 description = "The friendly PIL fork (Python Imaging Library)";
34 The Python Imaging Library (PIL) adds image processing
35 capabilities to your Python interpreter. This library
36 supports many file formats, and provides powerful image
37 processing and graphics capabilities.
39 license = licenses.hpnd;
40 maintainers = with maintainers; [ goibhniu prikhi ];