Pezmc Posted December 24, 2006 Share Posted December 24, 2006 How can you create animations in php?I have seen it done before.By create a animation I mean render some frames (either in a different script or the same) and the out put them as frames in a gid animation? Link to comment https://forums.phpfreaks.com/topic/31783-gd-gif-animations/ Share on other sites More sharing options...
brendandonhue Posted December 24, 2006 Share Posted December 24, 2006 PHP's built-in GD functions don't support this. You can use ImageMagick, or a PHP class to write animated GIFs. Link to comment https://forums.phpfreaks.com/topic/31783-gd-gif-animations/#findComment-147408 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.