Hi all,

I'm trying to render an "x,y,z" Pdl as an animated gif.

I can easily output a single .png (or single framed .gif) file with
wpic.

$pdl = sequence 3,3;
$pdl->wpic('/tmp/test.png', { LUT => $lut });

But how can I generate an animated gif with 'z' defining a single
frame ?

I was expecting something like that will work :

$pdl = sequence 3,3,5;
$pdl->wpic('/tmp/test.gif', { LUT => $lut });


Is this possible ? How ?

Thanks in advance for your help :)
Bests
Mât


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to