Yoshiki KURIHARA > Imager-Filter-Sepia-0.02 > Imager::Filter::Sepia

Download:
Imager-Filter-Sepia-0.02.tar.gz

Dependencies

Annotate this POD (2)

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

Imager::Filter::Sepia - filter that convert to sepia tone.

SYNOPSIS ^

    use Imager;
    use Imager::Filter::Sepia;

    $img->filter(type => 'sepia');
    # or if you set color tone
    $img->filter(type => 'sepia', tone => Imager::Color->new('#FF0000'));

DESCRIPTION ^

This is a sepia tone filter can specify color tone of Imager.

Valid filter parameters are:

METHODS ^

sepia()

SEE ALSO ^

Imager, Imager::Color, Imager::API, Imager::APIRef, http://imager.perl.org/

AUTHOR ^

Yoshiki KURIHARA <kurihara __at__ cpan.org>

LICENCE AND COPYRIGHT ^

Copyright (c) 2006, Yoshiki KURIHARA <kurihara __at__ cpan.org>. All rights reserved.

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