Skip to content
forked from thumbor/thumbor

thumbor is an open-source photo thumbnail service by globo.com

License

Notifications You must be signed in to change notification settings

dribbble/thumbor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is dribbble's fork of thumbor. For the full docs on our thumbor setup, see: https://github.com/dribbble/dribbble/blob/master/doc/thumbor.markdown

Pulling in the latest master

  1. If you haven't already, add the original thumbor as a remote:
git remote add upstream https://github.com/thumbor/thumbor.git
  1. Fetch the upstream: git fetch upstream
  2. Checkout master: git checkout master
  3. Rebase onto the upstream master: git rebase upstream/master
  4. Push any changes: git push
  5. Rebase the build branch on master: git checkout build && git rebase origin/master
  6. Push any changes: git push

Building Docker Image

See the build doc for information on how to build the docker image.

About

thumbor is an open-source photo thumbnail service by globo.com

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.4%
  • C 9.3%
  • Smarty 4.3%
  • Makefile 1.5%
  • Dockerfile 0.2%
  • Shell 0.2%
  • JavaScript 0.1%