-
Notifications
You must be signed in to change notification settings - Fork 26
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
Website images #267
Comments
I am not opening a real issue because we can safely ignore this problem. FirefoxOne thing that I noticed is that on Firefox this GIFs get rendered with some scaling-dependent artifacts: ChromeFortunately these artifacts are much less visible in Chrome (that is used by the vast majority of web users): ExplanationJust to let you know, this probably happens as an 2D aliasing effect due to the combination of the regular pattern used by your GIF encoder to represent the gray of the Gazebo background using the limited 256-color palette available in GIFs : Possible solutionsAgain, this is not something that we need to address, but just out of curiosity a possible solution is to use an animated image format that does not have the 256-color limitations of animated GIFs. Two possible alternatives are |
Thanks for proving so many information @traversaro, you saved me a good amount of time :) I am a firefox user too and I already noticed this strange behaviour, however since other browsers did not suffer from this glitch, I postponed the investigation of the root cause. Beyond what you reported, I also noticed is that this glitch depends on the active zoom scale you're using on the webpage. I suspect as well it is issue related to the encoding I used to create the gifs:
It doesn't seem that gifsicle supports other output file formats, but we could investigate alternatives. |
|
I'll have a look at it, thanks! In the meantime, I opened and pinned #271. |
I found that
No need to install anything else. I updated the images in the first post. Note that APNGs are bigger than GIFs on average. I noticed that the difference grows with file size. In any case, final size is acceptable.
|
This issue stores the images used in the website. For the time being I prefer avoid adding them to the git repository.
Images
Images (APNG)
The text was updated successfully, but these errors were encountered: