Skip to content

Instantly share code, notes, and snippets.

@totzyuta
Last active August 27, 2015 07:51
Show Gist options
  • Save totzyuta/87b2181035ca702354f3 to your computer and use it in GitHub Desktop.
Save totzyuta/87b2181035ca702354f3 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'ImageResize'
images = Dir.glob("./*.jpg")
images.each do |img|
Image.resize(img, img, "500", "500")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment