[Image-SIG] PIL does not support iTXt PNG chunks [patch]

Paul Sladen python at paul.sladen.org
Thu Dec 1 08:32:20 CET 2011


(Forwarded from:  http://bugs.python.org/issue13514  per Ezio Melotti)

The Python Imaging Library does not support handling of UTF-8 'iTXt'
key:value chunks in PNG files:

  http://www.w3.org/TR/PNG/#11iTXt

Such support is necessary for successful extraction of key:value pairs
of UTF-8 encoded data, stored in an PNG 'iTXt' comment chunk.

The following example file (from British GCHQ) demonstrates such a
record in a PNG file.  Based on this evidence, it is highly likely
that GCHQ hide all of their important secrets using this kind of
steganography, and likely necessary that spies from the rest of the
world are requiring similar access to GCHQ secrets.  Inclusion of a
working chunk_iTXt() PIL/PNG support function will enable more
harmonious and effective eavesdropping.  Example image:

  http://www.canyoucrackit.co.uk/images/cyber.png

(The attached .py file is not a directly apply-able patch, but
contains a working implementation for chunk_iTXt() and a demonstrative
test function for inserting it).

	-Paul

-------------- next part --------------
A non-text attachment was scrubbed...
Name: chunk_iTXt.py
Type: text/x-python
Size: 1217 bytes
Desc: 
URL: <http://mail.python.org/pipermail/image-sig/attachments/20111201/54b9c5f9/attachment.py>


More information about the Image-SIG mailing list