readymades 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0794d1ad44194f3baf6dd0cb08e445a37cc696d417f55fc2ed073414e7df786f'
4
- data.tar.gz: facef5fb5e3ab24e56e28ea7356e3333db5376fe6cc4c06256b3aca23fb7f390
3
+ metadata.gz: 1f330e6511f13edc56a27832916c16bf7d8282c1d5ee46ec3f5b5ce75c696301
4
+ data.tar.gz: 44319311bdd7ee6562d22b8cdd51fc390fb7747ae6170bcfed205bc10ba44854
5
5
  SHA512:
6
- metadata.gz: 182c02d3e9486b03e6b3c58884a4bed0a4f92ab2f52d45f9cea068e535b9c7f332c426412bd361a492b41ef5174d60ccef6f682dc87dd6bc46269605c1b26b2c
7
- data.tar.gz: 2ccb2c315f8b6546b68c6343bc5356645b76eb9f058b0db556aa976c8b041f9d2ea87f6a8878fc68b0696ffec7916105681bb2f3f8f4281789bdd92493511783
6
+ metadata.gz: 6aeb9d3ba0c1911fabb71160b611b90e09c8e57245014a7ca5add5df2dfcf14acc3895f5117de958fb5252151adc537c829926cd4a0cf2c83dd4f9e204dd6c24
7
+ data.tar.gz: e391beb1b09a799d0f5e9dbe4a452ddd767a91d19dbf12e05165f7cd821e7beef0f6ef53620bb1b999d6af6dd20c1f3f824bdf8e413fba8a26349d9b9b763dd8
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, Edmund "Mundl" Sackbauer, 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,13 +21,145 @@ 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 'readymades'
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")
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
+ 4x
44
+
45
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will@4x.png)
46
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will2@4x.png)
47
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will3@4x.png)
48
+
49
+
50
+
51
+ ```ruby
52
+ punk = Mao::Image.generate
53
+ punk.save( "mao.png")
54
+
55
+ punk = Mao::Image.generate( '3D Glasses')
56
+ punk.save( "mao2.png")
57
+
58
+ punk = Mao::Image.generate( 'VR')
59
+ punk.save( "mao3.png")
60
+ ```
61
+
62
+ Voila!
63
+
64
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao.png)
65
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao2.png)
66
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao3.png)
67
+
68
+ 4x
69
+
70
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao@4x.png)
71
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao2@4x.png)
72
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao3@4x.png)
73
+
74
+
75
+ ```ruby
76
+ punk = Bart::Image.generate
77
+ punk.save( "bart.png")
78
+
79
+ punk = Bart::Image.generate( '3D Glasses')
80
+ punk.save( "bart2.png")
81
+
82
+ punk = Bart::Image.generate( 'VR')
83
+ punk.save( "bart3.png")
84
+ ```
85
+
86
+ Voila!
87
+
88
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart.png)
89
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart2.png)
90
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart3.png)
91
+
92
+ 4x
93
+
94
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart@4x.png)
95
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart2@4x.png)
96
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart3@4x.png)
97
+
98
+
99
+
100
+ ```ruby
101
+ punk = Snoop::Image.generate
102
+ punk.save( "snoop.png")
103
+
104
+ punk = Snoop::Image.generate( '3D Glasses' )
105
+ punk.save( "snoop2.png")
106
+
107
+ punk = Snoop::Image.generate( 'VR' )
108
+ punk.save( "snoop3.png")
109
+ ```
110
+
111
+ Voila!
112
+
113
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop.png)
114
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop2.png)
115
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop3.png)
116
+
117
+ 4x
118
+
119
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop@4x.png)
120
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop2@4x.png)
121
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop3@4x.png)
122
+
123
+
124
+
125
+
126
+
127
+ ```ruby
128
+ # mundl also known as Edmund Sackbauer
129
+
130
+ punk = Mundl::Image.generate
131
+ punk.save( "mundl.png")
132
+
133
+ punk = Mundl::Image.generate( '3D Glasses' )
134
+ punk.save( "mundl2.png")
135
+
136
+ punk = Mundl::Image.generate( 'VR' )
137
+ punk.save( "mundl3.png")
138
+ ```
139
+
140
+ Voila!
141
+
142
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mundl.png)
143
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mundl2.png)
144
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mundl3.png)
145
+
146
+ 4x
147
+
148
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mundl@4x.png)
149
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mundl2@4x.png)
150
+ ![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mundl3@4x.png)
151
+
152
+
153
+
154
+
155
+
156
+ And so on.
27
157
 
28
158
 
29
159
 
30
160
  ## Questions? Comments?
31
161
 
32
- Post them on the [D.I.Y. Punk (Pixel) Art reddit](https://old.reddit.com/r/DIYPunkArt). Thanks.
162
+ Post them over at the [Help & Support](https://github.com/geraldb/help) page. Thanks.
163
+
164
+
33
165
 
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' }
@@ -10,3 +10,4 @@ id, category, name, more_names
10
10
  8, , The Grinch, Grinch
11
11
  9, , The Joker, Joker
12
12
  10, , The Mask, Mask
13
+ 11, , Mundl, Edmund | Edmund Sackbauer | Sackbauer
Binary file
@@ -6,7 +6,7 @@ module Readymades
6
6
 
7
7
  MAJOR = 1
8
8
  MINOR = 0
9
- PATCH = 0
9
+ PATCH = 2
10
10
  VERSION = [MAJOR,MINOR,PATCH].join('.')
11
11
 
12
12
  def self.version
data/lib/readymades.rb CHANGED
@@ -128,6 +128,20 @@ Maozedong = Mao
128
128
  MaoZedong = Mao
129
129
 
130
130
 
131
+ module Mundl
132
+ class Image < Pixelart::Image
133
+
134
+ NAMES = ['mundl', 'edmund',
135
+ 'sackbauer',
136
+ 'edmundsackbauer']
137
+ def self.generate( *more_names )
138
+ Readymade::Image.generate( 'Edmund Sackbauer', *more_names )
139
+ end # method Image.generate
140
+ end # class Image
141
+ end # module Mundl
142
+ Sackbauer = Mundl
143
+
144
+
131
145
 
132
146
 
133
147
 
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.2
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: 2023-05-19 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: []