spillerrec / cgCompress

Efficiently store Visual Novel cgs by using a multi-image format for storing all variations of one image in one file. This way, only the differences need to be stored which reduces the file size significantly.
GNU General Public License v3.0
16 stars 1 forks source link

New compression by detecting equal pixels #7

Open spillerrec opened 7 years ago

spillerrec commented 7 years ago

Try out compression method where each pixel is only saved once. Instead of finding out how we can get from one image to another, find out which pixels are shared with which images.