jonasundderwolf / django-image-cropping

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

One crop, multiple cached thumbnails #67

Open philippeluickx opened 9 years ago

philippeluickx commented 9 years ago

Hey! You can have multiple crops on one image. But what if I would like to have one crop and pregenerate several cached version from that crop (e.g. small thumbs for list view, medium for the detail view, large for a background image)? Easy thumbnails manages this easily with aliases, not sure how to use one common crop though.