NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

Tokuhiro Matsuno <tokuhirom@gmail.com>

SEE ALSO

Imager

LICENSE

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