What is the most efficient method to make gifs from images using PHP? -


i'm writing php script take several images , compile them gif. searching resources on subject, have encountered several php specific ways this, such imagemagik or gifcreator resources encounter, including on here, seem rather old. gifcreator hasn't been updated in 3 years, , find fails resize compressed gifs.

in last several years, gif , gif creation sites have exploded in popularity, , can't imagine these methods 2009 still efficient way of going task.

what efficient (stable, resource efficient) , modern way create gifs collection of images along resizing gifs php? there better libraries available or php not choice task?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -