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.
If two images are exactly the same, cgCompress crashes when it tries to render the image, as the image gets saved twice, but with width and height offset to be outside the image. The crash should not happen, nor should it save the image twice.
If two images are exactly the same, cgCompress crashes when it tries to render the image, as the image gets saved twice, but with
width
andheight
offset to be outside the image. The crash should not happen, nor should it save the image twice.