View Single Post
  #13  
Old 03-08-2020, 11:19
Atakanbasturk Atakanbasturk is offline
Registered User
 
Join Date: Dec 2012
Location: istanbul
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
Atakanbasturk is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
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" erecomp:t75p:zlib InFile <stdout>
packcmd = "PE\XT" erecomp: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?

Last edited by Atakanbasturk; 03-08-2020 at 12:20.
Reply With Quote