Q: Webp, URL transformations
Hello! Very promising product. Super interested.
1. is it possible to generate images in Webp format?
2. is it possible to perform image transformations via url?
Cheers

togedir
Aug 27, 2024A: Hi pointtwo 🙌, thanks for your interest in MarkupGo!
1. Yes, we support WebP format. Here is en example webp image that just got generated: https://files.markupgo.com/tasks/66923f55c937bb8a3d73a1fb/1724771111693.webp
You just need to specify the format in the request, like this: Please check this page for more information: https://markupgo.com/docs/api/image#image-properties
2. Yes, we support image transformations via URL. Here is an example of a URL that generates a 200x200 thumbnail of the image above: https://files.markupgo.com/tasks/66923f55c937bb8a3d73a1fb/1724771111693.webp?width=200&height=200
There are many other transformations you can perform, such as resizing, cropping, rotating, and more. You can find more information in our documentation: https://markupgo.com/docs/image-transformation
Here is an blurred version of the image above: https://files.markupgo.com/tasks/66923f55c937bb8a3d73a1fb/1724771111693.webp?blur=10
Please let us know if you have any other questions or need further assistance. We are happy to help!