Skip to content

alexpjohnson/image-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-resizer

Web service that takes a url, height, and width parameter to resize an image. Supported file types are: bmp, png, jpeg, jpg, tiff, png, tga

Requires ImageMagick to be installed prior to installation.

Usage: To download the resized image <host url>/resizer/download?url=<image url>&height=<new height>&width=<new width>

To view the resized image in the browser <host url>/resizer/display?url=<image url>&height=<new height>&width=<new width>

Live @ Heroku You can view this application at http://ajohnson-image-resizer.herokuapp.com/

Example: http://ajohnson-image-resizer.herokuapp.com/display/?url=http://i.imgur.com/KLxTM.jpg&height=500&width=500

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages