kurihara's Journal
http://use.perl.org/~kurihara/journal/
kurihara's use Perl Journalen-ususe Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.2012-01-25T02:46:42+00:00pudgepudge@perl.orgTechnologyhourly11970-01-01T00:00+00:00kurihara's Journalhttp://use.perl.org/images/topics/useperl.gif
http://use.perl.org/~kurihara/journal/
Imager::Filter::Sepia 0.01 released.
http://use.perl.org/~kurihara/journal/31495?from=rss
Today, I released <a href="http://search.cpan.org/~kurihara/Imager-Filter-Sepia-0.01/">Imager::Filter::Sepia 0.01</a>.<br> <br>
This module is filter of Imager. I wrote XS module for the first time:-)<br> <br>
Imager::Filter::Sepia gets tone argument. This argument is color tone of sepia tone. If you make reddish sepia image, you can write below:<blockquote><div><p>use Imager::Filter::Sepia;<br>
my $tone = Imager::Color->new('#FF0000');<br>
$img->filter(type => 'sepia', tone => $tone);</p></div>
</blockquote>kurihara2006-11-03T03:49:21+00:00journal