Short: ImageFX script to break apart GifAnims Author: Bryan K. Williams Uploader: Bryan K Williams Type: gfx/ifx Version: 1.0 Requires: ImageFX, ImageFX Gif loader Architecture: generic LoadGifAnim.Ifx $ver: 1.00, 17 Feb 1999 by Bryan K. Williams, © CrystalWorks, Freely Distributable Send bug reports to Find the latest version at What is it? ----- This is an ImageFx script that will allow loading of the individual frames of an animated gif. With it, you can either bust the anim into it's individual frames, or load a single image out of the sequence. How does it work? ----- No LZW compression code required! Instead of trying to decode each image and figure out the differences in Arexx, this script instead cuts & pastes the important parts of each frame to create a complete gif. It then tells ImageFX to load this new gif, and if necessary, place it in the correct place on the image.