readymades 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +77 -2
  3. data/Rakefile +1 -1
  4. data/lib/readymades/version.rb +1 -1
  5. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0794d1ad44194f3baf6dd0cb08e445a37cc696d417f55fc2ed073414e7df786f'
4
- data.tar.gz: facef5fb5e3ab24e56e28ea7356e3333db5376fe6cc4c06256b3aca23fb7f390
3
+ metadata.gz: 531a2809a86e65875954bb48a0f75209cf7b5658ed19df91f2ba7e11e00039e6
4
+ data.tar.gz: de4bcf3a909179cd02735cff1b56dea7d0a136ead150db4bb661a881492e7171
5
5
  SHA512:
6
- metadata.gz: 182c02d3e9486b03e6b3c58884a4bed0a4f92ab2f52d45f9cea068e535b9c7f332c426412bd361a492b41ef5174d60ccef6f682dc87dd6bc46269605c1b26b2c
7
- data.tar.gz: 2ccb2c315f8b6546b68c6343bc5356645b76eb9f058b0db556aa976c8b041f9d2ea87f6a8878fc68b0696ffec7916105681bb2f3f8f4281789bdd92493511783
6
+ metadata.gz: af34776eec60554c721316868aaf5eb3a287b08732d5dd27b5f6880cc6fceee9bd07a658943ee9b964a96ce58a20e32c3ae58255d8de590d0f89b7540b1db961
7
+ data.tar.gz: 25f4f765357743f1b4ac7cb0524df29c045197534bbbdbc5575ce69fea459ee40234f7e47e5d0653f0977e59c3a2b0f343f108d60214e956c82a1dd26c8bdc96
data/README.md CHANGED
@@ -2,7 +2,7 @@ The Do-It-Yourself (DIY) [Factory of Modern Originals (FoMO)](https://github.com
2
2
 
3
3
  # Readymades (1/1 Original Pixel Punks)
4
4
 
5
- Yes, you can! Generate your own 24×24 pixel punk images (off chain) from 1/1 originals incl. William Shakespare, Galileo Galilei, Mao Zedong, The Mask, The Joker, Bard Simpson, and many other readymade public world figures or cinema (fictional or cartoon) characters and add attributes / accessories with text (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
5
+ Yes, you can! Generate your own 24×24 pixel punk images (off-blockchain) from 1/1 originals incl. William Shakespare, Galileo Galilei, Mao Zedong, The Mask, The Joker, Bard Simpson, and many other readymade public world figures or cinema (fictional or cartoon) characters and add attributes / accessories with text (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
6
6
 
7
7
 
8
8
 
@@ -21,10 +21,85 @@ Yes, you can! Generate your own 24×24 pixel punk images (off chain) from 1/1 or
21
21
  Let's generate some super-rare never-before-seen
22
22
  readymade 1/1 pixel punks:
23
23
 
24
- ...
24
+ ```ruby
25
+ require 'smileys'
25
26
 
27
+ punk = Will::Image.generate
28
+ punk.save( "will.png")
26
29
 
30
+ punk = Will::Image.generate( '3D Glasses' )
31
+ punk.save( "will2.png")
27
32
 
33
+ punk = Will::Image.generate( 'VR' )
34
+ punk.save( "will3.png")
35
+ ```
36
+
37
+ Voila!
38
+
39
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will.png)
40
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will2.png)
41
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will3.png)
42
+
43
+
44
+ ```ruby
45
+ punk = Mao::Image.generate
46
+ punk.save( "mao.png")
47
+
48
+ punk = Mao::Image.generate( '3D Glasses')
49
+ punk.save( "mao2.png")
50
+
51
+ punk = Mao::Image.generate( 'VR')
52
+ punk.save( "mao3.png")
53
+ ```
54
+
55
+ Voila!
56
+
57
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao.png)
58
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao2.png)
59
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao3.png)
60
+
61
+
62
+
63
+ ```ruby
64
+ punk = Bart::Image.generate
65
+ punk.save( "bart.png")
66
+
67
+ punk = Bart::Image.generate( '3D Glasses')
68
+ punk.save( "bart2.png")
69
+
70
+ punk = Bart::Image.generate( 'VR')
71
+ punk.save( "bart3.png")
72
+ ```
73
+
74
+ Voila!
75
+
76
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart.png)
77
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart2.png)
78
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart3.png)
79
+
80
+
81
+
82
+
83
+ ```ruby
84
+ punk = Snoop::Image.generate
85
+ punk.save( "snoop.png")
86
+
87
+ punk = Snoop::Image.generate( '3D Glasses' )
88
+ punk.save( "snoop2.png")
89
+
90
+ punk = Snoop::Image.generate( 'VR' )
91
+ punk.save( "snoop3.png")
92
+ ```
93
+
94
+ Voila!
95
+
96
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop.png)
97
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop2.png)
98
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop3.png)
99
+
100
+
101
+
102
+ And so on.
28
103
 
29
104
 
30
105
  ## Questions? Comments?
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ Hoe.spec 'readymades' do
13
13
 
14
14
  self.version = Pixelart::Module::Readymades::VERSION
15
15
 
16
- self.summary = "readymades - generate your own 24×24 pixel punk images (off chain) from 1/1 originals incl. William Shakespare, Galileo Galilei, Mao Zedong and many other readymade public world figures and add attributes / accessories with text (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more"
16
+ self.summary = "readymades - generate your own 24×24 pixel punk images (off-blockchain) from 1/1 originals incl. William Shakespare, Galileo Galilei, Mao Zedong and many other readymade public world figures and add attributes / accessories with text (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more"
17
17
  self.description = summary
18
18
 
19
19
  self.urls = { home: 'https://github.com/profilepic/text-to-image' }
@@ -6,7 +6,7 @@ module Readymades
6
6
 
7
7
  MAJOR = 1
8
8
  MINOR = 0
9
- PATCH = 0
9
+ PATCH = 1
10
10
  VERSION = [MAJOR,MINOR,PATCH].join('.')
11
11
 
12
12
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: readymades
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-10 00:00:00.000000000 Z
11
+ date: 2022-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: punks
@@ -58,10 +58,10 @@ dependencies:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
60
  version: '3.23'
61
- description: readymades - generate your own 24×24 pixel punk images (off chain) from
62
- 1/1 originals incl. William Shakespare, Galileo Galilei, Mao Zedong and many other
63
- readymade public world figures and add attributes / accessories with text (via built-in
64
- spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
61
+ description: readymades - generate your own 24×24 pixel punk images (off-blockchain)
62
+ from 1/1 originals incl. William Shakespare, Galileo Galilei, Mao Zedong and many
63
+ other readymade public world figures and add attributes / accessories with text
64
+ (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
65
65
  email: wwwmake@googlegroups.com
66
66
  executables: []
67
67
  extensions: []
@@ -102,8 +102,8 @@ requirements: []
102
102
  rubygems_version: 3.3.7
103
103
  signing_key:
104
104
  specification_version: 4
105
- summary: readymades - generate your own 24×24 pixel punk images (off chain) from 1/1
106
- originals incl. William Shakespare, Galileo Galilei, Mao Zedong and many other readymade
107
- public world figures and add attributes / accessories with text (via built-in spritesheet);
108
- incl. 2x/4x/8x zoom for bigger sizes and more
105
+ summary: readymades - generate your own 24×24 pixel punk images (off-blockchain) from
106
+ 1/1 originals incl. William Shakespare, Galileo Galilei, Mao Zedong and many other
107
+ readymade public world figures and add attributes / accessories with text (via built-in
108
+ spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
109
109
  test_files: []