mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-10 16:30:58 +00:00
Explicitly import crop module
So you can `import crop from imagekit.processors`
This commit is contained in:
parent
ed64032762
commit
25be1f66ca
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from both the filesystem and the ORM.
|
|||
|
||||
"""
|
||||
from imagekit.lib import Image, ImageColor, ImageEnhance
|
||||
from imagekit.processors import resize
|
||||
from imagekit.processors import resize, crop
|
||||
|
||||
|
||||
RGBA_TRANSPARENCY_FORMATS = ['PNG']
|
||||
|
|
|
|||
Loading…
Reference in a new issue