motion-image-editor 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/project/controllers/image_editor_controller.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdcade6c09653b75f778f4138c61fb5cbfc6accf
|
4
|
+
data.tar.gz: 5e684ca9d54ca4f12fdfbde44bc0d5ed4d9ac456
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 082b247660641d57d12376370ea03940345e03b310cf526b78339ba4d59ac8100679e83cf6b79d3080431f5d408a363c5a686696f41463b5f28a02d220bfe92f
|
7
|
+
data.tar.gz: f207f88f23c7453e5f5eba19fcf5f6466b4019bb7cef2b3bfb2534f2b6bab85dad068ab992cde92f40d114a5dcd7aca4c1214584d536f6134eef1e374682e1ab
|
@@ -143,7 +143,7 @@ class Motion; class ImageEditorController < UIViewController
|
|
143
143
|
when UIImageOrientationDown || UIImageOrientationDownMirrored
|
144
144
|
orientation_transform = CGAffineTransformMakeRotation(Math::PI)
|
145
145
|
when UIImageOrientationLeft || UIImageOrientationLeftMirrored
|
146
|
-
orientation_transform = CGAffineTransformMakeRotation(
|
146
|
+
orientation_transform = CGAffineTransformMakeRotation(Math::PI / 2.0)
|
147
147
|
transpose = true
|
148
148
|
when UIImageOrientationRight || UIImageOrientationRightMirrored
|
149
149
|
orientation_transform = CGAffineTransformMakeRotation(-(Math::PI / 2.0))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-image-editor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Devon Blandin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: motion-cocoapods
|