shattered_machine 0.0.8 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,318 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: ShatteredMachine::ProgressivePixelSorter
8
+
9
+ &mdash; Documentation by YARD 0.9.26
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "ShatteredMachine::ProgressivePixelSorter";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (P)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../ShatteredMachine.html" title="ShatteredMachine (module)">ShatteredMachine</a></span></span>
41
+ &raquo;
42
+ <span class="title">ProgressivePixelSorter</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: ShatteredMachine::ProgressivePixelSorter
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">ShatteredMachine::ProgressivePixelSorter</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/shattered_machine/progressive_pixel_sorter.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
+
105
+ <p>Call the pixel sorter multiple time in steps for given png image(s)</p>
106
+
107
+
108
+ </div>
109
+ </div>
110
+ <div class="tags">
111
+
112
+
113
+ </div>
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+ <h2>
122
+ Instance Method Summary
123
+ <small><a href="#" class="summary_toggle">collapse</a></small>
124
+ </h2>
125
+
126
+ <ul class="summary">
127
+
128
+ <li class="public ">
129
+ <span class="summary_signature">
130
+
131
+ <a href="#call-instance_method" title="#call (instance method)">#<strong>call</strong> &#x21d2; Object </a>
132
+
133
+
134
+
135
+ </span>
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+ <span class="summary_desc"><div class='inline'></div></span>
146
+
147
+ </li>
148
+
149
+
150
+ <li class="public ">
151
+ <span class="summary_signature">
152
+
153
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(io, options) &#x21d2; ProgressivePixelSorter </a>
154
+
155
+
156
+
157
+ </span>
158
+
159
+
160
+ <span class="note title constructor">constructor</span>
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+ <span class="summary_desc"><div class='inline'>
170
+ <p>A new instance of ProgressivePixelSorter.</p>
171
+ </div></span>
172
+
173
+ </li>
174
+
175
+
176
+ </ul>
177
+
178
+
179
+ <div id="constructor_details" class="method_details_list">
180
+ <h2>Constructor Details</h2>
181
+
182
+ <div class="method_details first">
183
+ <h3 class="signature first" id="initialize-instance_method">
184
+
185
+ #<strong>initialize</strong>(io, options) &#x21d2; <tt><span class='object_link'><a href="" title="ShatteredMachine::ProgressivePixelSorter (class)">ProgressivePixelSorter</a></span></tt>
186
+
187
+
188
+
189
+
190
+
191
+ </h3><div class="docstring">
192
+ <div class="discussion">
193
+
194
+ <p>Returns a new instance of ProgressivePixelSorter.</p>
195
+
196
+
197
+ </div>
198
+ </div>
199
+ <div class="tags">
200
+ <p class="tag_title">Parameters:</p>
201
+ <ul class="param">
202
+
203
+ <li>
204
+
205
+ <span class='name'>io</span>
206
+
207
+
208
+ <span class='type'>(<tt><span class='object_link'><a href="Io.html" title="ShatteredMachine::Io (class)">ShatteredMachine::Io</a></span></tt>)</span>
209
+
210
+
211
+
212
+ &mdash;
213
+ <div class='inline'>
214
+ <p>Io containing paths for images to glitch</p>
215
+ </div>
216
+
217
+ </li>
218
+
219
+ <li>
220
+
221
+ <span class='name'>options</span>
222
+
223
+
224
+ <span class='type'>(<tt>Hash</tt>)</span>
225
+
226
+
227
+
228
+ &mdash;
229
+ <div class='inline'>
230
+ <p>options for the pixel sorting algorithm</p>
231
+ </div>
232
+
233
+ </li>
234
+
235
+ </ul>
236
+
237
+
238
+ </div><table class="source_code">
239
+ <tr>
240
+ <td>
241
+ <pre class="lines">
242
+
243
+
244
+ 9
245
+ 10
246
+ 11
247
+ 12
248
+ 13
249
+ 14</pre>
250
+ </td>
251
+ <td>
252
+ <pre class="code"><span class="info file"># File 'lib/shattered_machine/progressive_pixel_sorter.rb', line 9</span>
253
+
254
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_io'>io</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
255
+ <span class='ivar'>@io</span> <span class='op'>=</span> <span class='id identifier rubyid_io'>io</span>
256
+ <span class='ivar'>@options</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span>
257
+ <span class='ivar'>@images_count</span> <span class='op'>=</span> <span class='ivar'>@io</span><span class='period'>.</span><span class='id identifier rubyid_png_images'>png_images</span><span class='period'>.</span><span class='id identifier rubyid_count'>count</span>
258
+ <span class='ivar'>@steps</span> <span class='op'>=</span> <span class='id identifier rubyid_define_steps'>define_steps</span>
259
+ <span class='kw'>end</span></pre>
260
+ </td>
261
+ </tr>
262
+ </table>
263
+ </div>
264
+
265
+ </div>
266
+
267
+
268
+ <div id="instance_method_details" class="method_details_list">
269
+ <h2>Instance Method Details</h2>
270
+
271
+
272
+ <div class="method_details first">
273
+ <h3 class="signature first" id="call-instance_method">
274
+
275
+ #<strong>call</strong> &#x21d2; <tt>Object</tt>
276
+
277
+
278
+
279
+
280
+
281
+ </h3><table class="source_code">
282
+ <tr>
283
+ <td>
284
+ <pre class="lines">
285
+
286
+
287
+ 16
288
+ 17
289
+ 18
290
+ 19
291
+ 20</pre>
292
+ </td>
293
+ <td>
294
+ <pre class="code"><span class="info file"># File 'lib/shattered_machine/progressive_pixel_sorter.rb', line 16</span>
295
+
296
+ <span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span>
297
+ <span class='ivar'>@io</span><span class='period'>.</span><span class='id identifier rubyid_png_images'>png_images</span><span class='period'>.</span><span class='id identifier rubyid_sort_by'>sort_by</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_path'>path</span><span class='op'>|</span> <span class='lbracket'>[</span><span class='id identifier rubyid_path'>path</span><span class='period'>.</span><span class='id identifier rubyid_input'>input</span><span class='lbracket'>[</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>\d+</span><span class='regexp_end'>/</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span><span class='comma'>,</span> <span class='id identifier rubyid_path'>path</span><span class='period'>.</span><span class='id identifier rubyid_input'>input</span><span class='rbracket'>]</span> <span class='rbrace'>}</span><span class='period'>.</span><span class='id identifier rubyid_each_with_index'>each_with_index</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_item'>item</span><span class='comma'>,</span> <span class='id identifier rubyid_index'>index</span><span class='op'>|</span>
298
+ <span class='const'><span class='object_link'><a href="PixelSorter.html" title="ShatteredMachine::PixelSorter (class)">PixelSorter</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="PixelSorter.html#initialize-instance_method" title="ShatteredMachine::PixelSorter#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_sorter_options'>sorter_options</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_call'><span class='object_link'><a href="PixelSorter.html#call-instance_method" title="ShatteredMachine::PixelSorter#call (method)">call</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_input'>input</span><span class='comma'>,</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_output'>output</span><span class='rparen'>)</span>
299
+ <span class='kw'>end</span>
300
+ <span class='kw'>end</span></pre>
301
+ </td>
302
+ </tr>
303
+ </table>
304
+ </div>
305
+
306
+ </div>
307
+
308
+ </div>
309
+
310
+ <div id="footer">
311
+ Generated on Fri Aug 6 17:15:03 2021 by
312
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
313
+ 0.9.26 (ruby-2.6.6).
314
+ </div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
@@ -119,25 +119,10 @@
119
119
 
