-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support webp images #273
Comments
It’s very likely that we will not implement this feature. For static images, you can convert its type manually; for images from a CDN (e.g. Cloudinary or Unsplash), usually you can specify the format via a parameter. |
You can also use Next.js Image Optimization. Something like:
Update: you can use |
Hi ! @shuding I took time during week to try to handle webp image format in satori directly. I figured out the only this that I needed to decode was the image width and height. Am I wrong ? |
This limitation should at least be doc'd. Is there a list of supported image types somewhere? |
Feature Request
Allow webp images to be rendered
The text was updated successfully, but these errors were encountered: