Page 1 of 1

[07 Feb 2010] IsAnim() problem...

Posted: Sat Jun 13, 2020 5:32 pm
by Tuxedo
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 07 Feb 2010 00:04:31 -0000

Hi! I noticed that IsAnim() function will return TRUE also on simple GIFs... That was a problem becasue I cant know how to work with a file since I dont know what file it was... The fact that InPicture() recognize GIFAnim as simple GIFs was instead usefull in certain circumnstances instead for me...

That all...

Simone

[09 Feb 2010] Re: IsAnim() problem...

Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 09 Feb 2010 13:41:47 +0100
Hi! I noticed that IsAnim() function will return TRUE also on simple GIFs... That was a problem becasue I cant know how to work with a file since I dont know what file it was... The fact that InPicture() recognize GIFAnim as simple GIFs was instead usefull in certain circumnstances instead for me...
Thanks, it's fixed.

[09 Feb 2010] Re: IsAnim() problem...

Posted: Sat Jun 13, 2020 5:32 pm
by Tuxedo
Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 09 Feb 2010 13:16:29 -0000
Thanks, it's fixed.
GREAT :)

ATM I've to check if the "anim" have more of 1 frame to know exactly if was an anim or not... :P

Simone