Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
It features a VERY smart detection of important points in the image for better cropping and resizing, using state-of-the-art face and feature detection algorithms (more on that in Detection Algorithms).
Created using the following commands:
git clone https://github.com/thumbor/thumbor.git
git checkout 7.3.0
cd thumbor/docker
docker build --build-arg PYTHON_VERSION=3.7 --build-arg TARGETPLATFORM=linux/amd64 --build-arg THUMBOR_VERSION=7.3.0 -t mattzq/thumbor:7.3.0 .
docker push mattzq/thumbor:7.3.0
Content type
Image
Digest
sha256:ab7efe935…
Size
70.7 MB
Last updated
almost 4 years ago
docker pull mattzq/thumbor