Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▾ core
▸ asgi
▸ cache
▸ checks
▸ exceptions
▾ files
▸ base
▾ images
class
ImageFile
▸ locks
▸ move
▸ storage
▸ temp
▸ uploadedfile
▸ uploadhandler
▸ utils
▸ handlers
▸ mail
▸ management
▸ paginator
▸ serializers
▸ servers
▸ signals
▸ signing
▸ validators
▸ wsgi
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class ImageFile
django
.
core
.
files
.
images
.
ImageFile
A mixin for use alongside django.core.files.base.File, which provides additional features for dealing with images.
Declaration
class
ImageFile(
File
)
source
link
Documentation
Methods
▷
def
height
(
self
)
@property
@property
def
height(
self
)
source
link
▷
def
width
(
self
)
@property
@property
def
width(
self
)
source
link
Inherited methods
Methods inherited from
django
.
core
.
files
.
base
.
File
:
__bool__
,
__enter__
,
__exit__
,
__init__
,
__iter__
,
__len__
,
__repr__
,
__str__
,
chunks
,
close
,
multiple_chunks
,
open
,
size
Methods inherited from
django
.
core
.
files
.
utils
.
FileProxyMixin
:
closed
,
readable
,
seekable
,
writable
Subclasses
django
.
db
.
models
.
fields
.
files
.
ImageFieldFile
Reexports
Imported in
django.db.models.fields.files
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04