~~David~~ has asked for the wisdom of the Perl Monks concerning the following question:
sub makeGIF { my $desktop = "C:\\Documents and Settings\\$ENV{LNAME}\\Desktop\\" +; my($blinker); $blinker = new Image::Magick; $blinker->Read("TempImages\\defective.bmp"); $blinker->Read("TempImages\\reference.bmp"); $blinker->Write("$desktop\\blink.gif"); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Image::Magick GIF Animation Speed
by Sixtease (Friar) on Nov 23, 2007 at 20:34 UTC | |
by ~~David~~ (Hermit) on Nov 23, 2007 at 22:38 UTC |