NAME

random_art_1 - Create a Random Tile

SYNOPSIS

<Image>/File/Create/Logos/Random Art #1...

DESCRIPTION

Create a tileable image by repeatedly drawing colourful polygons

PARAMETERS

[PF_INT32,	'width',	'Image width',		300],
[PF_INT32,	'height',	'Image height',		300],
[PF_SLIDER,	'num_poly',	'Number of polygons',	20, [5,100,1]],
[PF_SLIDER,	'edges',	'Number of edges',      10, [3, 30, 1]],
[PF_SLIDER,	'revolutions',	'Number of revolutions',1, [1, 3, 1]],
[PF_SLIDER,	'feather',	'Feather radius',	30, [1, 100]],
[PF_BOOL,	'super',	'Adaptive supersampling', 0],

AUTHOR

Marc Lehmann <pcg@goof.com>

DATE

0.4

LICENSE

Distributed under the same terms as Gimp-Perl.