licq-im / licq

An instant messaging client for UNIX
http://www.licq.org/
16 stars 4 forks source link

Fix invalid PNG images to work with libpng 1.6 #32

Closed foutrelis closed 11 years ago

foutrelis commented 11 years ago

The PNG images of the Mirabilis skin fail to load with libpng 1.6. The error, "IDAT: invalid distance too far back", is triggered by bad CMF bytes in these PNG files.

I used optipng (statically linked against libpng 1.4.12) to optimize, and thus fix, the affected images.