ImageScript icon indicating copy to clipboard operation
ImageScript copied to clipboard

[FR] Webp Support for Deno

Open tlgimenes opened this issue 2 years ago • 3 comments

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 avatar Apr 02 '22 14:04 tlgimenes

Any news?

mi3lix9 avatar Jun 24 '22 17:06 mi3lix9

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/[email protected]) to do this

bpevs avatar Feb 08 '23 02:02 bpevs

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

Theiaz avatar Apr 26 '24 15:04 Theiaz