Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Imager::Files 0.63

    Download button

    No screenshots available
    Downloads: 377  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.9/5)
    11 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tony Cook | More programs
    Perl Artistic License / FREE
    April 9th, 2008, 11:55 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Imager::Files description

    Imager::Files is a Perl module which allows working with image files.

    Imager::Files is a Perl module which allows working with image files.

    SYNOPSIS

    my $img = ...;
    $img->write(file=>$filename, type=>$type)
    or die "Cannot write: ",$img->errstr;

    $img = Imager->new;
    $img->read(file=>$filename, type=>$type)
    or die "Cannot read: ", $img->errstr;

    Imager->write_multi({ file=> $filename, ... }, @images)
    or die "Cannot write: ", Imager->errstr;

    my @imgs = Imager->read_multi(file=>$filename)
    or die "Cannot read: ", Imager->errstr;

    Imager->set_file_limits(width=>$max_width, height=>$max_height)

    my @read_types = Imager->read_types;
    my @write_types = Imager->write_types;

    You can read and write a variety of images formats, assuming you have the appropriate libraries, and images can be read or written to/from files, file handles, file descriptors, scalars, or through callbacks.

    To see which image formats Imager is compiled to support the following code snippet is sufficient:

    use Imager;
    print join " ", keys %Imager::formats;

    This will include some other information identifying libraries rather than file formats. For new code you might find the "read_types" or "write_types" methods useful.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    image editor | Perl images | Perl module | imager | image | editor

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM