Trying to precompress a png image using xtool (2020 version) using the command -
Code:
xtool precomp -mpng+preflate -d1 Hint.png hint_png_preflate
and trying -
Code:
xtool precomp -mpng+reflate -d1 Hint.png hint_png_reflate
In both cases the outputs were only
slightly larger than the original!?
For preflate option, 3642461 bytes to 3642579 bytes
and for reflate option, 3642461 bytes to 3642578 bytes.
Why only a slight increase in file sizes? Is there something I'm missing in the commands?
png image
here