Page 1 of 1

How to write characters wrote GIF picture

Posted: 2007-08-05T07:45:13-07:00
by Rlby
How to write characters wrote GIF picture frames all the different position! We can give an example? Thank you

Re: How to write characters wrote GIF picture

Posted: 2007-08-06T10:36:10-07:00
by Rlby
help me thinks

Re: How to write characters wrote GIF picture

Posted: 2007-09-09T19:52:43-07:00
by nanwenbo
$mgck_wnd=NewMagickWand();
MagickReadImage($mgck_wnd, 'ur pic');
$pic_num=MagickGetNumberImages($mgck_wnd);
for($i=0;$i<$pic_num;$i++)
{
MagickSetImageIndex($mgck_wnd,$i);

//ur operation

}

above code can do ,but still have some problem,i can't solve it;

u can see some example about magickwand in my blog: http://www.33505.net/nwb/?action=index&cid=1