Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Releases: python-thumbnails/python-thumbnails

0.5.1

19 Apr 11:39

Choose a tag to compare

Fix pypi upload

0.5.0

19 Apr 11:39

Choose a tag to compare

  • Drop support for Python 2
  • Add django filters for markdown and html
  • Tested against release version of Django 1.8
  • Add THUMBNAIL_FORCE_FORMAT
  • Add THUMBNAIL_FALLBACK_FORMAT
  • Change THUMBNAIL_DUMMY_URL to use keyword arguments in string format

0.4.0

29 Mar 09:15

Choose a tag to compare

  • Add support for base64 encoded images as source
  • Add support for colormode through setting the option colormode or the setting
    THUMBNAIL_COLORMODE.

0.2.0

29 Mar 09:32

Choose a tag to compare

  • PgmagickEngine
  • WandEngine
  • Higher maxblock in PillowEngine.engine_raw_data

0.3.0

29 Mar 09:16

Choose a tag to compare

  • Add Django templatetag get_thumbnail
  • Catch IOError and OSError in PillowEngine.engine_load_image and throw ThumbnailError, which
    will be caught in get_thumbnail if THUMBNAIL_DEBUG = False.

0.1.0

24 Mar 23:45

Choose a tag to compare

  • Expendable image engine, storage backend and cache backend
  • PillowBackend
  • FilesystemStorageBackend
  • SimpleCacheBackend
  • RedisCacheBackend
  • Django integrations
    • DjangoStorageBackend
    • DjangoCacheBackend
    • Settings integration and defaults for django
  • Support for dummy thumbnails