Skip to content

nihen/Any-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages