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...var img = Image.Load("C:\\Test\\Editor.gif"); img.Resize(401, 281...