hornetseye-frame 0.5.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/ext/frame.cc +5 -0
- data/ext/frame.hh +1 -0
- data/lib/hornetseye-frame/frame.rb +8 -0
- metadata +4 -4
data/Rakefile
CHANGED
data/ext/frame.cc
CHANGED
data/ext/frame.hh
CHANGED
@@ -57,6 +57,10 @@ module Hornetseye
|
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
+
def rgb?
|
61
|
+
true
|
62
|
+
end
|
63
|
+
|
60
64
|
end
|
61
65
|
|
62
66
|
attr_reader :memory
|
@@ -89,6 +93,10 @@ module Hornetseye
|
|
89
93
|
self.class.storage_size
|
90
94
|
end
|
91
95
|
|
96
|
+
def rgb?
|
97
|
+
self.class.rgb?
|
98
|
+
end
|
99
|
+
|
92
100
|
alias_method :orig_to_type, :to_type
|
93
101
|
|
94
102
|
def to_type( target )
|
metadata
CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
-
-
|
8
|
-
-
|
9
|
-
version: 0.
|
7
|
+
- 6
|
8
|
+
- 0
|
9
|
+
version: 0.6.0
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jan Wedekind
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-10-
|
17
|
+
date: 2010-10-12 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|