Sign inSign up

mattzq/thumbor

By mattzq

•Updated almost 4 years ago

Inofficial image of Thumbor

Image
0

95

mattzq/thumbor repository overview

⁠Whats Thumbor?

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).

⁠Unofficial Docker Image

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

Tag summary

Content type

Image

Digest

sha256:ab7efe935…

Size

70.7 MB

Last updated

almost 4 years ago

docker pull mattzq/thumbor