converted png image report error: ERROR 1: libpng: zTXt: chunk data is too large
Following discussion on #9 (closed), the converted PNG image can't be properly download with browser reporting an error:
From command line:
jesus@earth:~/git/wsm.rest/imageProcessing/issue_9$ gdalinfo GH-005-def.10per.png
ERROR 1: libpng: zTXt: chunk data is too large
gdalinfo failed - unable to open 'GH-005-def.10per.png'.
Indicated on some forums this could be caused by issues on libpng version 1.6.32
Convention scripts use (Jorge's laptop) libpng16.so.16.34.0
, latest online version: 1.6.37
Indication that this bug was already fixed