mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-25 23:44:45 +00:00
Add TODO
This commit is contained in:
parent
5494ee7fc1
commit
f9e2ce8649
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ class ImageSpec(BaseImageSpec):
|
|||
format = format or img.format or original_format or 'JPEG'
|
||||
|
||||
imgfile = img_to_fobj(img, format, **options)
|
||||
# TODO: Is this the right place to wrap the file? Can we use a mixin instead? Is it even still having the desired effect? Re: #111
|
||||
content = IKContentFile(filename, imgfile.read(), format=format)
|
||||
return content
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue