Does anybody know how to remove gif animation from a picture using PHP?
eg: User uploads a GIF picture and PHP creates a thumbnail of the picture that is not animated.
Thanks in advance.
Does anybody know how to remove gif animation from a picture using PHP?
eg: User uploads a GIF picture and PHP creates a thumbnail of the picture that is not animated.
Thanks in advance.
You could simply create a jpg thumbnail of the image.
For more details: create thumbnail creation of png,jpg, and gif images