Project Description:
I have mysql table with base64_encode content of several web pages, each page has
some images in it. I need a PHP script that will run (first naturally , later as cron) and extract the images out of this
content , crop and resize them , create animated gif out of them and store as base64_encode back in database
(probably using GD library , but maybe some other tools can be used as well)
mysql table dume is attached , please refer to item_content field , I need you to add another field to the table named "animated" that would
store the base64_encode of created animated gif for each row.