jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

Cropping Not working when integrating my App to Azure Blob Storage #166

Open szpm102 opened 3 years ago

szpm102 commented 3 years ago

Good Afternoon

I was looking at moving my file storage to an azure blob storage. However am encountering issues with cropping images when they are uploaded in the Blob storage as per the below example

image

Any idea on if I'm doing something wrong or else this feature does not work with Azure Blob Storage?

Thanks

MRigal commented 3 years ago

Unfortunately, cloud storage engines are not properly supported yet, see !163 Feel free to submit a PR to support them. Out of curiosity, which library are you using to provide/connect to Azure Blob Storage?