What's Changed
- Allow user to send files directly if not image, some related issues:
- Skip processing some image and render them directly(e,g source image type is already WebP)
- Port Metadata function from WebP Cloud to WebP Server Go
- Render optimized(WebP/AVIF) image if source image is HEIC and browser doesn't support it
- Always render supported image format for browser, e.g: source image is AVIF,
CONVERT_TYPES
is["webp","avif"]
and browser only supportimage/webp
, in this case, webp image will be served
More info can be found at WebP Server Go 0.13.0 is released - WebP Cloud Services Blog or WebP Server Go 0.13.0 发布
Full Changelog: 0.12.3...0.13.0