Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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