strapi-community / strapi-plugin-local-image-sharp

Dynamically resize, format and optimize images based on url modifiers.
https://strapi-community.github.io/strapi-plugin-local-image-sharp/
65 stars 17 forks source link

How to use sharpen parameter? #24

Open nagman opened 1 year ago

nagman commented 1 year ago

The example in the docs doesn't work.

When I test with only ?sharpen, I get the following error:

IPX Error (Expected number between 0.01 and 10000 for sigma but received  of type string)

I've tried with ?sharpen.sigma=100, and it works, but there's no change on the resulting image.

PS: great great plugin! Maybe one of my most long-awaited plugins for strapi (or Next.js)