120
120
  <dl class="constants">
121
121
 
122
- <dt id="FILTERS-constant" class="">FILTERS =
123
-
124
- </dt>
125
- <dd><pre class="code"><span class='qwords_beg'>%w[</span><span class='tstring_content'>none</span><span class='words_sep'> </span><span class='tstring_content'>sub</span><span class='words_sep'> </span><span class='tstring_content'>up</span><span class='words_sep'> </span><span class='tstring_content'>average</span><span class='words_sep'> </span><span class='tstring_content'>paeth</span><span class='tstring_end'>]</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
126
-
127
- <dt id="SLIM_DIRECTION-constant" class="">SLIM_DIRECTION =
128
-
129
- </dt>
130
- <dd><pre class="code"><span class='qwords_beg'>%w[</span><span class='tstring_content'>up_to_down</span><span class='words_sep'> </span><span class='tstring_content'>down_to_up</span><span class='words_sep'> </span><span class='tstring_content'>left_to_right</span><span class='words_sep'> </span><span class='tstring_content'>right_to_left</span><span class='tstring_end'>]</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
131
-
132
- <dt id="BRUSH_DIRECTION-constant" class="">BRUSH_DIRECTION =
133
-
134
- </dt>
135
- <dd><pre class="code"><span class='qwords_beg'>%w[</span><span class='tstring_content'>vertical</span><span class='words_sep'> </span><span class='tstring_content'>vertical_inverted</span><span class='words_sep'> </span><span class='tstring_content'>horizontal</span><span class='words_sep'> </span><span class='tstring_content'>horizontal_inverted</span><span class='tstring_end'>]</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
136
-
137
122
  <dt id="ALL_ALGORITHMS-constant" class="">ALL_ALGORITHMS =
138
123
 
139
124
  </dt>
140
- <dd><pre class="code"><span class='qwords_beg'>%w[</span><span class='tstring_content'>exchange</span><span class='words_sep'> </span><span class='tstring_content'>transpose</span><span class='words_sep'> </span><span class='tstring_content'>wrong_filter</span><span class='words_sep'> </span><span class='tstring_content'>slim</span><span class='words_sep'> </span><span class='tstring_content'>brus</span><span class='words_sep'> </span><span class='tstring_content'>change_byte</span><span class='words_sep'> </span><span class='tstring_content'>defect</span><span class='tstring_end'>]</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
125
+ <dd><pre class="code"><span class='qwords_beg'>%w[</span><span class='tstring_content'>brush</span><span class='words_sep'> </span><span class='tstring_content'>change_byte</span><span class='words_sep'> </span><span class='tstring_content'>defect</span><span class='words_sep'> </span><span class='tstring_content'>exchange</span><span class='words_sep'> </span><span class='tstring_content'>slim</span><span class='words_sep'> </span><span class='tstring_content'>transpose</span><span class='words_sep'> </span><span class='tstring_content'>wrong_filter</span><span class='tstring_end'>]</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd>
141
126
 
142
127
  </dl>
143
128
 
@@ -274,18 +259,18 @@
274
259
  <pre class="lines">
275
260
 
276
261
 
262
+ 12
263
+ 13
264
+ 14
277
265
  15
278
- 16
279
- 17
280
- 18
281
- 19</pre>
266
+ 16</pre>
282
267
  </td>
283
268
  <td>
284
- <pre class="code"><span class="info file"># File 'lib/shattered_machine/sampler.rb', line 15</span>
269
+ <pre class="code"><span class="info file"># File 'lib/shattered_machine/sampler.rb', line 12</span>
285
270
 
286
271
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_io'>io</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
287
272
  <span class='ivar'>@io</span> <span class='op'>=</span> <span class='id identifier rubyid_io'>io</span>
288
- <span class='ivar'>@base_output_filename</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:base_output_filename</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>sample</span><span class='tstring_end'>&#39;</span></span>
273
+ <span class='ivar'>@base_output_filename</span> <span class='op'>=</span> <span class='id identifier rubyid_io'>io</span><span class='period'>.</span><span class='id identifier rubyid_output_filename'>output_filename</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>sample</span><span class='tstring_end'>&#39;</span></span> <span class='op'>:</span> <span class='id identifier rubyid_io'>io</span><span class='period'>.</span><span class='id identifier rubyid_output_filename'>output_filename</span>
289
274
  <span class='ivar'>@algorithms_to_sample</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:algorithms_to_sample</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="#ALL_ALGORITHMS-constant" title="ShatteredMachine::Sampler::ALL_ALGORITHMS (constant)">ALL_ALGORITHMS</a></span></span>
290
275
  <span class='kw'>end</span></pre>
291
276
  </td>
@@ -315,6 +300,9 @@
315
300
  <pre class="lines">
316
301
 
317
302
 
303
+ 18
304
+ 19
305
+ 20
318
306
  21
319
307
  22
320
308
  23
@@ -322,16 +310,13 @@
322
310
  25
323
311
  26
324
312
  27
325
- 28
326
- 29
327
- 30
328
- 31</pre>
313
+ 28</pre>
329
314
  </td>
330
315
  <td>
331
- <pre class="code"><span class="info file"># File 'lib/shattered_machine/sampler.rb', line 21</span>
316
+ <pre class="code"><span class="info file"># File 'lib/shattered_machine/sampler.rb', line 18</span>
332
317
 
333
318
  <span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span>
334
- <span class='const'><span class='object_link'><a href="#FILTERS-constant" title="ShatteredMachine::Sampler::FILTERS (constant)">FILTERS</a></span></span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_filter'>filter</span><span class='op'>|</span>
319
+ <span class='const'>FILTERS</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_filter'>filter</span><span class='op'>|</span>
335
320
  <span class='id identifier rubyid_sample_exchange'>sample_exchange</span><span class='lparen'>(</span><span class='id identifier rubyid_filter'>filter</span><span class='rparen'>)</span>
336
321
  <span class='id identifier rubyid_sample_transpose'>sample_transpose</span><span class='lparen'>(</span><span class='id identifier rubyid_filter'>filter</span><span class='rparen'>)</span>
337
322
  <span class='id identifier rubyid_sample_wrong_filter'>sample_wrong_filter</span><span class='lparen'>(</span><span class='id identifier rubyid_filter'>filter</span><span class='rparen'>)</span>
@@ -351,7 +336,7 @@
351
336
  </div>
352
337
 
353
338
  <div id="footer">
354
- Generated on Sun May 23 18:36:58 2021 by
339
+ Generated on Fri Aug 6 17:15:03 2021 by
355
340
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
356
341
  0.9.26 (ruby-2.6.6).
357
342
  </div>
@@ -258,7 +258,7 @@
258
258
 
259
259
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
260
260
  <span class='ivar'>@colors</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:colors</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="#ALL_COLORS-constant" title="ShatteredMachine::Slim::ALL_COLORS (constant)">ALL_COLORS</a></span></span>
261
- <span class='ivar'>@direction</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:direction</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='symbol'>:up_to_down</span>
261
+ <span class='ivar'>@direction</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:direction</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='symbol'>:vertical_inverted</span>
262
262
  <span class='ivar'>@probability</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:probability</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='int'>95</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
263
263
  <span class='ivar'>@probability_area</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:probability_area</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>global</span><span class='tstring_end'>&#39;</span></span>
264
264
  <span class='ivar'>@colors_with_proba</span> <span class='op'>=</span> <span class='id identifier rubyid_colors_with_proba'>colors_with_proba</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:colors_with_proba</span><span class='rbracket'>]</span><span class='rparen'>)</span>
@@ -365,7 +365,7 @@
365
365
  <pre class="code"><span class="info file"># File 'lib/shattered_machine/slim.rb', line 23</span>
366
366
 
367
367
  <span class='kw'>def</span> <span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_input_image'>input_image</span><span class='comma'>,</span> <span class='id identifier rubyid_output_image'>output_image</span><span class='rparen'>)</span>
