django-image-cropping icon indicating copy to clipboard operation
django-image-cropping copied to clipboard

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.

Results 29 django-image-cropping issues
Sort by recently updated
recently updated
newest added

As you can see from the screenshot, in the admin area, it doesn't let me crop until after i click add, before that, it doesn't show anything. ![image](https://user-images.githubusercontent.com/13500254/179095830-48b4b288-9ad8-4d0b-9554-5035737c3b44.png) Is there...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, recently I happen to use this project, but my requirement was different, that I had Image URL on S3 so, I needed to crop them, so what I did...

Missing Cloud Support

Hi, all. I'am trying to use image-cropping in custom Django form and no luck yet (cropping field filtered somewhere and missing in result form). If i making the same in...

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...

Missing Cloud Support

Is there an example of another implementation of an ImageBackend that does not go through easy_thumbnails? The problem is that I want to crop the image on upload and generate...

Feature Request
Missing Cloud Support

Why is Django Cropping when you change in Admin the resizing rectangle creating new files and also in DB. Basically, if you keep changing that rectangle your DB is getting...

Feature Request
Missing Cloud Support

So I just started out adding in django-image-cropping on a simple project. All is well aside from a weird chrome anomoly. I was moving uploaded files around and must have...

Feature Request
Missing Cloud Support

I was wondering if it might be possible to support ThumbnailerImageField in addition to ImageField. Right now I get the error `There's no widget registered to the class ThumbnailerImageField` ....

Feature Request

I do not find exact reason or situation. But when I save cropped image, it sometimes save wrong data. More detail, it save (X,Y) smaller than (X,Y) in admin page....