You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only support processing of jpg, png and svg.
We also need to support gif. I expect we'll need to update the scripts/images.js build task to include this extension, and make use of imagemin-gifsicle or similar.
I set the number of colours to 96, this offers a reasonable level of compression without degrading the image too much. Our mileage will vary a bit though depending on the image, ideally we need to encourage the use of jpg for photography and png for everything else.
There is also webp but that's a discussion for another day 🙂
Currently we only support processing of jpg, png and svg.
We also need to support
gif
. I expect we'll need to update thescripts/images.js
build task to include this extension, and make use ofimagemin-gifsicle
or similar.See current PR in need of this support: #236
The text was updated successfully, but these errors were encountered: