compression format used for ASI

Asked by Éric Proust

Hi,
I would like to know which compression format is used to produce ASI files. I can unzip them easily using IZARC, but have difficulties compressing them back into ASI. The files produced using ZIp or Jar compression cannot be read by AnalyseSI.

Question information

Language:
English Edit question
Status:
Solved
For:
AnalyseSI Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bruno Dabo (bruno.dabo) said :
#1

Hi,

A solution is
1./ gzip -d -S .asi <your_asi_file> ( for a decompression )
2./ gzip -S .asi <your_file> ( for compression )

Regards