I'm trying to replace imagesharp as a image processor in umbraco 13, but so far i'm only able to replace the url generator and dimension extractor, can't really figure out where i could replace the image processing, been looking through the docs and scouring google, but have come up short so far, so any help would be appreciated
tldr: i want to replace imagesharp and handle all image processing myself, but can't find any resources of how to do it
Replace imagesharp in umbraco 13
I'm trying to replace imagesharp as a image processor in umbraco 13, but so far i'm only able to replace the url generator and dimension extractor, can't really figure out where i could replace the image processing, been looking through the docs and scouring google, but have come up short so far, so any help would be appreciated
tldr: i want to replace imagesharp and handle all image processing myself, but can't find any resources of how to do it
Why do you want to replace ImageSharp? Is there any specific issue or limitation with ImageSharp that you're encountering?
Not really issues/limitations with imagesharp, as much as it's in my implementation i just want to use my own solution, and wondered if it's possible?
is working on a reply...