We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See PR #7518 where @davelab6 wrote:
@nathan-williams noted that the Ojuju image3.gif is a whopping 1.5Mb, and so I ran gifsicle to downscale and optimize it to 317kb gifsicle --resize-width 1200 -O=3 --lossy=80 image3.gif; gifsicle also shaved 1kb off image5.gif with no changes. And for Roboto Flex, @felipesanches pointed out its hero.png was 17mb (LOL) so I converted it to 166kb JPG :) sips -Z 800 -s format jpeg -s formatOptions 80 hero.png -o hero.jpg; jpegoptim hero.jpg;
@nathan-williams noted that the Ojuju image3.gif is a whopping 1.5Mb, and so I ran gifsicle to downscale and optimize it to 317kb
gifsicle --resize-width 1200 -O=3 --lossy=80 image3.gif;
gifsicle also shaved 1kb off image5.gif with no changes.
And for Roboto Flex, @felipesanches pointed out its hero.png was 17mb (LOL) so I converted it to 166kb JPG :)
sips -Z 800 -s format jpeg -s formatOptions 80 hero.png -o hero.jpg; jpegoptim hero.jpg;
cc @davelab6 @chrissimpkins
The text was updated successfully, but these errors were encountered:
Thanks @emmamarichal :) Assigning to @yanone to complete execution of the image clean-up task using his knowledge of web development good practices :)
Sorry, something went wrong.
yanone
No branches or pull requests
See PR #7518 where @davelab6 wrote:
cc @davelab6 @chrissimpkins
The text was updated successfully, but these errors were encountered: