Danny Sotzny - 2007-02-09 15:56:09
hello
i had created a script like the example.
the images are ok but the time per image is already the same
i had tried with only 2 pics
the same if i say array(1,20) or array(10,1000)
what means this time ... ms ? sec ?!
in my app i think it take 100ms per picture.. :( but i want wo use 4sec for the first and 1 sec for the secound picture
whats wrong ?
here my code:
$bilder_array = array($tmp_filename, $gif_url);
$bilder_zeiten = array(10,0);
$ani = new GIFEncoder($bilder_array, $bilder_zeiten, 0, 2,244,0,244,'C_FILE');
fwrite ( fopen ( $speicher_pfad."userbar_".$val[userid].".gif", "wb" ), $ani->GetAnimation ( ) );