• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
TITLE:GIF Overlay for PHP
CENTER:''GIF画像重ね合わせ PHP extension''
RIGHT:(c) 2008/09/18- yoya@awm.jp
#contents

[[GifOverlay]] の PHP extension を用意する。


* 仕様 [#m28a2ee4]

** API [#b8dcf911]
 class GIFOverlay {
     function ....(array(()); // ファイル名がよい?データが良い?
     function add($gif_data);
      function output(); return $gif_data
 }

** 使用例 [#o1d2c53e]

 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; 

* 関連 [#a7d27e65]

- [[GifOverlay]]


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