Using following code
var img = Image.Load("C:\\Test\\Editor.Gif"); img.Resize(401, 281, ResizeType.LanczosResample); img.Save("C:\\Test\\out.Gif");
With following image
Editor.Gif (251.6 KB)
produces this output
err…...Resizing GIF causes messed up image Aspose.Imaging Product Family...Image.Load("C:\\Test\\Editor.gif"); img.Resize(401, 281, ResizeType...