Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can we reduce PNG size? #55

Closed
hampelm opened this issue Jun 5, 2013 · 2 comments
Closed

How can we reduce PNG size? #55

hampelm opened this issue Jun 5, 2013 · 2 comments

Comments

@hampelm
Copy link

hampelm commented Jun 5, 2013

Here's a tile that's about 65KB:
3027

It feels like this could be reduced significantly -- but I don't know how. Running it through http://tinypng.org gets it down to 25.7 KB without a terrible reduction in quality:

3027 1

@Mr0grog
Copy link
Member

Mr0grog commented Jun 5, 2013

Pipe it through pngcrush (https://npmjs.org/package/pngcrush) or pngquant (https://npmjs.org/package/pngquant). It is a stream, after all :)

@hampelm
Copy link
Author

hampelm commented Jun 5, 2013

Awesome, thanks!

@Mr0grog Mr0grog closed this as completed Jun 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants