[issue20197] Support WebP image format detection in imghdr module

2014-05-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Fabrice and Claudiu. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker _

[issue20197] Support WebP image format detection in imghdr module

2014-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4fd17e28d4bf by Serhiy Storchaka in branch 'default': Issue #20197: Added support for the WebP image type in the imghdr module. http://hg.python.org/cpython/rev/4fd17e28d4bf -- nosy: +python-dev ___ Pytho

[issue20197] Support WebP image format detection in imghdr module

2014-05-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20197] Support WebP image format detection in imghdr module

2014-03-10 Thread Claudiu.Popa
Changes by Claudiu.Popa : Added file: http://bugs.python.org/file34344/issue20197_v2.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue20197] Support WebP image format detection in imghdr module

2014-03-10 Thread Claudiu.Popa
Changes by Claudiu.Popa : Added file: http://bugs.python.org/file34341/issue20197_v1.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue20197] Support WebP image format detection in imghdr module

2014-03-10 Thread Xavier Combelle
Changes by Xavier Combelle : -- nosy: +xcombelle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20197] Support WebP image format detection in imghdr module

2014-03-10 Thread Claudiu.Popa
Claudiu.Popa added the comment: Thanks for your patch, Fabrice! I've uploaded a change to your patch, by adding a .webp test file and adding the .webp format in imghdr's test suite. -- Added file: http://bugs.python.org/file34338/issue20197.patch __

[issue20197] Support WebP image format detection in imghdr module

2014-01-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. Detecting function matches the WebP specification [1]. [1] https://developers.google.com/speed/webp/docs/riff_container#webp-file-header -- stage: -> commit review ___ Python tracker

[issue20197] Support WebP image format detection in imghdr module

2014-01-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue20197] Support WebP image format detection in imghdr module

2014-01-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 2.7, Python 3.4 ___ Python tracker ___ ___ Python-bug

[issue20197] Support WebP image format detection in imghdr module

2014-01-08 Thread Claudiu.Popa
Changes by Claudiu.Popa : -- nosy: +Claudiu.Popa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20197] Support WebP image format detection in imghdr module

2014-01-08 Thread Fabrice Aneche
New submission from Fabrice Aneche: Detect the webp file format (RIFF container + WEBP), return webp as format detected. -- components: Library (Lib) files: imghdr_webp.patch keywords: patch messages: 207702 nosy: akhenakh, gregory.p.smith priority: normal severity: normal status: open