Contents

easy-thumbnails 2.8.5

0

Easy thumbnails for Django

A powerful, yet easy to implement image thumbnail generator application for Django. The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. Under the hood, easy-thumbnail uses PIL to perform the image manipulation.

Stars: 1357, Watchers: 1357, Forks: 312, Open Issues: 96

The SmileyChris/easy-thumbnails repo was created 14 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1357 github stars!

How to Install easy-thumbnails

You can install easy-thumbnails using pip

pip install easy-thumbnails

or add it to a project with poetry

poetry add easy-thumbnails

Package Details

Author
Chris Beaven
License
Homepage
http://github.com/SmileyChris/easy-thumbnails
PyPi:
https://pypi.org/project/easy-thumbnails/
GitHub Repo:
https://github.com/SmileyChris/easy-thumbnails

Classifiers

  • Software Development/Libraries/Application Frameworks
  • Software Development/Libraries/Python Modules
No  easy-thumbnails  pypi packages just yet.

Errors

A list of common easy-thumbnails errors.

Code Examples

Here are some easy-thumbnails code examples and snippets.

GitHub Issues

The easy-thumbnails package has 96 open issues on GitHub

  • Reportlab dependency causes security warning
  • easy-thumbnails 2.8 removed support for high resolution images

See more issues on GitHub

Related Packages & Articles

pillow 10.3.0

Pillow is a Python package that extends the image processing capabilities of your Python interpreter. It provides a comprehensive suite of tools for dealing with images, similar to those found in image processing software like Photoshop. The library supports a wide range of file formats and offers an efficient internal representation for images. It's an essential tool for developers working on projects involving image manipulation, such as graphics and multimedia software, image processing, and computer vision applications.

drf-yasg 1.21.7

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.