<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [Image-SIG] PIL not loading some TIFF files?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>They are required per the TIFF 6.0 baseline standard.&nbsp; Here is a link (and I pasted the relevant text from p.64):<BR>
<A HREF="http://www.alternatiff.com/resources/TIFF6.pdf">http://www.alternatiff.com/resources/TIFF6.pdf</A><BR>
<BR>
Required Fields for RGB Images<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; These are the required fields for RGB images (in numerical order):<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TagName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Decimal Hex&nbsp;&nbsp;&nbsp; Type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Value<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ImageWidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 256&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100&nbsp;&nbsp; SHORT or LONG<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ImageLength&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 257&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 101&nbsp;&nbsp; SHORT or LONG<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BitsPerSample&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 258&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 102&nbsp;&nbsp; SHORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8,8,8<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compression&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 259&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 103&nbsp;&nbsp; SHORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 or 32773<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PhotometricInterpretation&nbsp;&nbsp;&nbsp; 262&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 106&nbsp;&nbsp; SHORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StripOffsets&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 273&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 111&nbsp;&nbsp; SHORT or LONG<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SamplesPerPixel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 277&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 115&nbsp;&nbsp; SHORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 or more<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RowsPerStrip&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 278&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 116&nbsp;&nbsp; SHORT or LONG<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StripByteCounts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 279&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 117&nbsp;&nbsp; LONG or SHORT<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XResolution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11A&nbsp;&nbsp; RATIONAL<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; YResolution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 283&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11B&nbsp;&nbsp; RATIONAL<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ResolutionUnit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 296&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128&nbsp;&nbsp; SHORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1, 2 or 3<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24<BR>
TIFF 6.0 Specification&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Final&#151;June 3, 1992<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The BitsPerSample values listed above apply only to the main image data. If<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ExtraSamples are present, the appropriate BitsPerSample values for those<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; samples must also be included.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Baseline TIFF RGB images were called TIFF Class R images in earlier versions<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of the TIFF specification.<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: B. Bogart [<A HREF="mailto:ben@ekran.org">mailto:ben@ekran.org</A>]<BR>
Sent: Tue 11/4/2008 6:06 PM<BR>
To: Green Bryan - bgreen<BR>
Cc: image-sig@python.org<BR>
Subject: Re: [Image-SIG] PIL not loading some TIFF files?<BR>
<BR>
Thanks for the details.<BR>
<BR>
I've passed this info onto the pd/Gem developers so they can add these<BR>
tags to all tifs written by the software.<BR>
<BR>
Are these tags required as part of the TIFF spec? Or are they just best<BR>
practise?<BR>
<BR>
Thanks again,<BR>
B. Bogart<BR>
<BR>
Green Bryan - bgreen wrote:<BR>
&gt; It appears that the problem has to do with the following tags not being<BR>
&gt; set in the image.&nbsp; I set these with the tiffset program and PIL then<BR>
&gt; loaded the image without any trouble.&nbsp; I do not know how to set these<BR>
&gt; tags in PIL.&nbsp; Maybe someone has a suggestion?&nbsp; Also, if you open the<BR>
&gt; file in GIMP and save the problem is fixed.&nbsp; I understand this is not a<BR>
&gt; solution for you-- just making note.&nbsp;<BR>
&gt;<BR>
&gt; Most viewers follow fairly closely to the tif spec (they also try and do<BR>
&gt; the &quot;right thing&quot; for non-standard software)-- PIL is not so forgiving.<BR>
&gt; If needed you could write a script to fix the tags on the fly using the<BR>
&gt; command line tiffset program.&nbsp; It is fast.<BR>
&gt;&nbsp;<BR>
&gt; XResolution (282) RATIONAL (5) 1&lt;72&gt;<BR>
&gt; YResolution (283) RATIONAL (5) 1&lt;72&gt;<BR>
&gt; ResolutionUnit (296) SHORT (3) 1&lt;2&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: image-sig-bounces+bryan.green=acxiom.com@python.org<BR>
&gt; [<A HREF="mailto:image-sig-bounces+bryan.green=acxiom.com@python.org">mailto:image-sig-bounces+bryan.green=acxiom.com@python.org</A>] On Behalf<BR>
&gt; Of Green Bryan - bgreen<BR>
&gt; Sent: Tuesday, November 04, 2008 4:52 PM<BR>
&gt; To: B. Bogart; image-sig@python.org<BR>
&gt; Subject: Re: [Image-SIG] PIL not loading some TIFF files?<BR>
&gt;<BR>
&gt; There are some differences between the two.&nbsp; Mask.tif claims to have<BR>
&gt; been created by the GIMP and has a bps of 3 8-bit values.<BR>
&gt; Store-0000.tif has a software type of PD/GEM and a bps of 4 8-bit<BR>
&gt; values.<BR>
&gt;<BR>
&gt;<BR>
&gt; c:\store-00000.tif:<BR>
&gt; Magic: 0x4949 &lt;little-endian&gt; Version: 0x2a<BR>
&gt; Directory 0: offset 1228808 (0x12c008) next 0 (0)<BR>
&gt; ImageWidth (256) SHORT (3) 1&lt;640&gt;<BR>
&gt; ImageLength (257) SHORT (3) 1&lt;480&gt;<BR>
&gt; BitsPerSample (258) SHORT (3) 4&lt;8 8 8 8&gt;<BR>
&gt; Compression (259) SHORT (3) 1&lt;1&gt;<BR>
&gt; Photometric (262) SHORT (3) 1&lt;2&gt;<BR>
&gt; StripOffsets (273) LONG (4) 1&lt;8&gt;<BR>
&gt; SamplesPerPixel (277) SHORT (3) 1&lt;4&gt;<BR>
&gt; StripByteCounts (279) LONG (4) 1&lt;1228800&gt;<BR>
&gt; PlanarConfig (284) SHORT (3) 1&lt;1&gt;<BR>
&gt; Software (305) ASCII (2) 7&lt;PD/GEM\0&gt;<BR>
&gt;<BR>
&gt; c:\mask.tif:<BR>
&gt; Magic: 0x4949 &lt;little-endian&gt; Version: 0x2a<BR>
&gt; Directory 0: offset 921608 (0xe1008) next 0 (0)<BR>
&gt; SubFileType (254) LONG (4) 1&lt;0&gt;<BR>
&gt; ImageWidth (256) SHORT (3) 1&lt;640&gt;<BR>
&gt; ImageLength (257) SHORT (3) 1&lt;480&gt;<BR>
&gt; BitsPerSample (258) SHORT (3) 3&lt;8 8 8&gt;<BR>
&gt; Compression (259) SHORT (3) 1&lt;1&gt;<BR>
&gt; Photometric (262) SHORT (3) 1&lt;2&gt;<BR>
&gt; DocumentName (269) ASCII (2) 66&lt;/home/bbogart/Projects/i ...&gt;<BR>
&gt; ImageDescription (270) ASCII (2) 22&lt;Created with The GIMP\0&gt;<BR>
&gt; StripOffsets (273) LONG (4) 8&lt;8 122888 245768 368648 491528 614408<BR>
&gt; 737288 860168&gt;<BR>
&gt; Orientation (274) SHORT (3) 1&lt;1&gt;<BR>
&gt; SamplesPerPixel (277) SHORT (3) 1&lt;3&gt;<BR>
&gt; RowsPerStrip (278) SHORT (3) 1&lt;64&gt;<BR>
&gt; StripByteCounts (279) LONG (4) 8&lt;122880 122880 122880 122880 122880<BR>
&gt; 122880 122880 61440&gt;<BR>
&gt; XResolution (282) RATIONAL (5) 1&lt;72&gt;<BR>
&gt; YResolution (283) RATIONAL (5) 1&lt;72&gt;<BR>
&gt; PlanarConfig (284) SHORT (3) 1&lt;1&gt;<BR>
&gt; ResolutionUnit (296) SHORT (3) 1&lt;2&gt;<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: image-sig-bounces+bryan.green=acxiom.com@python.org<BR>
&gt; [<A HREF="mailto:image-sig-bounces+bryan.green=acxiom.com@python.org">mailto:image-sig-bounces+bryan.green=acxiom.com@python.org</A>] On Behalf<BR>
&gt; Of B. Bogart<BR>
&gt; Sent: Tuesday, November 04, 2008 4:14 PM<BR>
&gt; To: image-sig@python.org<BR>
&gt; Subject: [Image-SIG] PIL not loading some TIFF files?<BR>
&gt;<BR>
&gt; Hello all,<BR>
&gt;<BR>
&gt; I'm unable to get PIL (Image.open) to load certain TIFF files generated<BR>
&gt; by another application (using libtiff).<BR>
&gt;<BR>
&gt; According to imageMagick the files are the same type:<BR>
&gt;<BR>
&gt; mask.tif TIFF 640x480 640x480+0+0 DirectClass 8-bit 900.383kb<BR>
&gt; store-00000.tif[1] TIFF 640x480 640x480+0+0 DirectClass 8-bit 1.17202mb<BR>
&gt;<BR>
&gt; mask.tif loads fine:<BR>
&gt;<BR>
&gt;&gt;&gt;&gt; image = Image.open(&quot;mask.tif&quot;)<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;<BR>
&gt; but store-00000.tif fails:<BR>
&gt;<BR>
&gt;&gt;&gt;&gt; image = Image.open(&quot;store-00000.tif&quot;)<BR>
&gt; Traceback (most recent call last):<BR>
&gt;&nbsp;&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<BR>
&gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.5/site-packages/PIL/Image.py&quot;, line 1917, in<BR>
&gt; open<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; raise IOError(&quot;cannot identify image file&quot;)<BR>
&gt; IOError: cannot identify image file<BR>
&gt;<BR>
&gt; I'm running PIL 1.1.6-3 in python 2.5 on ubuntu hardy.<BR>
&gt;<BR>
&gt; You can grab these two files from:<BR>
&gt;<BR>
&gt; <A HREF="http://www.ekran.org/ben/tmp/mask.tif">http://www.ekran.org/ben/tmp/mask.tif</A><BR>
&gt; <A HREF="http://www.ekran.org/ben/tmp/store-00000.tif">http://www.ekran.org/ben/tmp/store-00000.tif</A><BR>
&gt;<BR>
&gt; This is a problem because it is files created by this very application I<BR>
&gt; need to be able to read with PIL. Converting them is not practical<BR>
&gt; because there will be at least 900 images and processing time is an<BR>
&gt; issue.<BR>
&gt;<BR>
&gt; Thanks,<BR>
&gt; B. Bogart<BR>
&gt; _______________________________________________<BR>
&gt; Image-SIG maillist&nbsp; -&nbsp; Image-SIG@python.org<BR>
&gt; <A HREF="http://mail.python.org/mailman/listinfo/image-sig">http://mail.python.org/mailman/listinfo/image-sig</A><BR>
&gt; ************************************************************************<BR>
&gt; *<BR>
&gt; The information contained in this communication is confidential, is<BR>
&gt; intended only for the use of the recipient named above, and may be<BR>
&gt; legally privileged.<BR>
&gt;<BR>
&gt; If the reader of this message is not the intended recipient, you are<BR>
&gt; hereby notified that any dissemination, distribution or copying of this<BR>
&gt; communication is strictly prohibited.<BR>
&gt;<BR>
&gt; If you have received this communication in error, please resend this<BR>
&gt; communication to the sender and delete the original message or any copy<BR>
&gt; of it from your computer system.<BR>
&gt;<BR>
&gt; Thank you.<BR>
&gt; ************************************************************************<BR>
&gt; *<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Image-SIG maillist&nbsp; -&nbsp; Image-SIG@python.org<BR>
&gt; <A HREF="http://mail.python.org/mailman/listinfo/image-sig">http://mail.python.org/mailman/listinfo/image-sig</A><BR>
&gt;<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>