|
There is no way to specifically tell whether an image is a gif or animated gif in code.
To my knowledge sometimes animated gifs will work resized and sometimes not. This is because of the image processors which is software outside our control.
You could potentially try altering your code in some fashion to only move gif files and not process them but there really is no way to do that in the native software.
|