"Panels" magic tool; convert image to 2x2 repeat
Useful for making 4-panel comics; or repeat multiple times to create a compound-eye effect. Closes https://sourceforge.net/p/tuxpaint/feature-requests/204/
This commit is contained in:
parent
fed3b80359
commit
8d67915b3e
10 changed files with 93 additions and 12 deletions
|
|
@ -39,6 +39,7 @@
|
|||
<li><a href="square_mosaic.html">Square Mosaic</a></li>
|
||||
<li><a href="negative.html">Negative</a></li>
|
||||
<li><a href="noise.html">Noise</a></li>
|
||||
<li><a href="panels.html">Panels</a></li>
|
||||
<li><a href="pattern.html">Pattern</a></li>
|
||||
<li><a href="perspective.html">Perspective</a></li>
|
||||
<li><a href="picasso.html">Picasso</a></li>
|
||||
|
|
|
|||
9
magic/magic-docs/en/html/panels.html
Normal file
9
magic/magic-docs/en/html/panels.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Panels</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||
<h1 align="center">Tux Paint "Magic" Tool: Panels</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
||||
</body></html>
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
* Square Mosaic
|
||||
* Negative
|
||||
* Noise
|
||||
* Panels
|
||||
* Pattern
|
||||
* Perspective
|
||||
* Picasso
|
||||
|
|
|
|||
6
magic/magic-docs/en/panels.txt
Normal file
6
magic/magic-docs/en/panels.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Tux Paint "Magic" Tool: Panels
|
||||
|
||||
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
||||
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
||||
Loading…
Add table
Add a link
Reference in a new issue