scrambled_jpeg 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a7fbf2cc8f76435ca87a74c45111625570666cc
4
- data.tar.gz: 8a8b54c1d5803689e46101a378953bce1696d9bd
3
+ metadata.gz: 3fe485e9aae9c8b4a808aebe278eeaf7972297ef
4
+ data.tar.gz: 6739db7c52d3a2533f62fe54dc490654aab0e730
5
5
  SHA512:
6
- metadata.gz: 854183fae53be02d59815d645f575854885182f4f86ce42018424e20892c25d7f857902aca33ee490b41c6fd0c1007357e564c16a36b8b6a5def4aaa17e53677
7
- data.tar.gz: 4c3271feb18df499c712c5ba44c0a377200c5c38a2131ed12831258b537288cba7bc9dfdcfa55361c639d009d772a411eedb9e9448801574e44dc634c0d9daf1
6
+ metadata.gz: 79aa4204067fc95675d0d8fe9228ae2f287a8eeef395d0e27db7a8b89073b1630ca5572630dc1110353d15967358ba33222eab120b8df15504269c6e85f46613
7
+ data.tar.gz: 2deb4e23d24733b8fd4f7a5b12be5212e2497008ba9e737ee8556561b437a218b81fe401841210fa2426c40ae2d93744a4a6419d04509223e2fa4568ba61abfb
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Super simple jpeg glitcher.
4
4
 
5
- ![example.jpg glitched at various granularities ranging from 5-75]('./example.gif')
5
+ ![example.jpg glitched at various granularities ranging from 5-75](./example.gif)
6
6
 
7
7
  [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.
8
8
 
@@ -18,24 +18,31 @@ Super simple jpeg glitcher.
18
18
  0. ETC.
19
19
  0. When it runs out of lines to write, it writes the last line and closes the new file.
20
20
 
21
- ## Installation
21
+ ## GO TO THE GEM STORE
22
22
 
23
23
  $ gem install scrambled_jpeg
24
24
 
25
- ## CLI Usage
25
+ ## ITS EASY LIKE SUNDAY MORNING
26
26
 
27
- # granularity defaults to 5.
27
+ # CLI USE
28
28
  $ scrambled_jpeg [FILENAME] ([GRANULARITY])
29
+
30
+ # granularity defaults to 5.
29
31
  $ scrambled_jpeg example.jpg
30
32
 
31
- # numbers have differing effects depending on file size and stuff...sometimes it breaks the image...
33
+ # numbers have differing effects depending on file size and stuff...
32
34
  $ scrambled_jpeg example.jpg 50
35
+ # sometimes it breaks the image...
36
+
37
+ # CAN BE USED IN RUBY TOOOOOOO
38
+ IRB(...)> ScrambledJpeg.scramble FILENAME, GRANULARITY=5
39
+
33
40
 
34
41
  ## THE FUTURE
35
42
 
36
43
  other potential glitch algorithms:
37
44
 
38
- 0. Benedict
39
- 0. Poach
40
- 0. HardBoil
41
- 0. Omelette
45
+ * Benedict
46
+ * Poach
47
+ * HardBoil
48
+ * Omelette
@@ -1,3 +1,3 @@
1
1
  module ScrambledJpeg
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -9,7 +9,6 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Cole Willsea"]
10
10
  spec.email = ["coleww@gmail.com"]
11
11
  spec.summary = %q{a ruby gem for scrambling jpeg/jpg files as though there were eggs.}
12
- spec.description = %q{lalala}
13
12
  spec.homepage = ""
14
13
  spec.license = "MIT"
15
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrambled_jpeg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cole Willsea
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: lalala
41
+ description:
42
42
  email:
43
43
  - coleww@gmail.com
44
44
  executables: