Skip to content

evanhl/multi-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

multi-resize

Generates multiple scaled JPEG images of specified widths.

Installing Dependencies

  • Install homebrew
  • brew install jpeg
  • brew install imagemagick

If jpeg is already installed, you might need to uninstall and reinstall it, so that ImageMagick is able to recognize it.

  • brew uninstall jpeg
  • brew install jpeg

Example usage

ruby resize.rb 150,300,600,1200 example_image.jpg

This will output example_image_150.jpg, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages