| Imager-Filter-FishEye documentation | view source | Contained in the Imager-Filter-FishEye distribution. |
Imager::Filter::FishEye - fisheye filter for Imager
use Imager;
use Imager::Filter::FishEye;
my $img = Imager->new;
$img->filter(type => 'fisheye');
Imager::Filter::FishEye is fisheye filter for Imager.
Tokuhiro Matsuno <tokuhirom@gmail.com>
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. |