Improve resolution for resizing gif(animated) images using Drawing2D in c#

281 views Asked by At

My image resizer will resize all images perfectly but gif(animated) images are somewhat grainy.

Currently I am using the InterpolatioMode as HighQualityBicubic. Is there any other parameters which would increase the resolution or any ideas how to improve the resolution for animated images?

0

There are 0 answers