Skip to content

Instantly share code, notes, and snippets.

@stefania11
Created August 14, 2015 01:57
Show Gist options
  • Save stefania11/4235138c0a1c936903e6 to your computer and use it in GitHub Desktop.
Save stefania11/4235138c0a1c936903e6 to your computer and use it in GitHub Desktop.
def take_pictures
file = 'lib/assets/images/img.jpg'
NUMBER_OF_PICTURES.times do
system "imagesnap -q -w 1 #{file}"
ascii_image = AsciiArtHelper.generate_ascii(src: "#{file}")
ASCII_IMAGES << ascii_image
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment