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
This library is a Rust client implementation of the Thumbor image service to generate image urls.
Usage
use Server;
let server = new.unwrap;
let endpoint = server.endpoint_builder
.resize
.smart
.build;
let url = endpoint.to_url;