László Zsidi - 2009-02-08 07:24:15 -
In reply to message 1 from SteveThomas
Hi,
This error is a built-in error and it will appear when the source is not a GIF image and the execution of script will end.
If you get this error message be sure that the actual frame is a GIF image.
Open it in a hexa- or in a text editor and you will see the first 6 bytes.
If the first 6 bytes are not "GIF87a" or "GIF89a" that the source image is not a GIF image!
In some cases, that the image extension is other than the the real image data, example: a JPEG data renamed as GIF image.
László