ruby-pixels 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/COPYING.GPL +674 -0
  2. data/COPYING.LESSER +165 -0
  3. data/lib/pixels.rb +636 -0
  4. metadata +56 -0
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-pixels
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Dwayne C. Litzenberger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-01-26 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Ruby Pixels allows you to read and write RGB/RGBA pixel data stored in uncompressed TGA (Targa) image files without consuming large amounts of memory.
17
+ email:
18
+ - dlitz@dlitz.net
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - COPYING.GPL
27
+ - COPYING.LESSER
28
+ - lib/pixels.rb
29
+ has_rdoc: true
30
+ homepage: http://www.dlitz.net/software/ruby-pixels
31
+ post_install_message:
32
+ rdoc_options: []
33
+
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: "0"
41
+ version:
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ version:
48
+ requirements: []
49
+
50
+ rubyforge_project: ruby-pixels
51
+ rubygems_version: 1.2.0
52
+ signing_key:
53
+ specification_version: 2
54
+ summary: Read and write RGB/RGBA pixel data
55
+ test_files: []
56
+