How to write characters wrote GIF picture

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
Rlby

How to write characters wrote GIF picture

Post by Rlby »

How to write characters wrote GIF picture frames all the different position! We can give an example? Thank you
Rlby

Re: How to write characters wrote GIF picture

Post by Rlby »

help me thinks
nanwenbo

Re: How to write characters wrote GIF picture

Post 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
Post Reply