diff options
Diffstat (limited to 'docs/posts/pixel_art_in_GIMP/index.html')
-rw-r--r-- | docs/posts/pixel_art_in_GIMP/index.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/posts/pixel_art_in_GIMP/index.html b/docs/posts/pixel_art_in_GIMP/index.html index 3122f13..2872983 100644 --- a/docs/posts/pixel_art_in_GIMP/index.html +++ b/docs/posts/pixel_art_in_GIMP/index.html | |||
@@ -23,12 +23,12 @@ | |||
23 | 09/04 — 2020 | 23 | 09/04 — 2020 |
24 | <div class="stats"> | 24 | <div class="stats"> |
25 | <span class="stats-number"> | 25 | <span class="stats-number"> |
26 | 53.54 | 26 | 55.53 |
27 | </span> | 27 | </span> |
28 | <span class="stats-unit">cm</span> | 28 | <span class="stats-unit">cm</span> |
29 |   | 29 |   |
30 | <span class="stats-number"> | 30 | <span class="stats-number"> |
31 | 4.7 | 31 | 4.9 |
32 | </span> | 32 | </span> |
33 | <span class="stats-unit">min</span> | 33 | <span class="stats-unit">min</span> |
34 | </div> | 34 | </div> |
@@ -58,8 +58,8 @@ configuration. </p> | |||
58 | 58 | ||
59 | <p>Sometimes I use a 10x10 grid, <code>View > Show Grid</code> and <code>Edit > | 59 | <p>Sometimes I use a 10x10 grid, <code>View > Show Grid</code> and <code>Edit > |
60 | Preferences > Default Grid > Spacing</code>, but that can get | 60 | Preferences > Default Grid > Spacing</code>, but that can get |
61 | jarring at times, so I throw down a couple of guides, drag | 61 | jarring, so I throw down a couple of guides, drag right or |
62 | right or down from the left or top gutters for vertical and | 62 | down from the left or top gutters for vertical and |
63 | horizontal guides respectively.</p> | 63 | horizontal guides respectively.</p> |
64 | 64 | ||
65 | <h3 id="Choosing%20a%20Brush">Choosing a Brush</h3> | 65 | <h3 id="Choosing%20a%20Brush">Choosing a Brush</h3> |
@@ -86,7 +86,7 @@ piece. I usually follow a three step process:</p> | |||
86 | <li>add highlights</li> | 86 | <li>add highlights</li> |
87 | </ul> | 87 | </ul> |
88 | 88 | ||
89 | <p>But this process are better explained with an example: an | 89 | <p>But this process is better explained with an example: an |
90 | onigiri. Let us start off with a 100x100 canvas.</p> | 90 | onigiri. Let us start off with a 100x100 canvas.</p> |
91 | 91 | ||
92 | <h4 id="Drawing%20the%20outline">Drawing the outline</h4> | 92 | <h4 id="Drawing%20the%20outline">Drawing the outline</h4> |
@@ -95,8 +95,13 @@ onigiri. Let us start off with a 100x100 canvas.</p> | |||
95 | on GIMP 2.10+, you can take advantage of the Symmetry | 95 | on GIMP 2.10+, you can take advantage of the Symmetry |
96 | Painting feature. Go ahead and enable vertical symmetry, | 96 | Painting feature. Go ahead and enable vertical symmetry, |
97 | <code>Window > Dockable Dialogs > Symmetry Painting</code> and | 97 | <code>Window > Dockable Dialogs > Symmetry Painting</code> and |
98 | <code>Symmetry Painting > Symmetry > Mirror > Vertical</code>. Your | 98 | <code>Symmetry Painting > Symmetry > Mirror > Vertical</code>. </p> |
99 | outline might look something like this:</p> | 99 | |
100 | <p>If you are running an older version of GIMP, draw in the | ||
101 | left side, duplicate the layer, flip it horizontally, and | ||
102 | merge it with the original.</p> | ||
103 | |||
104 | <p>Your outline might look something like this:</p> | ||
100 | 105 | ||
101 | <p><img src="https://u.peppe.rs/mn.png" alt="rice_outline" /></p> | 106 | <p><img src="https://u.peppe.rs/mn.png" alt="rice_outline" /></p> |
102 | 107 | ||