View Single Post
  #1  
Old 06-08-2018, 04:59
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Problem with ZTOOL

I'm trying to compress combining pzlib or pzlib:max method with srep/SREPMAX or other and freearc just skips the beat as I can say.
ZTool compression is just skipped and freearc proceeds to next method.

2018-08-05_10h10_11.png

Arc.ini file is presented as below:

Code:
[External compressor:pzlib]
header    = 0
default   = :max:c32m
packcmd   = ZTOOL\ZTool e:pzlib:t25p{:option} - - <stdin> <stdout>
unpackcmd = ZTOOL\ZTool d:pzlib:t100p:cm0 - - <stdin> <stdout>
datafile  = Input
I've tested also below configuration:
Code:
[External compressor:pzlib]
header    = 0
packcmd = _Compressors\ZTool e:pzlib:t25p:c128m{:option} Input <stdout>
unpackcmd = _Compressors\ZTool d:pzlib:t100p:cm0mb - - <stdin> <stdout>
datafile   = Input
Reply With Quote
Sponsored Links