Changes by Ilpo Nyyssönen :
--
nosy: +biny
___
Python tracker
<http://bugs.python.org/issue5364>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ilpo Nyyssönen :
--
nosy: +biny
___
Python tracker
<http://bugs.python.org/issue15109>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ilpo Nyyssönen <[EMAIL PROTECTED]> added the comment:
jpeg
exif
png
gif
tiff
and then the rest
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Ilpo Nyyssönen <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file10959/optimized
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Ilpo Nyyssönen <[EMAIL PROTECTED]> added the comment:
Naturally it requires a big amount of files. Getting big amount of jpegs
is easy. Getting big amount of pbms or rgbs is not so easy.
I'll attach two profiling runs showing some difference when test_jpeg
and test_exif are move
New submission from Ilpo Nyyssönen <[EMAIL PROTECTED]>:
The order of tests in imghdr makes it slow in common cases. Even without
any statistics it is quite easy to see that jpeg is the most common
format. In imghdr only bmp and png are after it. Also, should png really
be the last one?