We implemented something based on the gist in that thread for one site but had trouble to make it play nicely together with the standard implementation, so it wasn't resizing the local images any more (possibly just due to lack of documentation). Ended up running the external images on a separate app.
remote.axd alternative for Umbraco 10
Hi people,
Anyone who knows if the old Imageprocessor feature with remote.axd have a counterpart on the new Umbraco 9/10?
The feature would let us get images from another website/service and crop/cache them on our own website.
/Rune
They have kept that out of ImageSharp on purpose: https://github.com/SixLabors/ImageSharp.Web/discussions/167
We implemented something based on the gist in that thread for one site but had trouble to make it play nicely together with the standard implementation, so it wasn't resizing the local images any more (possibly just due to lack of documentation). Ended up running the external images on a separate app.
Hi Chris,
Thanks for the info. It both makes sense and is very sad at the same time. It was a really great feature.
is working on a reply...