[ Create a new account ]
use Imager::Filter::Sepia; my $tone = Imager::Color->new('#FF0000'); $img->filter(type => 'sepia', tone => $tone);