wok annotate py3k-pillow/description.txt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents
children
rev   line source
Hans-G?nter@25161 1 The Python Imaging Library adds image processing capabilities to
Hans-G?nter@25161 2 the Python interpreter.
Hans-G?nter@25161 3
Hans-G?nter@25161 4 This library provides extensive file format support, an efficient
Hans-G?nter@25161 5 internal representation, and fairly powerful image processing
Hans-G?nter@25161 6 capabilities.
Hans-G?nter@25161 7
Hans-G?nter@25161 8 The core image library is designed for fast access to data stored
Hans-G?nter@25161 9 in a few basic pixel formats. It should provide a solid foundation
Hans-G?nter@25161 10 for a general image processing tool.