README.md in scrambled_jpeg-0.1.0 vs README.md in scrambled_jpeg-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ # ScrambledJpeg Super simple jpeg glitcher. -![example.jpg glitched at various granularities ranging from 5-75]('./example.gif') +![example.jpg glitched at various granularities ranging from 5-75](./example.gif) [Here is a pretty good tutorial](http://www.docpop.org/2014/01/a-glitch-primer-editing-image-files-with-text-editors/) that covers the logic behind this and [this looks like a good list](http://phillipstearns.wordpress.com/glitch-art-resources/) of resources for other forms of glitch art. ### SCRAMBLE ALGORITHM @@ -16,26 +16,33 @@ 0. Writes GRANULARITY lines of original to new file 0. Writes the cache to new file 0. ETC. 0. When it runs out of lines to write, it writes the last line and closes the new file. -## Installation +## GO TO THE GEM STORE $ gem install scrambled_jpeg -## CLI Usage +## ITS EASY LIKE SUNDAY MORNING - # granularity defaults to 5. + # CLI USE $ scrambled_jpeg [FILENAME] ([GRANULARITY]) + + # granularity defaults to 5. $ scrambled_jpeg example.jpg - # numbers have differing effects depending on file size and stuff...sometimes it breaks the image... + # numbers have differing effects depending on file size and stuff... $ scrambled_jpeg example.jpg 50 + # sometimes it breaks the image... + # CAN BE USED IN RUBY TOOOOOOO + IRB(...)> ScrambledJpeg.scramble FILENAME, GRANULARITY=5 + + ## THE FUTURE other potential glitch algorithms: -0. Benedict -0. Poach -0. HardBoil -0. Omelette +* Benedict +* Poach +* HardBoil +* Omelette