-
Hey guys. Is there anything in the code of a gif that can tell me (or my app) that it is animated?
I want to delete all gifs that are not animated.
FOr example
for x = 1 to (number of gifs)
if gif(x) (is not an ANIMATED gif) Then Kill (gif(x))
NEXT X
I havent found anything in the readible text of the file, but maybe it's part of the other info.
Any ideas?
Thanks.
Wengang
-
my gif control has a frames property
so if frames < 2 then it is not animated
-
sorry, what gif control is that? I don't have anything with gif on it in my components list.
Thanks