Skip to content

Commit

Permalink
Add downscaling and cropping to 250x250px
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Jan 16, 2018
1 parent 8494351 commit d48361e
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 70 deletions.
162 changes: 162 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ futures = "^0.1"
gotham = { git = "https://github.com/gotham-rs/gotham.git" }
gotham_derive = { git = "https://github.com/gotham-rs/gotham.git" }
hyper = "^0.11"
image = "^0.18"
log = "*"
mime = "*"
schani_store_client = { git = "https://github.com/schani-rs/schani_store_client.git" }
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ extern crate gotham;
#[macro_use]
extern crate gotham_derive;
extern crate hyper;
extern crate image;
#[macro_use]
extern crate log;
extern crate mime;
Expand Down
Loading

0 comments on commit d48361e

Please sign in to comment.