Skip to content

Instantly share code, notes, and snippets.

@buccolo
Last active October 3, 2015 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buccolo/2417829 to your computer and use it in GitHub Desktop.
Save buccolo/2417829 to your computer and use it in GitHub Desktop.
Sortbits
class FixBorders
def go_horse!
all_images = load_image_list
all_images.each do |image|
# download original
# convert different sizes
# upload to S3
end
end
private
# . . .
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment