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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -