Resize Image (Open Source)
Royalty FreeLanguage
Java
Metrics
API Calls - 518
Avg call duration -
N/A
Permissions
The Apache License is a permissive free software license written by the Apache Software Foundation (ASF).
Learn more
Run an example
Input
Output
"data://bkyan/thumbnails/A1278_thumb.png"
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run bkyan/ResizeImage/0.1.1 -d '[
"data://bkyan/abstract_art/",
"A1278.png",
"data://bkyan/thumbnails/",
"A1278_thumb.png",
200,
150
]' --timeout 300