Imager::Fountain 0.54 review

Download
by rbytes.net on

Imager::Fountain is a class for building fountain fills suitable for use by the fountain filter. SYNOPSIS use Imager::Fountain;

License: Perl Artistic License
File size: 836K
Developer: Tony Cook
0 stars award from rbytes.net

Imager::Fountain is a class for building fountain fills suitable for use by the fountain filter.

SYNOPSIS

use Imager::Fountain;
my $f1 = Imager::Fountain->read(gimp=>$filename);
$f->write(gimp=>$filename);
my $f1 = Imager::Fountain->new;
$f1->add(start=>0, middle=>0.5, end=>1.0,
c0=>Imager::Color->new(...),
c1=>Imager::Color->new(...),
type=>$trans_type, color=>$color_trans_type);

Provide an interface to build arrays suitable for use by the Imager fountain filter. These can be loaded from or saved to a GIMP gradient file or you can build them from scratch.

Requirements:
Perl

Imager::Fountain 0.54 keywords