No description
Find a file
Christian Schneider 4f02842ae3 Fixed bZip2 recompression
Fixes #82
2018-09-17 08:19:40 +02:00
contrib Include missing header for uint16_t 2018-09-15 09:11:13 +02:00
vs2015/Precomp Visual Studio: Fix 64-bit release target 2018-02-11 10:28:29 +01:00
.gitignore More .gitignore entries for CMake 2018-09-14 06:28:13 +00:00
changes_before_git.txt Initial commit of Precomp 0.4.4 source code 2016-01-06 12:10:58 +01:00
CMakeLists.txt Adjust CMakeLists.txt for Linux (should fix #83) 2018-09-14 06:20:27 +00:00
dlltest.cpp Initial commit of Precomp 0.4.4 source code 2016-01-06 12:10:58 +01:00
LICENSE Initial commit 2014-06-16 11:40:58 +02:00
precomp.cpp Fixed bZip2 recompression 2018-09-17 08:19:40 +02:00
precomp.h Initial commit. 2018-04-14 22:05:37 +02:00
precomp_dll.h "Intense" instead of "slow" (mode) 2017-07-29 11:27:17 +02:00
README.md - update to preflate v0.3.2 (bug fix) 2018-05-09 23:13:13 +02:00
readme.txt Version 0.4.6 release 2017-09-08 06:32:14 +02:00

Precomp

Join the chat at https://gitter.im/schnaader/precomp-cpp

Packaging status

Fork note

This is an experimental fork of precomp, that uses the preflate library for deflate stream recompression.

What is Precomp?

Precomp is a command line precompressor. You can use it to achieve better compression on some file-/streamtypes (works on files and streams that are compressed with zLib or the Deflate compression method, bZip2, GIF, JPG and MP3). Precomp tries to decompress the streams, and if they can be decompressed and "re-"compressed so that they are bit-to-bit-identical with the original stream, the decompressed stream can be used instead of the compressed one.

The result is a .pcf file (PCF = PreCompressedFile) that contains more decompressed data than the original file. Note that this file is larger than the original file, but if you compress it with a compression method stronger than Deflate, the compression is better than before.

Since version 0.4.3, Precomp is available for Linux, too. The Linux and Windows versions are completely compatible, PCF files are exchangeable between Windows and Linux systems.

How can I contribute?

  • You can have a look at the Issue list
  • You can build the project or download the binaries (see below), run it on your system and report bugs or make enhancement proposals.

Releases/Binaries

Official GitHub releases for both Windows and Linux.

Alternative binary download of the latest official release for both Windows and Linux.

Binaries for older version can be found at this Google Drive folder.

Contact

Christian Schneider

schnaader@gmx.de

http://schnaader.info

Donations

To donate, you can either use the donate button on my homepage or send bitcoins to

1KvQxn6KHp4tv92Z5Fy8dTPLz4XdosQpbz

Credits

Thanks for support, help and comments:

License

Copyright 2006-2018 Christian Schneider

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.