New magic tools: Circles, and Rays

Convert the image into circular or ray brushstrokes.

Inspired by "Night Sky Scene [Pen Parallax]" Scratch Project
by -HexaScape- <https://scratch.mit.edu/users/-HexaScape->

Sound effects based on Richard Wagner's "Ride of the Valkyries"
licensed as Creative Commons Attribution 3.0 Unported (CC BY 3.0)
by https://pmmusic.pro/; conducted by Philip Milman.

h/t my son William for pointing out the Scratch project
This commit is contained in:
Bill Kendrick 2023-01-28 23:12:28 -08:00
parent 7f93f243c1
commit b9e5d59dad
37 changed files with 674 additions and 2 deletions

View file

@ -0,0 +1,14 @@
Tux Paint "Magic" Tool: Circles
Group: Distorts
Author: Bill Kendrick <bill@newbreedsoftware.com>
This transforms the picture into circular brush strokes around where you
clicked.
See also: Rays.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Circles</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: Circles</h1>
<h2 align="center">Group: Distorts</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This transforms the picture into circular brush strokes around where you clicked.</p>
<p>See also: <a href="rays.html">Rays</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -9,6 +9,7 @@
<li><a href="blocks.html">Blocks</a></li>
<li><a href="blur.html">Blur</a></li>
<li><a href="chalk.html">Chalk</a></li>
<li><a href="circles.html">Circles</a></li>
<li><a href="clone.html">Clone</a></li>
<li><a href="distortion.html">Distortion</a></li>
<li><a href="drip.html">Drip</a></li>
@ -22,6 +23,7 @@
<li><a href="mosaic.html">Mosaic</a></li>
<li><a href="noise.html">Noise</a></li>
<li><a href="puzzle.html">Puzzle</a></li>
<li><a href="rays.html">Rays</a></li>
<li><a href="ripples.html">Ripples</a></li>
<li><a href="sharpen.html">Sharpen</a></li>
<li><a href="silhouette.html">Silhouette</a></li>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rays</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: Rays</h1>
<h2 align="center">Group: Distorts</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This transforms the picture into brush strokes that point towards where you clicked.</p>
<p>See also: <a href="circles.html">Circles</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -5,6 +5,7 @@ Distorts
* Blocks
* Blur
* Chalk
* Circles
* Clone
* Distortion
* Drip
@ -18,6 +19,7 @@ Distorts
* Mosaic
* Noise
* Puzzle
* Rays
* Ripples
* Sharpen
* Silhouette

View file

@ -0,0 +1,14 @@
Tux Paint "Magic" Tool: Rays
Group: Distorts
Author: Bill Kendrick <bill@newbreedsoftware.com>
This transforms the picture into brush strokes that point towards where
you clicked.
See also: Circles.
----------------------------------------------------------------------
Tux Paint 0.9.29