Skip to content

pygeek/django-thumbnail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-thumbnail

A fork of sorl-thumbnail; created due to its inactivity.

pip install django-thumbnail


Format preservation has been added. To preserve format set settings.THUMBNAIL_PRESERVE_FORMAT = True. Gracefully degrades and defaults to using settings.THUMBNAIL_FORMAT. Applications that currently use sorl should not notice any difference in functionality unless settings.THUMBNAIL_PRESERVE_FORMAT is set explicitly set to True.

About

Basically, sorl-thumbnail with added features and bug fixes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%