Show quoted text> perl -MData::Dump -MGD -e'$gd=GD::Image->newFromGif("banner.gif");
> $gifdata=$gd->gif; print $gifdata' > ttt.gif
Show quoted text> This module didn't support multi-frame gif file read? if support, how
> can I get the other frames except for the first frame?
GD/libgd only supports adding frames, via gifanimbegin/gifanimadd/gifanimend
as output methods, but nothing for reading or processing it.
This looks like a severe limitation. There must be better libraries to support that.
Maybe look at GD::Image::AnimatedGif.
--
Reini Urban