Skip to content

alicht9/image_resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Resizer

A Sinatra app which will accept an image url, width and height, returning a png of the image resized to those dimensions.

Screenshot

Alt text

Dependencies

  • Sinatra
  • ImageMagick
  • RMagick

To Run

This application can be run in any rack server enviorment. There exists a Gemfile in the root directory, so the command 'bundle install' will ensure all gems are installed and in their place.

Once the bundle is complete, the command 'rackup' will start the server. A port number may be specified with the '-p' flag.

Testing

To run the tests provided with this app, simply run 'rake' from anywhere within the app. The tests are it's default task.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published