The QER file format is designed for efficient compression, reducing file sizes by approximately 70%. This open-source system enables quick compression, decompression, and analysis of data in .qer files.
- Efficient Compression: Compress files into
.qerformat with up to 70% size reduction. - Decompression: Extract and access data from
.qerfiles. - Data Read: The tool will only support reading (and not modifying) .qer files.
To compress files into a .qer archive, use the following command:
python qercompress.bin test1.jpg test2.rar test3.zip -n namefile.qerTo decompress and extract files from a .qer file, use:
python qertract.bin namefile.qerTo read the contents of a .qer file, use:
python qerreadonly.bin namefile.qerqercompress.exe test1.jpg test2.rar test3.zip -n namefile.qerqertract.exe namefile.qerqerreadonly.exe namefile.qer