jonasundderwolf / django-image-cropping

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

Images are not cropped? #164

Closed prasetyaputraa closed 3 years ago

prasetyaputraa commented 3 years ago

Hi, I followed the basic instruction. Somehow images saved from admin are not cropped. the easy_thumbnails does its job though. I'm on:

prasetyaputraa commented 3 years ago

Sorry it was my fault, I thought the library takes care of the cropping process? Or is it only provide the coordinate?