matmen / ImageScript

zero-dependency JavaScript image manipulation
https://www.npmjs.com/package/imagescript
Other
619 stars 32 forks source link

[FR] Blur an image #23

Open drgarlic opened 2 years ago

drgarlic commented 2 years ago

Hi !

First of all, awesome library !

But there is one feature missing, would it be possible to add the possibility to blur an image ? I searched and don't think there is a way to do it via your library or even Deno right now.

It would be really cool !

My use case is that I need a server that gets a url as an input, fetches the image from the url, does some manipulation to it including blurring it and returns the image to the user.

Anyway, thank you for your work !