Skip to content

Instantly share code, notes, and snippets.

@bernardobelchior
Created November 7, 2018 22:50
Show Gist options
  • Save bernardobelchior/f2a9ad7882d176862f5f693a50b3b977 to your computer and use it in GitHub Desktop.
Save bernardobelchior/f2a9ad7882d176862f5f693a50b3b977 to your computer and use it in GitHub Desktop.
fn main() {
lambda::gateway::start(|req| {
//...
let image = load_from_memory(&image)?;
let thumbnail = image.thumbnail(128, 128); // Create the 128x128 thumbnail
// ...
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment