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