Is it possible to scale an animated GIF using PHP GD so that it still animates? If so, how?
It seems like I am answering this after about 2 years, but in case someone is looking for the same question:
http://www.phpclasses.org/package/7353-PHP-Resize-animations-in-files-of-the-GIF-format.html
The class resizes GIF animations using GD. First, it analyzes frames, and then resizes them, after which it again compiles them into a single file without losing delay time, deletion methods, color tables, etc.
, .., -. .
Source: https://habr.com/ru/post/1730564/More articles:Могу ли я писать плагины браузера с помощью Python? - javaHow to call the default Windows credential dialog for Internet proxy in .NET? - windowsJava SortedMap для Scala TreeMap - scalaiPhone Core Data does not update table - databaseHow to initialize a static pointer in C? - cКак получить HTML-текст из Adobe Flex Builder RichTextEditor? - flexSlow jQuery animation in IE - jqueryCreate a file in C # and pass it as IntPtr to a COM object - pointersMultithreaded PinVoked DLL in a managed environment. Is it possible? - c #Listing each individual row using jQuery - jqueryAll Articles