How can i add support for image sharpening in Umbr...
# help-with-umbraco
s
k
I think you would need to implement your own WebProcessor that calls the sharpening extension they have some examples in the repo: https://github.com/SixLabors/ImageSharp.Web/blob/main/src/ImageSharp.Web/Processors/BackgroundColorWebProcessor.cs
m
Here's how I added '&tint='
15 Views