1
1
|Build Status |_
2
2
3
- .. |Build Status | image :: https://travis-ci.org /matthewwithanm/django-imagekit.svg?branch=develop
4
- .. _Build Status : https://travis-ci.org /matthewwithanm/django-imagekit
3
+ .. |Build Status | image :: https://github.com /matthewwithanm/django-imagekit/actions/workflows/python.yml/badge .svg?branch=develop
4
+ .. _Build Status : https://github.com /matthewwithanm/django-imagekit/actions/workflows/python.yml
5
5
6
6
ImageKit is a Django app for processing images. Need a thumbnail? A
7
7
black-and-white version of a user-uploaded image? ImageKit will make them for
8
- you. If you need to programatically generate one image from another, you need
8
+ you. If you need to programmatically generate one image from another, you need
9
9
ImageKit.
10
10
11
11
ImageKit comes with a bunch of image processors for common tasks like resizing
@@ -22,17 +22,11 @@ __ https://github.com/fish2000/instakit
22
22
Installation
23
23
============
24
24
25
- 1. Install `PIL `_ or ` Pillow `_. (If you're using an ``ImageField `` in Django,
25
+ 1. Install `Pillow `_. (If you're using an ``ImageField `` in Django,
26
26
you should have already done this.)
27
27
2. ``pip install django-imagekit ``
28
- 3. Add ``'imagekit' `` to your ``INSTALLED_APPS `` list in your project's settings.py
28
+ 3. Add ``'imagekit' `` to your ``INSTALLED_APPS `` list in your project's `` settings.py ``
29
29
30
- .. note :: If you've never seen Pillow before, it considers itself a
31
- more-frequently updated "friendly" fork of PIL that's compatible with
32
- setuptools. As such, it shares the same namespace as PIL does and is a
33
- drop-in replacement.
34
-
35
- .. _`PIL` : http://pypi.python.org/pypi/PIL
36
30
.. _`Pillow` : http://pypi.python.org/pypi/Pillow
37
31
38
32
@@ -447,7 +441,7 @@ AdminThumbnail can even use a custom template. For more information, see
447
441
Management Commands
448
442
-------------------
449
443
450
- ImageKit has one management command—`generateimages `—which will generate cache
444
+ ImageKit has one management command—`` generateimages ` `—which will generate cache
451
445
files for all of your registered image generators. You can also pass it a list
452
446
of generator ids in order to generate images selectively.
453
447
@@ -473,9 +467,8 @@ people, open a pull request so we can take a look!
473
467
You can also check out our list of `open, contributor-friendly issues `__ for
474
468
ideas.
475
469
476
- Check out our `contributing guidelines `__ for more information about pitching in
470
+ Check out our `contributing guidelines `_ for more information about pitching in
477
471
with ImageKit.
478
472
479
-
480
473
__ https://github.com/matthewwithanm/django-imagekit/issues?labels=contributor-friendly&state=open
481
- __ https://github.com/matthewwithanm/django-imagekit/blob/develop/CONTRIBUTING.rst
474
+ .. _ `contributing guidelines` : https://github.com/matthewwithanm/django-imagekit/blob/develop/CONTRIBUTING.rst
0 commit comments