Comment 1 for bug 1745481

Revision history for this message
Franck Butelle (franck-butelle) wrote :

Hello,
this is due to a known problem with libpng :

https://github.com/glennrp/libpng/issues/125

this file (and others have been patched in the trunk version of marionnet

solution 1) reinstall marionnet with
./marionnet_from_scratch -m trunk
You will get a far better up to date version of marionnet and its components

solution 2) correct each broken png file with some tool like

pngcrush -fix -force old.png new.png

or

optipng -quiet -force -fix foo.png

JV: time for a new release (at least for these png files) ?