Linux SoftwareProgrammingLibrariesImage::ParseGIF 0.2

Image::ParseGIF 0.2


Image::ParseGIF can parse a GIF image into its compenent parts. SYNOPSIS use Image::ParseGIF; $gif = new Image::ParseGIF
Developer:   Benjamin Low and Ed Halley
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   18K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Image::ParseGIF can parse a GIF image into its compenent parts.

SYNOPSIS

use Image::ParseGIF;

$gif = new Image::ParseGIF ("image.gif") or die "failed to parse: $@n";

# write out a deanimated version, showing only the first frame
$gif->deanimate(0);

# same again, manually printing each part
print $gif->header;
print $gif->part(0);
print $gif->trailer;
# or, without passing scalars around:
$gif->print_header;
$gif->print_part(0);
$gif->print_trailer;


# send an animated gif frame by frame
# - makes for a progress bar which really means something
$gif = new Image::ParseGIF ("progress.gif") or die "failed to parse: $@n";

$gif->print_header;

$gif->print_percent(0.00); # starting...
do_some_work_stage1();

$gif->print_percent(0.10); # 10% complete
do_some_work_stage2();

$gif->print_percent(0.25); # 25% complete
do_some_work_stage3();

$gif->print_percent(0.70); # 70% complete
do_some_work_stage4();

$gif->print_percent(1.00); # done!

$gif->print_trailer;

This module parses a Graphics Interchange Format (GIF) image into its component 'parts'. A GIF is essentially made up of one or more images - multiple images typically are used for animated gifs.

Requirements:
  • Perl
    tags gif print  print percent  image parsegif  some work  print gif  print trailer  header gif  print header  die failed  gif image  image into  into its  gif new  

    Download Image::ParseGIF 0.2


     http://mirrors.evolva.ro/CPAN/authors/id/B/BE/BENL/Image-ParseGIF-0.2.tar.gz


    Authors software

    Similar software

    Image::ParseGIF 0.2 (by Benjamin Low and Ed Halley)
    Image::ParseGIF can parse a GIF image into its compenent parts.

    SYNOPSIS

    use Image::ParseGIF;

    $gif = new Image::ParseGIF

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Animated Gallery 1.2 (by Martin Crossley)
    Animated Gallery is a GIMP plugin that creates an animated gallery by overlaying multiple animations frame-by-frame onto the current

    Image Viewer 1.0.0.3 (by Tara Milana, Wolfpack Entertainment)

    Save As Image 1.041 (by Rowan Lewis)

    GD::Thumbnail 1.01 (by Burak G.)
    GD::Thumbnail is a thumbnail maker for GD.

    SYNOPSIS

    use GD::Thumbnail;
    my $thumb = GD::Thumbnail->new;
    my $raw = $

    gThumb 2.8.1 (by Paolo Bacch)
    gThumb is an image viewer written for the GNOME environment

    ShowImg 0.9.5 (by Richard Groult)
    ShowImg is a feature-rich image viewer which can display numerous formats, including JPEG, PNG, GIF (animated), MNG, PSD, ..

    PascalMagick 0.2 (by Felipe Monteiro de Carvalho)
    PascalMagick is a translation of the c header files for both MagickWand and Magick Core.

    ImageMagick is a free software suite deve

    Image::Button 0.53 (by Juan M. Garcia-Reyero)
    Image::Button is a base class for building PNG buttons using GD.

    SYNOPSIS

    use Image::Button::Rect;

    my $b1 = new Image::B


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags