django-imagekit
django-imagekit copied to clipboard
Automated image processing for Django. Currently v4.0
Using S3, saving a model instance with ImageSpecs works great when number of files in the bucket is small (~1 second), but as the number of images increases (~100,000) saving...
When you set ImageSpecField at the same time with ImageFiled, ImageField will not work(will not create media folder and will not put uploaded image inside it). But ImageSpecField all the...
Hi. I got very strange behavior for Celery cache backend. So, I set all settings according to documentation, but IK just didn't create cache images. Without any messages in stdout...
Hi, hope you can allow attribute name with dash in _thumbnail_ template tag . This will be more compatible with html 5 spec that allow attribute like _data-id_ , etc....
Would it be possible to add the options as an init paramters in ImageSpec class? Do you see problem with doing something like this: ``` python def __init__(self, source,options=None): self.source...
Only noticed this while mocking out branch coverage for a custom namer (which essentially copies most of `source_name_dot_hash`): if `source_filename` becomes `None` [because for whatever reason](https://github.com/matthewwithanm/django-imagekit/blob/develop/imagekit/cachefiles/namers.py#L57) `generator.source` does not have...
Hi, I was wondering if it is possible to do the following with a `Model` like this: ``` class TestImage(models.Model): original = models.ImageField(max_length=255, upload_to=get_upload_to) thumbnail = ProcessedImageField(upload_to=get_thumbnail_upload_to, processors=[Transpose(), ResizeToFill(99, 128)],...
When I try to show a image in template appears these error: ``` Environment: Request Method: GET Request URL: http://local.soofertas.net.br:8000/produto/pm-us72524-curso-de-piano/ Django Version: 1.8.5 Python Version: 3.5.0 Installed Applications: ('django_extensions', 'django.contrib.admin',...
Suddenly i got `“IOError: image file truncated” with big images` on some of my sites. Site editor find this truncated jpeg somewhere in the internet and upload it on site....
I don't think this repo is setup correctly in travis-ci. When I go to look at the test runs, this is what I see: https://travis-ci.org/matthewwithanm/django-imagekit/