From de0059bf905c2e0925b6186863afd87016c0c944 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Thu, 18 May 2006 07:10:42 +0000 Subject: [PATCH] add a note about indexed images (available via PIL image instances) git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2700 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/bitmap/pil.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/bitmap/pil.txt b/examples/bitmap/pil.txt index 948eeaae..c96a3606 100644 --- a/examples/bitmap/pil.txt +++ b/examples/bitmap/pil.txt @@ -6,3 +6,6 @@ While you do not need the PIL to create an image pixel by pixel ... (and its slow to use putpixel for that), you do have an easy access to all the bitmap formats available in PIL, you may use PIL features to create/load/modify bitmaps etc. + +!! Using PIL image instances you can also pass indexed images +to PyX's `bitmap` class. -- 2.11.4.GIT