ImageProcessor - processing images that are not Umbraco Media items
Hi all
Using U7.5.9
Looking at package.config, we have:
ImageProcessor v2.5.2
ImageProcessor.Web v4.8.2
ImageProcessor.Web.Config v2.3.0.0
ImageProcessor.Web.Plugins.AzureBlobCache v1.3.0
This all works great when we upload images as Media items.
However, the website also allows users to upload images to their accounts. These images are not processed by Umbraco i.e. they are not media items. We still need to resize/crop these but adding width/height/mode instruction as querystring to the url of an image is not working as I expected.
User images are all stored in Azure so the complete url with ImageProcessor querystring that we output would be something like
ImageProcessor - processing images that are not Umbraco Media items
Hi all
Using U7.5.9
Looking at package.config, we have:
This all works great when we upload images as Media items.
However, the website also allows users to upload images to their accounts. These images are not processed by Umbraco i.e. they are not media items. We still need to resize/crop these but adding width/height/mode instruction as querystring to the url of an image is not working as I expected.
User images are all stored in Azure so the complete url with ImageProcessor querystring that we output would be something like
Is there extra configuration needed to make this happen?
Jules
Hi,
The querystring in this case is passed to azure, which is not what you want.
What you could use is the Remote.axd handler from ImageProcessor
Kind regards
Damiaan
Works a treat. Thanks Damiaan
Jules
is working on a reply...