"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:
Bill Kendrick 2021-09-04 14:28:01 -07:00
parent fed3b80359
commit 8d67915b3e
10 changed files with 93 additions and 12 deletions

View file

@ -221,6 +221,10 @@ $tools = array(
'desc'=>'Add random noise and static to your picture.',
'author'=>$AUTHOR_ANDREWC),
array('name'=>'Panels',
'desc'=>'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.',
'author'=>$AUTHOR_KENDRICK),
array('name'=>'Pattern',
'desc'=>'Draws a tiled pattern around the picture.',
'author'=>$AUTHOR_PERE,