cul_image_props 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
metadata.gz: !binary |-
|
|
9
|
-
NjVmODFiYWVlZDJjZGViMjgzNGFmM2JmOGM0OGExMDJhZTEyMDRhMTRlMjI2
|
|
10
|
-
OTFiODg4OGJlNzVhYjZjNWQ1MGE1MzMwMjY2ZDMyNWJiYjBjNjJjYzc3Nzcz
|
|
11
|
-
NjQzZDc1YjcwNzQwNDc5MGUzZTBhMDhhNmNiODYzMWE2YTA3NTM=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
MWI3ZWU1MTBkNWM1YWY2N2Q2NjAyY2IxMThjYjQwZTAxYzdjZjY4ZDczODMy
|
|
14
|
-
MzE4NGViNjE5MmFmYjFmZjI1NTY3OGM1YWU4YzBiZmNjZWE4YzE1OGY4OTRl
|
|
15
|
-
MjJlODRlMzZkMDcwYmM1ZGUwZmY3OTA4NDJkMTgxYmYxYzQ4Nzk=
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 501c70651c1a0a861a14ce5ea1f65bab6ba80e41
|
|
4
|
+
data.tar.gz: c82191b0a384c2ff9dd0ab71a8959844ae69d100
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 043a414f4af8029d367824f337c01f04da562f17f26c8d879a798d97e37d90418bddd67e3d9f2c9e19de5db448848ed01c943c661921522f51447819ed685467
|
|
7
|
+
data.tar.gz: c3690fa05caf6d69df745a03d8f45b03fc7389cedca2e3759cc7708850760edef4ba8778e15175d42212f262ad91a19178ecf9132d43ffb0deee1193953e1b41
|
|
@@ -407,8 +407,6 @@ IGNORE_TAGS = [0x9286, 0x927C]
|
|
|
407
407
|
|
|
408
408
|
|
|
409
409
|
MAKERNOTE_OLYMPUS_TAGS = {
|
|
410
|
-
# ah HAH! those sneeeeeaky bastids! this is how they get past the fact
|
|
411
|
-
# that a JPEG thumbnail is not allowed in an uncompressed TIFF file
|
|
412
410
|
0x0100 => TagEntry.new('JPEGThumbnail'),
|
|
413
411
|
0x0200 => TagEntry.new('SpecialMode', self.method(:olympus_special_mode)),
|
|
414
412
|
0x0201 => TagEntry.new('JPEGQual',
|
|
@@ -435,7 +433,6 @@ MAKERNOTE_OLYMPUS_TAGS = {
|
|
|
435
433
|
0x1001 => TagEntry.new('ISOValue'),
|
|
436
434
|
0x1002 => TagEntry.new('ApertureValue'),
|
|
437
435
|
0x1003 => TagEntry.new('BrightnessValue'),
|
|
438
|
-
0x1004 => TagEntry.new('FlashMode'),
|
|
439
436
|
0x1004 => TagEntry.new('FlashMode',
|
|
440
437
|
{2 => 'On',
|
|
441
438
|
3 => 'Off'}),
|
|
@@ -484,8 +481,6 @@ MAKERNOTE_OLYMPUS_TAGS = {
|
|
|
484
481
|
0x103b => TagEntry.new('InfinityLensStep'),
|
|
485
482
|
0x103c => TagEntry.new('NearLensStep'),
|
|
486
483
|
|
|
487
|
-
# TODO - these need extra definitions
|
|
488
|
-
# http =>//search.cpan.org/src/EXIFTOOL/Image-ExifTool-6.90/html/TagNames/Olympus.html
|
|
489
484
|
0x2010 => TagEntry.new('Equipment'),
|
|
490
485
|
0x2020 => TagEntry.new('CameraSettings'),
|
|
491
486
|
0x2030 => TagEntry.new('RawDevelopment'),
|
metadata
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cul_image_props
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Armintor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: mocha
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 0.9.8
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 0.9.8
|
|
69
69
|
description: Library for extracting basic image properties
|
|
@@ -72,15 +72,15 @@ executables: []
|
|
|
72
72
|
extensions: []
|
|
73
73
|
extra_rdoc_files: []
|
|
74
74
|
files:
|
|
75
|
+
- lib/cul_image_props.rb
|
|
76
|
+
- lib/cul_image_props/image.rb
|
|
75
77
|
- lib/cul_image_props/image/magic.rb
|
|
78
|
+
- lib/cul_image_props/image/properties.rb
|
|
79
|
+
- lib/cul_image_props/image/properties/exif.rb
|
|
76
80
|
- lib/cul_image_props/image/properties/exif/constants.rb
|
|
77
81
|
- lib/cul_image_props/image/properties/exif/types.rb
|
|
78
|
-
- lib/cul_image_props/image/properties/exif.rb
|
|
79
82
|
- lib/cul_image_props/image/properties/types.rb
|
|
80
83
|
- lib/cul_image_props/image/properties/version.rb
|
|
81
|
-
- lib/cul_image_props/image/properties.rb
|
|
82
|
-
- lib/cul_image_props/image.rb
|
|
83
|
-
- lib/cul_image_props.rb
|
|
84
84
|
homepage:
|
|
85
85
|
licenses: []
|
|
86
86
|
metadata: {}
|
|
@@ -90,18 +90,19 @@ require_paths:
|
|
|
90
90
|
- lib
|
|
91
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- -
|
|
93
|
+
- - ">="
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: 1.9.3
|
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
requirements:
|
|
98
|
-
- -
|
|
98
|
+
- - ">="
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
100
|
version: '0'
|
|
101
101
|
requirements: []
|
|
102
102
|
rubyforge_project:
|
|
103
|
-
rubygems_version: 2.
|
|
103
|
+
rubygems_version: 2.6.7
|
|
104
104
|
signing_key:
|
|
105
105
|
specification_version: 4
|
|
106
106
|
summary: Library for extracting basic image properties
|
|
107
107
|
test_files: []
|
|
108
|
+
has_rdoc:
|