Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Compress .png files using Zopfli #565

Merged
merged 1 commit into from
Aug 25, 2016
Merged

Compress .png files using Zopfli #565

merged 1 commit into from
Aug 25, 2016

Conversation

marcelgerber
Copy link
Contributor

Again, compressing our .png files using zopflipng, which is lossless compression.
Saves us 251kB.

@ficristo
Copy link
Collaborator

If we compresse the same images again what will happen? Will the images come back identical, I mean without be more compressed?

@petetnt
Copy link
Collaborator

petetnt commented Aug 25, 2016

@ficristo nothing would happen, just equally compressed 💅

@ficristo ficristo merged commit 09ad447 into master Aug 25, 2016
@ficristo
Copy link
Collaborator

In this case, merged.

@ficristo ficristo deleted the marcel/zopfli-png branch August 25, 2016 19:03
@marcelgerber
Copy link
Contributor Author

Well, I'm not quite sure, as Zopfli in the standard configuration only tries a set amount of time (read: very often) to optimize these images. So it could be that, based on an already compressed image, it can manage to shave off a few more bits. We can also set Zopfli to run a multitude of calculations more (which can take several hours sometimes) so we can get even better results, but I'm not sure this is worth the hassle.

@ficristo
Copy link
Collaborator

@marcelgerber thank you for the explanation.
No I don't want to compress at max the images, I only wanted to know what would happen.

@ficristo ficristo added this to the Release 1.8 milestone Aug 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants