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:
parent
7f93f243c1
commit
b9e5d59dad
37 changed files with 674 additions and 2 deletions
14
magic/magic-docs/ja_JP.UTF-8/circles.txt
Normal file
14
magic/magic-docs/ja_JP.UTF-8/circles.txt
Normal 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
|
||||
14
magic/magic-docs/ja_JP.UTF-8/html/circles.html
Normal file
14
magic/magic-docs/ja_JP.UTF-8/html/circles.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
14
magic/magic-docs/ja_JP.UTF-8/html/rays.html
Normal file
14
magic/magic-docs/ja_JP.UTF-8/html/rays.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>
|
||||
|
|
@ -5,6 +5,7 @@ Distorts
|
|||
* Blocks
|
||||
* Blur
|
||||
* Chalk
|
||||
* Circles
|
||||
* Clone
|
||||
* Distortion
|
||||
* Drip
|
||||
|
|
@ -18,6 +19,7 @@ Distorts
|
|||
* Mosaic
|
||||
* Noise
|
||||
* Puzzle
|
||||
* Rays
|
||||
* Ripples
|
||||
* Sharpen
|
||||
* Silhouette
|
||||
|
|
|
|||
14
magic/magic-docs/ja_JP.UTF-8/rays.txt
Normal file
14
magic/magic-docs/ja_JP.UTF-8/rays.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue