Hello, I have a file produced by Adobe ImageReady and apparently pngout is not able to reduce it any further, the problem is that since it cannot reduce the overall file size it does not strip the tEXt chunk: pngout -v wont-remove-chunk.png Name Offset Length CRC Required chunk: IHDR 00000010 0000000d 017365fa Remove chunk: tEXt 00000029 00000019 71c9653c Required chunk: IDAT 0000004e 000029df b71836bb Required chunk: IEND 00002a39 00000000 ae426082
I know I could force pngout to write the bigger file but I would loose the smaller IDAT chunk, is there a way to remove the tEXt chunk and keep the existing IDAT chunk? (without using another tool). And what would have happen if pngout had produced a slightly larger IDAT chunk compared to the actual one, but a smaller overall file size due to the chunk removal?
Awesoken at
Re: pngout: does not remove tEXt chunk if it does not also reduce IDAT
I do not intend to make PNGOUT into a full blown chunk editor. Please use TweakPNG for that. The existing ability to edit chunks (at least sometimes) should be considered bonus.