cicerocomp/thumbor forked from thumbor/thumbor
Home
Pages 34
- Home
- Brightness
- Configuration
- Contrast
- Creating my own storage
- Crop and resize algorithms
- Custom detection
- Detection algorithms
- Filters
- Getting started
- Hacking on thumbor
- Hosting
- How upload works in thumbor
- Image loader
- Image storage
- Installing
- InstallingOpenCVUbuntu
- Lazy detection
- Libraries
- Licensing
- Logging
- Noise
- Plugins
- Posting, putting and deleting
- Quality
- Release notes
- Requirements
- Result storage
- Rgb
- Round corners
- Running
- Security
- Usage
- Watermark
- Show 19 more pages…
Clone this wiki locally
Thumbor Imaging Service
Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
It also 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).
Using thumbor is very easy (after it is running). All you have to do is access it using an URL for an image, like this:
That URL would show an image of the big brother brasil participants in 300x200 using smart crop. There are several other options to the image URL configuration. You can check them in the Usage page. For more details on the /unsafe part of the URL, check the Security page.
The safe url for the above URL would look like (check Security for more details):
Getting Started
Installing
Usage
Security and Hosting
Uploading Original Pictures
Crop, Resize, Detection and Filters
- Crop and Resize Algorithms and Detection Algorithms
- Custom Detection
- Lazy Detection and Available Lazy Detectors
- Filters
Thumbor Extensible Parts
Others
- Release Notes
- Licensing
- Hacking on thumbor - If you want to extend thumbor go here!