Skip to content
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

[FR] Webp Support for Deno #20

Open
tlgimenes opened this issue Apr 2, 2022 · 3 comments
Open

[FR] Webp Support for Deno #20

tlgimenes opened this issue Apr 2, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@tlgimenes
Copy link

Hi folks! First of all, awesome project, great job!

I'm trying to create a smart image server that crops/encodes the image depending on the user's browser on Deno. Node.js has lots of alternatives, like Sharp etc, however, Deno still does not support most of them.
I've come across ImageScript recently and really liked your approach of zero dependencies and decided to give it a go, however, I've noticed the Deno branch lacks WEBP support. I've seen that the master branch already supports webp and my question is, do you plan to support webp on Deno on the near future? Thanks!

@tlgimenes tlgimenes added the enhancement New feature or request label Apr 2, 2022
@Mi3liX9
Copy link

Mi3liX9 commented Jun 24, 2022

Any news?

@bpevs
Copy link

bpevs commented Feb 8, 2023

fwiw, I'm pretty sure it's more resource intensive, but in the meantime you can use wasm imagemagick stuff (ala https://deno.land/x/imagemagick_deno@0.0.14) to do this

@Theiaz
Copy link

Theiaz commented Apr 26, 2024

Would be very nice to have a performant lib on deno!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants