mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-21 23:50:22 +00:00
Crop doesn't necessarily imply the any scaling is taking place. Several ideas were discussed, from renaming Crop to combining both processors into a single Resize processor (as they were in the original IK), but those solutions were felt to either precluded future extension (alternative resize modes) or make the API too verbose.
18 lines
275 B
ReStructuredText
18 lines
275 B
ReStructuredText
API Reference
|
|
=============
|
|
|
|
|
|
:mod:`models` Module
|
|
--------------------
|
|
|
|
.. automodule:: imagekit.models
|
|
:members:
|
|
|
|
:mod:`processors` Module
|
|
------------------------
|
|
|
|
.. automodule:: imagekit.processors
|
|
:members:
|
|
|
|
.. automodule:: imagekit.processors.resize
|
|
:members:
|