Some users of my website want a possibility to upload gif images to their profiles. I would allow this but... Some gif files are very large - 1-2 MB and more and it's no a good idea to create galleries with 20 x 1 MB gif animations on a single page. If I create a thumbnail with ImageMagick, the thumbnail is animated as well and I get ~600 KB thumbnail from 1 MB file. It's too much and thumbnail processing takes a long time.
Is there any way how to create a static thumbnails of animated gif files so that animated file loads only when user clicks on a thumbnail?
Thanks.