Quote:
Originally Posted by KaktoR
Your $deflate is horibly wrong.
Just write like that
Code:
$deflate=xZLib+srep:m3f:l256+XZ
And don't use a slash "/" if no other group is after this.
|
Thanks man. It works now.
I want to ask something too.
In xZLib:
[External compressor:xZLib]
header = 0
;packcmd = "PE\XT" e

recomp:t75p:zlib InFile <stdout>
packcmd = "PE\XT" e

recomp:t75p,c32m:zlib - - <stdin> <stdout>
datafile = InFile
precomp normally first precompress, than compress any file automatically. We need to use -cn command for no compress. Is there any way to add -cn for xZLib?
For example in config0.ini file there is a line:
#Pre-Compressors
PJ = precomp:t-j
If I do this
PJ = precomp:cn (I want precomp compress jpg files so I deleted t-j)
Than precomp in xZLib has no compress option?