wok diff py3k-pillow/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/py3k-pillow/description.txt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +The Python Imaging Library adds image processing capabilities to
     1.5 +the Python interpreter.
     1.6 +
     1.7 +This library provides extensive file format support, an efficient
     1.8 +internal representation, and fairly powerful image processing
     1.9 +capabilities.
    1.10 +
    1.11 +The core image library is designed for fast access to data stored
    1.12 +in a few basic pixel formats. It should provide a solid foundation
    1.13 +for a general image processing tool.