Doc'ing new "Comic Dots" magic tool

This commit is contained in:
Bill Kendrick 2024-09-17 21:11:50 -07:00
parent e8418cc330
commit 61478d7858
182 changed files with 9189 additions and 7806 deletions

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Comic Dots
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draws a repeating dot pattern, simulating the "Ben Day process" used in early
comic books.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Halftone.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -9,6 +9,8 @@ magenta, yellow, and black "ink" will appear in place of your picture.
This tool offers both freehand and one-click operation.
See also: Comic Dots.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Comic Dots</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Comic Dots</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</p>
<p align=center><img src="../../../html/images/magic_examples/comic_dots.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="halftone.html">Halftone</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -10,6 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.</p>
<p align=center><img src="../../../html/images/magic_examples/halftone.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>See also: <a href="comic_dots.html">Comic Dots</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -88,6 +88,7 @@
<li><a href="grass.html">Grass</a></li>
<li><a href="fur.html">Fur</a></li>
<li><a href="pixels.html">Pixels</a></li>
<li><a href="comic_dots.html">Comic Dots</a></li>
<li><a href="maze.html">Maze</a></li>
<li><a href="fretwork.html">Fretwork</a></li>
<li><a href="rails.html">Rails</a></li>

View file

@ -84,6 +84,7 @@ Painting
* Grass
* Fur
* Pixels
* Comic Dots
* Maze
* Fretwork
* Rails

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Comic Dots
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draws a repeating dot pattern, simulating the "Ben Day process" used in early
comic books.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Halftone.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -9,6 +9,8 @@ magenta, yellow, and black "ink" will appear in place of your picture.
This tool offers both freehand and one-click operation.
See also: Comic Dots.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Comic Dots</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Comic Dots</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</p>
<p align=center><img src="../../../html/images/magic_examples/comic_dots.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="halftone.html">Halftone</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -10,6 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.</p>
<p align=center><img src="../../../html/images/magic_examples/halftone.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>See also: <a href="comic_dots.html">Comic Dots</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -88,6 +88,7 @@
<li><a href="grass.html">Grass</a></li>
<li><a href="fur.html">Fur</a></li>
<li><a href="pixels.html">Pixels</a></li>
<li><a href="comic_dots.html">Comic Dots</a></li>
<li><a href="maze.html">Maze</a></li>
<li><a href="fretwork.html">Fretwork</a></li>
<li><a href="rails.html">Rails</a></li>

View file

@ -84,6 +84,7 @@ Painting
* Grass
* Fur
* Pixels
* Comic Dots
* Maze
* Fretwork
* Rails

View file

@ -0,0 +1,21 @@
Outil 'Magie' de Tux Paint : Comic Dots
Groupe: Peindre
Auteur : Bill Kendrick <bill@newbreedsoftware.com>
Draws a repeating dot pattern, simulating the "Ben Day process" used in early
comic books.
Cet outil permet de travailler en mode à main levée.
Cet outil permet de travailler avec plusieurs tailles.
Cet outil permet de choisir des couleurs.
Voir aussi : Demi-teinte.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -9,6 +9,8 @@ cyan, magenta, jaune et noir apparaîtront sur ton dessin.
Cet outil permet à la fois de travailler avec un simple clic et à main levée.
Voir aussi : Comic Dots.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Outil 'Magie' de Tux Paint : Comic Dots</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Outil 'Magie' de Tux Paint : Comic Dots</h1>
<h2 align="center">Groupe: Peindre</h2>
<h3 align="center">Auteur :
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</p>
<p align=center><img src="../../../html/images/magic_examples/comic_dots.png"></p>
<p>Cet outil permet de travailler en mode à main levée.</p>
<p>Cet outil permet de travailler avec plusieurs tailles.</p>
<p>Cet outil permet de choisir des couleurs.</p>
<p>Voir aussi : <a href="halftone.html">Demi-teinte</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -10,6 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>Ceci fait que votre image ressemble à du papier journal. Différentes "encres" cyan, magenta, jaune et noir apparaîtront sur ton dessin.</p>
<p align=center><img src="../../../html/images/magic_examples/halftone.png"></p>
<p>Cet outil permet à la fois de travailler avec un simple clic et à main levée.</p>
<p>Voir aussi : <a href="comic_dots.html">Comic Dots</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -88,6 +88,7 @@
<li><a href="grass.html">Herbe</a></li>
<li><a href="fur.html">Fourrure</a></li>
<li><a href="pixels.html">Pixels</a></li>
<li><a href="comic_dots.html">Comic Dots</a></li>
<li><a href="maze.html">Labyrinthe</a></li>
<li><a href="fretwork.html">Frise</a></li>
<li><a href="rails.html">Rails</a></li>

View file

@ -84,6 +84,7 @@ Peindre
* Herbe
* Fourrure
* Pixels
* Comic Dots
* Labyrinthe
* Frise
* Rails

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Comic Dots
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draws a repeating dot pattern, simulating the "Ben Day process" used in early
comic books.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Halftone.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -9,6 +9,8 @@ magenta, yellow, and black "ink" will appear in place of your picture.
This tool offers both freehand and one-click operation.
See also: Comic Dots.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Comic Dots</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Comic Dots</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</p>
<p align=center><img src="../../../html/images/magic_examples/comic_dots.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="halftone.html">Halftone</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -10,6 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.</p>
<p align=center><img src="../../../html/images/magic_examples/halftone.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>See also: <a href="comic_dots.html">Comic Dots</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -88,6 +88,7 @@
<li><a href="grass.html">Grass</a></li>
<li><a href="fur.html">Fur</a></li>
<li><a href="pixels.html">Pixels</a></li>
<li><a href="comic_dots.html">Comic Dots</a></li>
<li><a href="maze.html">Maze</a></li>
<li><a href="fretwork.html">Fretwork</a></li>
<li><a href="rails.html">Rails</a></li>

View file

@ -84,6 +84,7 @@ Painting
* Grass
* Fur
* Pixels
* Comic Dots
* Maze
* Fretwork
* Rails

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Comic Dots
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draws a repeating dot pattern, simulating the "Ben Day process" used in early
comic books.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Halftone.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -9,6 +9,8 @@ magenta, yellow, and black "ink" will appear in place of your picture.
This tool offers both freehand and one-click operation.
See also: Comic Dots.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Comic Dots</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Comic Dots</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</p>
<p align=center><img src="../../../html/images/magic_examples/comic_dots.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="halftone.html">Halftone</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -10,6 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.</p>
<p align=center><img src="../../../html/images/magic_examples/halftone.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>See also: <a href="comic_dots.html">Comic Dots</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -88,6 +88,7 @@
<li><a href="grass.html">Grass</a></li>
<li><a href="fur.html">Fur</a></li>
<li><a href="pixels.html">Pixels</a></li>
<li><a href="comic_dots.html">Comic Dots</a></li>
<li><a href="maze.html">Maze</a></li>
<li><a href="fretwork.html">Fretwork</a></li>
<li><a href="rails.html">Rails</a></li>

View file

@ -84,6 +84,7 @@ Painting
* Grass
* Fur
* Pixels
* Comic Dots
* Maze
* Fretwork
* Rails

View file

@ -0,0 +1,21 @@
Tux Paint "Magic" Tool: Comic Dots
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draws a repeating dot pattern, simulating the "Ben Day process" used in early
comic books.
This tool is operated in a freehand fashion.
This tool offers multiple size settings.
This tool offers color choices.
See also: Halftone.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -9,6 +9,8 @@ magenta, yellow, and black "ink" will appear in place of your picture.
This tool offers both freehand and one-click operation.
See also: Comic Dots.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Comic Dots</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Comic Dots</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</p>
<p align=center><img src="../../../html/images/magic_examples/comic_dots.png"></p>
<p>This tool is operated in a freehand fashion.</p>
<p>This tool offers multiple size settings.</p>
<p>This tool offers color choices.</p>
<p>See also: <a href="halftone.html">Halftone</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -10,6 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.</p>
<p align=center><img src="../../../html/images/magic_examples/halftone.png"></p>
<p>This tool offers both freehand and one-click operation.</p>
<p>See also: <a href="comic_dots.html">Comic Dots</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -88,6 +88,7 @@
<li><a href="grass.html">Grass</a></li>
<li><a href="fur.html">Fur</a></li>
<li><a href="pixels.html">Pixels</a></li>
<li><a href="comic_dots.html">Comic Dots</a></li>
<li><a href="maze.html">Maze</a></li>
<li><a href="fretwork.html">Fretwork</a></li>
<li><a href="rails.html">Rails</a></li>

View file

@ -84,6 +84,7 @@ Painting
* Grass
* Fur
* Pixels
* Comic Dots
* Maze
* Fretwork
* Rails

View file

@ -0,0 +1,21 @@
Mjeti “Magjik” i Tux Paint-it: Comic Dots
Grup: Vizatim
Autor: Bill Kendrick <bill@newbreedsoftware.com>
Draws a repeating dot pattern, simulating the "Ben Day process" used in early
comic books.
Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.
Ky mjet ofron rregullime të shumta madhësie.
Ky mjet ofron zgjedhje ngjyrash.
Shihni edhe: Gjysmë-ton.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -9,6 +9,8 @@ magenta, yellow, and black "ink" will appear in place of your picture.
Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.
Shihni edhe: Comic Dots.
-------------------------------------------------------------------------------
Tux Paint 0.9.34

View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Mjeti “Magjik” i Tux Paint-it: Comic Dots</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Mjeti “Magjik” i Tux Paint-it: Comic Dots</h1>
<h2 align="center">Grup: Vizatim</h2>
<h3 align="center">Autor:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</p>
<p align=center><img src="../../../html/images/magic_examples/comic_dots.png"></p>
<p>Ky mjet përdoret si të ishte mjet vizatimi me dorë të lirë.</p>
<p>Ky mjet ofron rregullime të shumta madhësie.</p>
<p>Ky mjet ofron zgjedhje ngjyrash.</p>
<p>Shihni edhe: <a href="halftone.html">Gjysmë-ton</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -10,6 +10,7 @@ Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftwa
<p>This makes parts of your picture look like newsprint. Different sizes of cyan, magenta, yellow, and black "ink" will appear in place of your picture.</p>
<p align=center><img src="../../../html/images/magic_examples/halftone.png"></p>
<p>Ky mjet ofron si veprim vizatimi me dorë të lirë, ashtu edhe me një klikim.</p>
<p>Shihni edhe: <a href="comic_dots.html">Comic Dots</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.34</p>
</body></html>

View file

@ -88,6 +88,7 @@
<li><a href="grass.html">Bar</a></li>
<li><a href="fur.html">Gëzof</a></li>
<li><a href="pixels.html">Pikselë</a></li>
<li><a href="comic_dots.html">Comic Dots</a></li>
<li><a href="maze.html">Labirint</a></li>
<li><a href="fretwork.html">Gdhendje</a></li>
<li><a href="rails.html">Shina</a></li>

View file

@ -84,6 +84,7 @@ Vizatim
* Bar
* Gëzof
* Pikselë
* Comic Dots
* Labirint
* Gdhendje
* Shina