Quote:
Originally Posted by RamiroCruzo
Code:
precomp -brute0 -cn -t+zgn -d0
Or if you wanna avoid PNG multi parsing (brute mode will catch the streams inside PNGs, but act like reflate for multis), use this:
Code:
precomp -brute0 -cn -t+zg -d0
|
Thanks. But why these parameters?