Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Please suggest me a way to Resize Animated GIF images using c#.


Thanks inadvance
Posted

1 solution

Hi,

for the case you want to code your own way to achieve this, you'll need to split the image in separate frames. You can resize each frame and create your resized GIF.

If you want to realize more image processing maybe this works for you:

http://www.atalasoft.com/photofree[^]

In addition for some ideas:

Image Processing for Dummies with C# and GDI+ Part 4 - Bilinear Filters and Resizing[^]

Image in C#: Save, Resize, and Convert to Binary[^]

Regards
 
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