Here is a strange problem,please help
Posted: 2008-08-06T01:55:53-07:00
what I'm doing:
1.get one frame from a gif picture(we call it Frame f) using CloneImage function;
2.change some pixels of Frame f;
3.save the Frame f;
then, my problem is :
If I save the Frame f as jpg, everything is OK,
but if I save the Frame f as gif, my changes(done in step 2) does not work, the output gif is the same as the orginal Frame(got in step 1)
and I want to get a gif format output, how should I do?
1.get one frame from a gif picture(we call it Frame f) using CloneImage function;
2.change some pixels of Frame f;
3.save the Frame f;
then, my problem is :
If I save the Frame f as jpg, everything is OK,
but if I save the Frame f as gif, my changes(done in step 2) does not work, the output gif is the same as the orginal Frame(got in step 1)
and I want to get a gif format output, how should I do?