调整动画GIF的大小
问题描述:
大家好,
请给我建议一种使用c#调整GIF动画图像大小的方法.
谢谢inadvance
Hi all,
Please suggest me a way to Resize Animated GIF images using c#.
Thanks inadvance
答
对于您想要编写自己的方式实现此目标的情况,则需要将图像拆分为单独的帧.您可以调整每帧的大小并创建调整后的GIF.
如果您想实现更多的图像处理功能,那么可能对您有用:
http://www.atalasoft.com/photofree [使用C#和GDI +的傻瓜图像处理第4部分-双线性过滤器和调整大小 [ ^ ]
C#中的图像:保存,调整大小并转换为二进制 [ ^ ]
问候
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