django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

Automated image processing for Django. Currently v4.0

Results 116 django-imagekit issues
Sort by recently updated
recently updated
newest added

Add SafeImageSpecField that will not raise exception if source file is absent.

Given a simple model (as in the tutorial) with an ImageField and an ImageSpecField, the thumbnail shown in AdminThumbnail never links to the original image. The issue is here in...

I've had several types of errors. For example, MemoryError with _really_ large photos or simply bad image files that PIL could not even open. But in both cases cache entries...

I have code like this in the template: ``` {% thumbnail '588x344' idea.image as thumb %} ``` This will cause a 500 error if the source image is missing. This...

I think it would be useful to have a third caching strategy that is a combination of Optimistic and JustInTime. Optimistic increases performance by pre-generating the images, while also allowing...

hi, when using AdminThumbnail to render thumbs preview in admin (inline in my case), if using default template https://github.com/matthewwithanm/django-imagekit/blob/develop/imagekit/templates/imagekit/admin/thumbnail.html each line is rendered with a **< br / >** tag...

I'm using boto and django-storages to store my static and media files at Amazon S3, and django-imagekit to process the images. The first time an image is accessed it is...

Hello. I'm having a problem and I really don't know how to solve it. I'm using imagekit 3.0.3 in Heroku, with Django and boto for S3. I did some ImageSpecField...

What is the best way to rotate an image and have it quickly update the cached images? What I have works but if you have a 'best practices' way of...

It is very hard to define what's wrong with imagekit when no errors instead of `no module importers`. And after a few minutes founded out that I have not installed...