This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Description
The ideal workflow for users of this component is:
- User uploads a JPEG|GIF|PNG
wasm-thumbnail converts to WEBP
so that we are guaranteed not to host the exact bytes that a user uploaded (i.e. we force a conversion between image formats).
At the moment, the Rust code will accept input images in any of the supported formats.