View Single Post
  #78  
Old 25-11-2015, 01:34
ShadowEagle's Avatar
ShadowEagle ShadowEagle is offline
Registered User
 
Join Date: Dec 2014
Location: Wonderland
Posts: 138
Thanks: 18
Thanked 21 Times in 18 Posts
ShadowEagle is on a distinguished road
Quote:
Originally Posted by RamiroCruzo View Post
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?

Quote:
-cn -t+zgn -d0
Reply With Quote