368
- <span class='const'><span class='object_link'><a href="RustyEngine.html" title="ShatteredMachine::RustyEngine (module)">RustyEngine</a></span></span><span class='period'>.</span><span class='id identifier rubyid_slim'>slim</span><span class='lparen'>(</span><span class='id identifier rubyid_input_image'>input_image</span><span class='comma'>,</span> <span class='id identifier rubyid_output_image'>output_image</span><span class='comma'>,</span> <span class='ivar'>@probability</span><span class='comma'>,</span> <span class='ivar'>@probability_area</span><span class='comma'>,</span>
368
+ <span class='const'>RustyEngine</span><span class='period'>.</span><span class='id identifier rubyid_slim'>slim</span><span class='lparen'>(</span><span class='id identifier rubyid_input_image'>input_image</span><span class='comma'>,</span> <span class='id identifier rubyid_output_image'>output_image</span><span class='comma'>,</span> <span class='ivar'>@probability</span><span class='comma'>,</span> <span class='ivar'>@probability_area</span><span class='comma'>,</span>
369
369
  <span class='id identifier rubyid_rust_formatted_direction'>rust_formatted_direction</span><span class='comma'>,</span> <span class='id identifier rubyid_rust_formatted_colors'>rust_formatted_colors</span><span class='comma'>,</span>
370
370
  <span class='id identifier rubyid_rust_formatted_color_with_proba'>rust_formatted_color_with_proba</span><span class='rparen'>)</span>
371
371
  <span class='kw'>end</span></pre>
@@ -379,7 +379,7 @@
379
379
  </div>
380
380
 
381
381
  <div id="footer">
382
- Generated on Sun May 23 18:36:58 2021 by
382
+ Generated on Fri Aug 6 17:15:03 2021 by
383
383
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
384
384
  0.9.26 (ruby-2.6.6).
385
385
  </div>
@@ -375,7 +375,7 @@
375
375
  </div>
376
376
 
377
377
  <div id="footer">
378
- Generated on Sun May 23 18:36:58 2021 by
378
+ Generated on Fri Aug 6 17:15:03 2021 by
379
379
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380
380
  0.9.26 (ruby-2.6.6).
381
381
  </div>
@@ -357,7 +357,7 @@
357
357
  </div>
358
358
 
359
359
  <div id="footer">
360
- Generated on Sun May 23 18:36:58 2021 by
360
+ Generated on Fri Aug 6 17:15:03 2021 by
361
361
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
362
362
  0.9.26 (ruby-2.6.6).
363
363
  </div>
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/shattered_machine.rb<span class="defines">,<br />
82
- lib/shattered_machine/io.rb,<br /> lib/shattered_machine/slim.rb,<br /> lib/shattered_machine/brush.rb,<br /> lib/shattered_machine/defect.rb,<br /> lib/rusty_engine/rusty_engine.rb,<br /> lib/shattered_machine/sampler.rb,<br /> lib/shattered_machine/exchange.rb,<br /> lib/shattered_machine/glitcher.rb,<br /> lib/shattered_machine/converter.rb,<br /> lib/shattered_machine/transpose.rb,<br /> lib/shattered_machine/change_byte.rb,<br /> lib/shattered_machine/pixel_sorter.rb,<br /> lib/shattered_machine/wrong_filter.rb</span>
82
+ lib/shattered_machine/io.rb,<br /> lib/shattered_machine/slim.rb,<br /> lib/shattered_machine/brush.rb,<br /> lib/shattered_machine/defect.rb,<br /> lib/shattered_machine/sampler.rb,<br /> lib/shattered_machine/exchange.rb,<br /> lib/shattered_machine/glitcher.rb,<br /> lib/shattered_machine/converter.rb,<br /> lib/shattered_machine/transpose.rb,<br /> lib/shattered_machine/change_byte.rb,<br /> lib/shattered_machine/pixel_sorter.rb,<br /> lib/shattered_machine/wrong_filter.rb,<br /> lib/shattered_machine/progressive_pixel_sorter.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -100,11 +100,9 @@
100
100
  <p class="children">
101
101
 
102
102
 
103
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="ShatteredMachine/RustyEngine.html" title="ShatteredMachine::RustyEngine (module)">RustyEngine</a></span>
104
-
105
103
 
106
104
 
107
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="ShatteredMachine/Brush.html" title="ShatteredMachine::Brush (class)">Brush</a></span>, <span class='object_link'><a href="ShatteredMachine/ChangeByte.html" title="ShatteredMachine::ChangeByte (class)">ChangeByte</a></span>, <span class='object_link'><a href="ShatteredMachine/Converter.html" title="ShatteredMachine::Converter (class)">Converter</a></span>, <span class='object_link'><a href="ShatteredMachine/Defect.html" title="ShatteredMachine::Defect (class)">Defect</a></span>, <span class='object_link'><a href="ShatteredMachine/Exchange.html" title="ShatteredMachine::Exchange (class)">Exchange</a></span>, <span class='object_link'><a href="ShatteredMachine/Glitcher.html" title="ShatteredMachine::Glitcher (class)">Glitcher</a></span>, <span class='object_link'><a href="ShatteredMachine/Io.html" title="ShatteredMachine::Io (class)">Io</a></span>, <span class='object_link'><a href="ShatteredMachine/PixelSorter.html" title="ShatteredMachine::PixelSorter (class)">PixelSorter</a></span>, <span class='object_link'><a href="ShatteredMachine/Sampler.html" title="ShatteredMachine::Sampler (class)">Sampler</a></span>, <span class='object_link'><a href="ShatteredMachine/Slim.html" title="ShatteredMachine::Slim (class)">Slim</a></span>, <span class='object_link'><a href="ShatteredMachine/Transpose.html" title="ShatteredMachine::Transpose (class)">Transpose</a></span>, <span class='object_link'><a href="ShatteredMachine/WrongFilter.html" title="ShatteredMachine::WrongFilter (class)">WrongFilter</a></span>
105
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="ShatteredMachine/Brush.html" title="ShatteredMachine::Brush (class)">Brush</a></span>, <span class='object_link'><a href="ShatteredMachine/ChangeByte.html" title="ShatteredMachine::ChangeByte (class)">ChangeByte</a></span>, <span class='object_link'><a href="ShatteredMachine/Converter.html" title="ShatteredMachine::Converter (class)">Converter</a></span>, <span class='object_link'><a href="ShatteredMachine/Defect.html" title="ShatteredMachine::Defect (class)">Defect</a></span>, <span class='object_link'><a href="ShatteredMachine/Exchange.html" title="ShatteredMachine::Exchange (class)">Exchange</a></span>, <span class='object_link'><a href="ShatteredMachine/Glitcher.html" title="ShatteredMachine::Glitcher (class)">Glitcher</a></span>, <span class='object_link'><a href="ShatteredMachine/Io.html" title="ShatteredMachine::Io (class)">Io</a></span>, <span class='object_link'><a href="ShatteredMachine/PixelSorter.html" title="ShatteredMachine::PixelSorter (class)">PixelSorter</a></span>, <span class='object_link'><a href="ShatteredMachine/ProgressivePixelSorter.html" title="ShatteredMachine::ProgressivePixelSorter (class)">ProgressivePixelSorter</a></span>, <span class='object_link'><a href="ShatteredMachine/Sampler.html" title="ShatteredMachine::Sampler (class)">Sampler</a></span>, <span class='object_link'><a href="ShatteredMachine/Slim.html" title="ShatteredMachine::Slim (class)">Slim</a></span>, <span class='object_link'><a href="ShatteredMachine/Transpose.html" title="ShatteredMachine::Transpose (class)">Transpose</a></span>, <span class='object_link'><a href="ShatteredMachine/WrongFilter.html" title="ShatteredMachine::WrongFilter (class)">WrongFilter</a></span>
108
106
 
109
107
 
110
108
  </p>
@@ -120,7 +118,7 @@
120
118
  <dt id="VERSION-constant" class="">VERSION =
121
119
 
122
120
  </dt>
123
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.0.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>
121
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.1.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
124
122
 
125
123
  </dl>
126
124
 
@@ -136,11 +134,11 @@
136
134
  </div>
137
135
 
138
136
  <div id="footer">
139
- Generated on Sun May 23 18:36:58 2021 by
137
+ Generated on Fri Aug 6 17:15:03 2021 by
140
138
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
141
139
  0.9.26 (ruby-2.6.6).
142
140
  </div>
143
141
 
144
142
  </div>
145
143
  </body>
146
- </html>
144
+ </html>
data/doc/_index.html CHANGED
@@ -191,19 +191,8 @@
191
191
 
192
192
  </li>
193
193
 
194
- </ul>
195
- </ul>
196
-
197
-
198
- </td><td valign='top' width="33%">
199
-
200
-
201
- <ul id="alpha_R" class="alpha">
202
- <li class="letter">R</li>
203
- <ul>
204
-
205
194
  <li>
206
- <span class='object_link'><a href="ShatteredMachine/RustyEngine.html" title="ShatteredMachine::RustyEngine (module)">RustyEngine</a></span>
195
+ <span class='object_link'><a href="ShatteredMachine/ProgressivePixelSorter.html" title="ShatteredMachine::ProgressivePixelSorter (class)">ProgressivePixelSorter</a></span>
207
196
 
208
197
  <small>(ShatteredMachine)</small>
209
198
 
@@ -213,6 +202,9 @@
213
202
  </ul>
214
203
 
215
204
 
205
+ </td><td valign='top' width="33%">
206
+
207
+
216
208
  <ul id="alpha_S" class="alpha">
217
209
  <li class="letter">S</li>
218
210
  <ul>
@@ -278,7 +270,7 @@
278
270
  </div>
279
271
 
280
272
  <div id="footer">
281
- Generated on Sun May 23 18:36:58 2021 by
273
+ Generated on Fri Aug 6 17:15:03 2021 by
282
274
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
283
275
  0.9.26 (ruby-2.6.6).
284
276
  </div>
data/doc/class_list.html CHANGED
@@ -43,7 +43,7 @@
43
43
 
44
44
  <ul id="full_list" class="class">
45
45
  <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
- <li id='object_ShatteredMachine' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="ShatteredMachine.html" title="ShatteredMachine (module)">ShatteredMachine</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_ShatteredMachine::Brush' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Brush.html" title="ShatteredMachine::Brush (class)">Brush</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::ChangeByte' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/ChangeByte.html" title="ShatteredMachine::ChangeByte (class)">ChangeByte</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Converter' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Converter.html" title="ShatteredMachine::Converter (class)">Converter</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Defect' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Defect.html" title="ShatteredMachine::Defect (class)">Defect</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Exchange' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Exchange.html" title="ShatteredMachine::Exchange (class)">Exchange</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Glitcher' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Glitcher.html" title="ShatteredMachine::Glitcher (class)">Glitcher</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Io' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="ShatteredMachine/Io.html" title="ShatteredMachine::Io (class)">Io</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div><ul><li id='object_ShatteredMachine::Io::Paths' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="ShatteredMachine/Io/Paths.html" title="ShatteredMachine::Io::Paths (class)">Paths</a></span> &lt; Struct<small class='search_info'>ShatteredMachine::Io</small></div></li></ul></li><li id='object_ShatteredMachine::PixelSorter' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/PixelSorter.html" title="ShatteredMachine::PixelSorter (class)">PixelSorter</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::RustyEngine' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/RustyEngine.html" title="ShatteredMachine::RustyEngine (module)">RustyEngine</a></span><small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Sampler' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Sampler.html" title="ShatteredMachine::Sampler (class)">Sampler</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Slim' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Slim.html" title="ShatteredMachine::Slim (class)">Slim</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Transpose' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Transpose.html" title="ShatteredMachine::Transpose (class)">Transpose</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::WrongFilter' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/WrongFilter.html" title="ShatteredMachine::WrongFilter (class)">WrongFilter</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li></ul></li>
46
+ <li id='object_ShatteredMachine' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="ShatteredMachine.html" title="ShatteredMachine (module)">ShatteredMachine</a></span><small class='search_info'>Top Level Namespace</small></div><ul><li id='object_ShatteredMachine::Brush' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Brush.html" title="ShatteredMachine::Brush (class)">Brush</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::ChangeByte' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/ChangeByte.html" title="ShatteredMachine::ChangeByte (class)">ChangeByte</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Converter' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Converter.html" title="ShatteredMachine::Converter (class)">Converter</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Defect' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Defect.html" title="ShatteredMachine::Defect (class)">Defect</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Exchange' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Exchange.html" title="ShatteredMachine::Exchange (class)">Exchange</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Glitcher' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Glitcher.html" title="ShatteredMachine::Glitcher (class)">Glitcher</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Io' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="ShatteredMachine/Io.html" title="ShatteredMachine::Io (class)">Io</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div><ul><li id='object_ShatteredMachine::Io::Paths' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="ShatteredMachine/Io/Paths.html" title="ShatteredMachine::Io::Paths (class)">Paths</a></span> &lt; Struct<small class='search_info'>ShatteredMachine::Io</small></div></li></ul></li><li id='object_ShatteredMachine::PixelSorter' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/PixelSorter.html" title="ShatteredMachine::PixelSorter (class)">PixelSorter</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::ProgressivePixelSorter' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/ProgressivePixelSorter.html" title="ShatteredMachine::ProgressivePixelSorter (class)">ProgressivePixelSorter</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Sampler' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Sampler.html" title="ShatteredMachine::Sampler (class)">Sampler</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Slim' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Slim.html" title="ShatteredMachine::Slim (class)">Slim</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::Transpose' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/Transpose.html" title="ShatteredMachine::Transpose (class)">Transpose</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li><li id='object_ShatteredMachine::WrongFilter' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="ShatteredMachine/WrongFilter.html" title="ShatteredMachine::WrongFilter (class)">WrongFilter</a></span> &lt; Object<small class='search_info'>ShatteredMachine</small></div></li></ul></li>
47
47
 
48
48
  </ul>
49
49
  </div>