Version: 0.3 (using KDE 4.2.4) OS: Linux Installed from: Debian testing/unstable Packages Performing any of the operations that the MetaDataEdit-plugin provides on PNG images leads to corruption of the CRCs in the PNG, as shown by the following libpng warning messages: libpng warning: zTXt: CRC error libpng warning: iTXt: CRC error These are printed to the console by most programs (gimp, kuickshow of kde3, digikam) that open these modified PNGs. All image-data seems to be intact, however (verified using compare of ImageMagick). I only stumbled upon the problem because "pngcrush" aborts on any libpng warnings.
Created attachment 34665 [details] Test-png file without errors, created with inkscape
Created attachment 34666 [details] test-1-okay.png modified using MetaDataEdit->Edit Exif, CRC errors test-1-okay.png modified using MetaDataEdit->Edit Exif, set Name to Test. This file shows CRC errors when opened in kuickshow: libpng warning: zTXt: CRC error libpng warning: zTXt: CRC error libpng warning: iTXt: CRC error
This is not the plugin, but Exiv2 library. this problem is fixed with current Exiv2 code from svn (next 0.18.2). Gilles Caulier