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

Evaluate estimates of image compressed size #13

Open
1 of 3 tasks
spillerrec opened this issue Jan 13, 2018 · 0 comments
Open
1 of 3 tasks

Evaluate estimates of image compressed size #13

spillerrec opened this issue Jan 13, 2018 · 0 comments

Comments

@spillerrec
Copy link
Owner

The image gradient sum method is quite ad-hoc and doesn't really work that well. It does work though and is decently fast. Using real compression results is only very slightly better at a horrible slowdown (quality 0). But is it really better than just counting non-transparent pixels? Lets try making some different methods and properly evaluate speed / accuracy.

Suggestions to add:

  • Count amount of transparent pixels
  • Use LZ4 compression as suggested on FLIF gitter
  • Use LZ4 compression with PNG delta compression methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant