Imager::Filter::FishEye - fisheye filter for Imager


Imager-Filter-FishEye documentation  | view source Contained in the Imager-Filter-FishEye distribution.

Index


NAME

Top

Imager::Filter::FishEye - fisheye filter for Imager

SYNOPSIS

Top

    use Imager;
    use Imager::Filter::FishEye;
    my $img = Imager->new;
    $img->filter(type => 'fisheye');

DESCRIPTION

Top

Imager::Filter::FishEye is fisheye filter for Imager.

AUTHOR

Top

Tokuhiro Matsuno <tokuhirom@gmail.com>

SEE ALSO

Top

Imager

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Imager-Filter-FishEye documentation  | view source Contained in the Imager-Filter-FishEye distribution.