Skip to content

Support for conversion to next gen image formats (webp, jpeg2000 etc) #165

@shauunhimseelf

Description

@shauunhimseelf

Consider supporting next gen image formats
https://web.dev/uses-webp-images/

  • Would suggest WebP as atm it looks like the one that will likely be the defacto standard
    Webp - Edge, Firefox, Chrome, partial safari
    JPEG2000 - Safari
    JPEG XR - IE

  • We can automatically create each of the webp files on the CLI on fe build using

`for file in images/*; do cwebp -q 50 "$file" -o "${file%.*}.webp"; done`

(cwebp is shipped by default on Linux boxes)

Metadata

Metadata

Labels

effort: highIssues which are considered a hard task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions