mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-26 09:50:24 +00:00
22 lines
476 B
ReStructuredText
22 lines
476 B
ReStructuredText
ImageKit
|
|
========
|
|
|
|
ImageKit brings automated image processing to your Django models. With an API
|
|
similar to that of Django's :ref:`models.Meta <django:meta-options>` options
|
|
class and the creation of a specification file, you'll be able to create an
|
|
infinite number of renditions for any image using any number of preprocessors.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
tutorial
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|