Knight Compressor
It is a compressor tool with simple GUI and lots of flexibility in term of adding new compression method and compression options.
Special thanks to
Cesar82 for his significant contribution and efforts throughout this project and without his support it was not possible for me to complete this project.
Quote:
Steps to add new compression method and options are below: (lets say we want to add srep compression method)- Add the compression method srep in "Methods_x32.ini" (if it is 32 bit) and/ or in "Methods_x64.ini" (if it is 64 bit).
- Create a folder srep in "Resource32" (if it is 32 bit) and/ or in "Resource64" (if it is 64 bit) and copy resources in the folder.
- Edit arc.ini file in "Resource32" (if it is 32 bit) and/ or in "Resource64" (if it is 64 bit).
[External compressor:srep]
header = 0
packcmd = Resource32\srep\srep {options} InFile - <stdout>
datafile = InFile
[External compressor:srep]
header = 0
packcmd = Resource64\srep\srep{options} InFile - <stdout>
datafile = InFile
- Create a text file and name it srep and change the extension to .ini. Add the options for the compression method.
|
Note: Try to keep the compression method and resource name same. e.g.
srep
Remark:
There is no intention of infringing anyone's copyright.
Screenshots: