After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680582 - Version of PIL installed on extensions-web is too old
Version of PIL installed on extensions-web is too old
Status: RESOLVED WONTFIX
Product: sysadmin
Classification: Infrastructure
Component: Packages
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks: 680580
 
 
Reported: 2012-07-25 11:08 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2012-08-06 21:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jasper St. Pierre (not reading bugmail) 2012-07-25 11:08:53 UTC
Users of extensions.gnome.org have been experiencing issues uploading interlaced PNG files; the version of PIL installed on those servers does not support reading interlaced PNG files.

As such, any page with a thumbnail created from an interlaced PNG file will crash, as our thumbnail generator (sorl.thumbnail) uses PIL to do the downscaling of the images. As it's third-party vendor code, it's impossible to "wrap" it, and the third-party code does not wrap usage of PIL in a try/except to catch the IOError.

Newer versions of PIL support interlaced PNG files.
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-08-06 21:30:36 UTC
Removed server-side thumbnail scaling, moving it client-side instead.