flask-thumbnails

A simple extension to create a thumbs for the flask framework

MIT License

Downloads
751
Stars
61
Committers
6

Bot releases are hidden (Show)

flask-thumbnails - 1.1.1 Latest Release

Published by silentsokolov over 1 year ago

Fix

  • Fix image rotation according to EXIF information (thx @jonashoechst)
flask-thumbnails - 1.1.0

Published by silentsokolov over 3 years ago

Added

  • Flask 2.0 compatibility
flask-thumbnails - 1.0.7

Published by silentsokolov almost 4 years ago

Added

  • Flask 1.1 compatibility
flask-thumbnails - 1.0.6

Published by silentsokolov over 6 years ago

  • Flask 1.0 compatibility
flask-thumbnails - 1.0.5

Published by silentsokolov over 6 years ago

flask-thumbnails - 1.0.2

Published by silentsokolov over 7 years ago

  • Fix "mkdirs" py2/py3 compatibility #10
flask-thumbnails - 1.0.1

Published by silentsokolov over 7 years ago

  • Support for single integer size values for square thumbnails
  • Fix the event someone uses the Thumbnail constructor without passing in the app

Special thanks Robert Bost

flask-thumbnails - 1.0.0

Published by silentsokolov over 7 years ago

  • Add custom thumbnail storage
  • Support python 3.4+
  • Tests