Created
August 14, 2015 01:57
-
-
Save stefania11/4235138c0a1c936903e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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