Class ImageFile
A mixin for use alongside django.core.files.base.File, which provides additional features for dealing with images.
Declaration
source linkDocumentation
Methods
@property
def height(self)
▷ def width(self) @property
Inherited methods
__bool__,
__enter__,
__exit__,
__init__,
__iter__,
__len__,
__repr__,
__str__,
chunks,
close,
multiple_chunks,
open,
size
Subclasses
Reexports