image_magick 0.1.7 → 0.1.8

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: f443b21563d72934ffca6cbf70948e894507dc64
4
- data.tar.gz: 88165ebd1cce48f900c575c9e3ad3f2979969c2f
3
+ metadata.gz: 61007588e0165884fd4d9985216c94555d98159b
4
+ data.tar.gz: b0c9dcae9d580e70b3db086f7651c0ef11996ee4
5
5
  SHA512:
6
- metadata.gz: ba412451e88c95ad210f44921bfc5eef02d7ec27a1df6531cbce18be6ac8a3c93c7e71175296c33d7015f7bf9b81f83ae6d55bdeee5f4868723f693d7dab5f0e
7
- data.tar.gz: 4983ff20709d0d51685afd5fb1696deab51dc9ec9f549f95dab5afc18ebe492cefe67793399ba6ab8ea8733366d4934b29fea6b7a576cca6b1d6a902c5d8a012
6
+ metadata.gz: 2de69ae051d9557c429536328ba15dab1d09e15f84c313eca169ae4cbea4d92e958f1883e2e224dc22d82566cddf410710b9a84fa41f413950601e739d9a7db1
7
+ data.tar.gz: a5820f52a3c6b62b4a19a519cffac6084d55f767d9a4a43c474bdac684644813b0cac02f4bc477ac56c7a45d906eff22e31ef5bdeca70dd35b27187122be518e
data/README.md CHANGED
@@ -41,8 +41,12 @@ the 'shrink' algorithm is also fairly primitive. It iteratively tries
41
41
  different sizes, using a binary search algorithm to find the best fit that
42
42
  is as close to the maximum size as possible, without exceeding that size.
43
43
 
44
- Run ./bin/shrink.rb -h
44
+ run
45
45
 
46
+ shrink -h
47
+
48
+ to see command options
46
49
  Example usage:
47
- ./bin/shrink.rb ./image.tif [--size=100] [--type=png]
48
- to see command line arguments
50
+
51
+ shrink ./image.tif [--size=100] [--type=png]
52
+
@@ -1,3 +1,3 @@
1
1
  module ImageMagick
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_magick
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timothy Nordloh