This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author coldmind
Recipients Claudiu.Popa, coldmind, effbot, serhiy.storchaka
Date 2014-10-02.20:32:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412281925.3.0.772944981194.issue21574@psf.upfronthosting.co.za>
In-reply-to
Content
Hi! Here is first version of patch. What I've done:
* Ported 10 new image formats from PIL (tests included)
* Improved existing file detections like PIL does.
* Add some byte manipulation routines

One more thing - I removed `ord()` calls, because python3 expects unicode symbol,
but bytes was provided, and I'm not sure is that right. Will these changes be included to python 3.5 only?

Here are some other image formats in PIL, that I didn't port, because they are so excotic, that I didn't find
even file examples. I can do this blindly, but I think without tests files this is useless.
What community think about this?
History
Date User Action Args
2014-10-02 20:32:06coldmindsetrecipients: + coldmind, effbot, Claudiu.Popa, serhiy.storchaka
2014-10-02 20:32:05coldmindsetmessageid: <1412281925.3.0.772944981194.issue21574@psf.upfronthosting.co.za>
2014-10-02 20:32:05coldmindlinkissue21574 messages
2014-10-02 20:32:05coldmindcreate