nihen / Any-Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME
    Any::Image -

SYNOPSIS
      use Any::Image;

      my $img = Any::Image->load('hoge.jpg');
      my $new_img = $img->clone;
      $img->resize(100, 100);
      $img->width;
      $img->height;
      $img->save('huga.jpg');

DESCRIPTION
    Any::Image is

AUTHOR
    Masahiro Chiba <nihen@megabbs.com>

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

About


Languages

Language:Perl 100.0%