readymades 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +60 -3
- data/config/spritesheet.csv +1 -0
- data/config/spritesheet.png +0 -0
- data/lib/readymades/version.rb +1 -1
- data/lib/readymades.rb +14 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f330e6511f13edc56a27832916c16bf7d8282c1d5ee46ec3f5b5ce75c696301
|
4
|
+
data.tar.gz: 44319311bdd7ee6562d22b8cdd51fc390fb7747ae6170bcfed205bc10ba44854
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-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
|
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
|
|
@@ -22,7 +22,7 @@ Let's generate some super-rare never-before-seen
|
|
22
22
|
readymade 1/1 pixel punks:
|
23
23
|
|
24
24
|
```ruby
|
25
|
-
require '
|
25
|
+
require 'readymades'
|
26
26
|
|
27
27
|
punk = Will::Image.generate
|
28
28
|
punk.save( "will.png")
|
@@ -40,6 +40,13 @@ Voila!
|
|
40
40
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will2.png)
|
41
41
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/will3.png)
|
42
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
|
+
|
43
50
|
|
44
51
|
```ruby
|
45
52
|
punk = Mao::Image.generate
|
@@ -58,6 +65,11 @@ Voila!
|
|
58
65
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao2.png)
|
59
66
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/mao3.png)
|
60
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)
|
61
73
|
|
62
74
|
|
63
75
|
```ruby
|
@@ -77,6 +89,11 @@ Voila!
|
|
77
89
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart2.png)
|
78
90
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/bart3.png)
|
79
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)
|
80
97
|
|
81
98
|
|
82
99
|
|
@@ -97,12 +114,52 @@ Voila!
|
|
97
114
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop2.png)
|
98
115
|
![](https://github.com/profilepic/text-to-image/raw/master/readymades/i/snoop3.png)
|
99
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
|
+
|
100
154
|
|
101
155
|
|
102
156
|
And so on.
|
103
157
|
|
104
158
|
|
159
|
+
|
105
160
|
## Questions? Comments?
|
106
161
|
|
107
|
-
Post them
|
162
|
+
Post them over at the [Help & Support](https://github.com/geraldb/help) page. Thanks.
|
163
|
+
|
164
|
+
|
108
165
|
|
data/config/spritesheet.csv
CHANGED
data/config/spritesheet.png
CHANGED
Binary file
|
data/lib/readymades/version.rb
CHANGED
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.
|
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:
|
11
|
+
date: 2023-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: punks
|