GIF画像重ね合わせ PHP extension
(c) 2008/09/18- yoya@awm.jp

GifOverlay の PHP extension を用意する。

仕様

API

class GIFOverlay {
    function add($gif_data);
     function output(); return $gif_data
}

使用例

new $go = new GIFOverlay();
$go->add(get_file_contents('background.gif'));
$go->add(get_file_contents('avatar.gif'));
$go->add(get_file_contents('item.gif'));
echo $go->output; 

関連


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes