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.
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.
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.