easy-thumbnails Questions
3
I need to give the admin the feature of uploading an image for an ImageField using AJAX, and then crop the portion of his choice (with a predefined dimension ratio or resolution) and then save the ...
Dansby asked 20/2, 2015 at 12:59
2
I've been reading about and trying various thumbnailing apps for Django. These are the requirements:
All generated thumbnails must be saved in a S3 bucket separate from the original images, i.e. ...
Trilbie asked 1/2, 2016 at 21:51
4
Solved
With a normal ImageField, serializing the URL is simply image = serializers.ImageField(). What should it look like when using easy-thumbnails?
So far, I've only found a function for getting the UR...
Welton asked 7/3, 2016 at 1:7
2
Solved
I am using easy-thumbnails in my Django 1.5 project to generate thumbnail images.
I have been using several different sizes for thumbnails for testing, but now I would like to clear all thumbnails...
Shaveling asked 25/4, 2013 at 17:47
1
Solved
Is it possible to access the URLs of easy_thumbs created images?
I have a model with an ImageField and a ModelForm to match.
# models.py
class ModelWithAnImage(models.Model):
image = Thumbnaile...
Socialist asked 23/4, 2013 at 16:36
2
Solved
I'm using easy-thumbnails to make thumbnails for my site. I want to create a thumbnail from an image that's 1500x1023px. The size of the desired thumbnail is 100x100px. What I want is for the thumb...
Crinum asked 14/8, 2012 at 20:17
1
© 2022 - 2024 — McMap. All rights reserved.