PHP Classes

Changes at example.php

Recommend this page to a friend!

      FXLake effect  >  All threads  >  Changes at example.php  >  (Un) Subscribe thread alerts  
Subject:Changes at example.php
Summary:Update example.php
Messages:3
Author:Xus
Date:2006-09-12 11:43:16
Update:2006-09-12 23:13:42
 

 


  1. Changes at example.php   Reply   Report abuse  
Picture of Xus Xus - 2006-09-12 11:43:16
With gifmerge-2006-09-03.tar.gz, I've done this changes at file example.php, provided by fxlake-2006-08-29.tar.gz:

//function GifMerge($images, $t1, $t2, $t3, $loop, $dl, $xpos, $ypos, $model, $debug = false)
$anim = new GifMerge($frames, 0, 0, 0, 1, $framed, 2, 0, 'C_MEMORY');
header('Content-type: image/gif');
echo $anim -> getAnimation();

So, I see a pretty house with a looping reflex.

This class is very very cool. Congratulations, László

  2. Re: Changes at example.php   Reply   Report abuse  
Picture of László Zsidi László Zsidi - 2006-09-12 20:46:46 - In reply to message 1 from Xus
Hi,

Thank you for your regard!
I'm so sorry, but i created the example file for the older (1.0f) version GifMerge constructor.

  3. Re: Changes at example.php   Reply   Report abuse  
Picture of László Zsidi László Zsidi - 2006-09-12 23:13:42 - In reply to message 1 from Xus
OK,
that's all right the example.php has been updated...