Integrating Imagesharp with toast ui image editor #1788
-
Hello, I am thinking on the idea to use Imagesharp or similar solution to create a .net connector with tui.image-editor , my question here is does imagesharp provides the api's to make all the Features of editor backend compatible with a .net core 5+ mvc solution. Thanks for the help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@aloksharma1 we have a lot of image effects/filters, you can browse them here: Watch out for terminology, Filters mean color filters, you want to also look at Dithering, Convolution, Effects etc.. |
Beta Was this translation helpful? Give feedback.
-
thanks i will check thee in details, do you want me to close this thread (if i get all i want from these docs) or can i keep this open for future questions relating to this same issue. |
Beta Was this translation helpful? Give feedback.
@aloksharma1 we have a lot of image effects/filters, you can browse them here:
https://github.com/SixLabors/ImageSharp/tree/master/src/ImageSharp/Processing/Extensions
Watch out for terminology, Filters mean color filters, you want to also look at Dithering, Convolution, Effects etc..