[Impelmented] Packer Compression Level
Posted: Sun Jul 10, 2016 6:44 pm
it would be nice to have the freedom to select the compression level upon creation:
c ya,
nco2k
Code: Select all
Result = CreatePack(#Pack, Filename$ [[, Plugin], Level])
Result = OpenPack(#Pack, Filename$ [[, Plugin], Level])
Result = CompressMemory(*Buffer, Size, *Output, OutputSize [[, Plugin], Level])
nco2k