imazen / imageflow-dotnet-server

A super-fast image server to speed up your site - deploy as a microservice, serverless, or embeddable.
https://docs.imageflow.io
GNU Affero General Public License v3.0
246 stars 33 forks source link

Out of sequence sharpen commands fail to apply sharpen filter #56

Closed JAMAS closed 2 years ago

JAMAS commented 2 years ago

Works

?f.sharpenwhen=always&down.filter=cubic_sharp&up.filter=cubic_sharp&f.sharpen=33

Doesn’t work

?f.sharpen=33&f.sharpenwhen=always&down.filter=cubic_sharp&up.filter=cubic_sharp

lilith commented 2 years ago

These look identical to me, even if I go up to 50% sharpening. Can you share the versions of Imageflow and Imageflow.NET Server you are using? I'm testing with libimageflow release 1.5.8-rc62 (1f6dc67ee* 2021-03-29) for x86_64-pc-windows-msvc

lilith commented 2 years ago

Unable to reproduce issue, reopen if issue re-occurs