Image::Filter

Apply filters onto images
Download

Image::Filter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Hendrik Van Belleghem
  • Publisher web site:
  • http://search.cpan.org/~beatnik/

Image::Filter Tags


Image::Filter Description

Apply filters onto images Image::Filter is a Perl module that can apply image filters. A limited number of filters are included (see list below). Image::Filter currently does true color images images. It uses the gd2 lib from Thomas Boutell.SYNOPSIS use Image::Filter; $image = Image::Filter::newFromJpeg("munich.jpg"); $image = $image->filter("blur"); $image->Jpeg("blurtest.jpg",$quality); #1-100, use negative value for default $image->Destroy; Requirements: · Perl


Image::Filter Related Software