-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Compression of README GIFs #6
Comments
I did see some comments about it. Thank you for taking the initiative to compress the GIFs! I'll update the README with your GIFs shortly :) |
My pleasure. It's the least I could do ) |
Hi @gezeta-id! I was checking your GIFs and I noticed that we can compress it even further. Because I still have the original videos, I converted them again to
These were the commands I used: ffmpeg -i surfaceplot.apng -vf "fps=10,scale=270:-1:flags=lanczos" frames/frame_%04d.png
gifski -o surfaceplot.gif --fps 10 --quality 70 frames/frame_*.png Before (~22.6MB)
After (~5.15MB ~4.4x smaller)
|
Thanks to @gezeta-id for the initial work in #6
The GIFs were updated in the Thank you for helping improve ImPlot3D, @gezeta-id! Feel free to check out the discussions if you're interested in contributing to new features 🙂 |
That's great! Much, much better than my attempt :) Happy to see it loading so fast in the readme now. |
Hi.
Some people were complaining about the images in the README taking a while to load or not even loading at all sometimes.
As a suggestion, you may want to consider compressing the GIFs.
In case you're interested, I've done a quick and dirty test and it brings the size from ~23MB to ~10MB which is a nice improvement without bringing down the quality too much.
If you want them, here are the compressed images:
The text was updated successfully, but these errors were encountered: