Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,

I need to read a Gif file & break it into frames, change them to gray & then merge to form a gif file...I have already broken the gif into frames & converted it into gray but i am not able to recombine it into gif file.

I am new to C#.

please help me.

Thanks in Advance.
Posted
Updated 8-Jul-11 2:18am
v2
Comments
Sergey Alexandrovich Kryukov 8-Jul-11 5:15am    
Do you mean animated GIF?
--SA
ankur.mu 8-Jul-11 5:26am    
yes animated GIF ...Break it into Bitmap frames put a filter on those images BUT THEN HOW TO MERGE THOSE IMAGES INTO ANIMATED GIF AGAIN??? plz help
ankur.mu 8-Jul-11 5:24am    
to split the gif I use
int timeframes = gifimage.GetFrameCount(System.Drawing.Imaging.FrameDimension.Time);
gifimage.SelectActiveFrame(System.Drawing.Imaging.FrameDimension.Time,i);


Buti don't know to merge them again into gif ..Please Help!!

1 solution

I found the solution. here it is :
NGif, Animated GIF Encoder for .NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900