Main > Programming > Libraries >

GD::Image::AnimatedGif 0.05

GD::Image::AnimatedGif 0.05

Sponsored Links

GD::Image::AnimatedGif 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.004 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 916
Date added: 2007-04-24
Publisher: Daniel Muey

GD::Image::AnimatedGif 0.05 description

GD::Image::AnimatedGif is a Perl extension for creating animated gifs with GD.

SYNOPSIS

use GD::Image::AnimatedGif;

# setup the image
my $image = GD::Image->new(42,21);
my $white = $image->colorAllocate(255,255,255);
$image->transparent($white);

# setup some font goodies
my $fontcolor = $image->colorAllocate(0,0,0);
my $font = GD::Font->Small();

# setup some settings into variables
my $loop = 0;
my $speed = 42; # 1/100 of a sec
my $x_font = 10; # from right (x or y ??)
my $y_font = 2; # from top (x or $y ??)

print "Content-type: image/gifnn";
print $image->animated_gif($loop,$font,$fontcolor,$speed,$x_font,$y_font,[qw(text per frame)],&optional_frame_handler);
or
print $image->animated_gif_easy(0,0,@array,&optional_frame_handler);
So you can have this be your entire script, actual animation creation is on one line:
#!/usr/bin/perl

use strict;
use warnings;
use GD::Image::AnimatedGif;

print "Content-type: image/gifnn";
print GD::Image->new(50,20)->animated_gif_easy(0,[qw(10 9 8 7 6 5 4 3 2 1 0 Liftoff!)]);

GD::Image::AnimatedGif 0.05 Screenshot

Advertisements

GD::Image::AnimatedGif 0.05 Keywords

Bookmark GD::Image::AnimatedGif 0.05

Hyperlink code:
Link for forum:

GD::Image::AnimatedGif 0.05 Copyright

WareSeeker periodically updates pricing and software information of GD::Image::AnimatedGif 0.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of GD::Image::AnimatedGif 0.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
GD::Image::Orientation is a Perl extension for managing a GD::Images vertical or horizontal orientation (shapewise). Free Download
GD::Image::CopyIFS is a Perl module for fractal-based image copying and resizing. Free Download
GD::Image::Thumbnail is a Perl extension for creating thumbnailed images with GD. Free Download
CGI::FastTemplate is a Perl extension for managing templates, and performing variable interpolation. Free Download
Image::Button is a base class for building PNG buttons using GD. Free Download
GD::Graph::Thermometer is a Perl module to generate progress graph on the fly. Free Download
Device::Serdisp is a Perl extension for talking to the serdisplib. Free Download
Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates. Free Download