VSD->Gif shape errors

Hi

I have saved an Visio to Gif and found some shape errors.

var d = new Diagram(“src.vsd”);
var so = new ImageSaveOptions(SaveFileFormat.GIF);
so.CompositingQuality = CompositingQuality.HighQuality;
so.InterpolationMode = InterpolationMode.HighQualityBicubic;
so.Resolution = 96;
d.Save(outputGif, so);

visio-gif-shapeerrors.zip (665.1 KB)
contains: src.vsd, aspose.gif, visio.gif - output gif is named according to output generator. inkedaspose.gif contains highlighted areas where there are shape errors…

Regards
Dennis

@hellagutmanndk

Thanks for contacting support.

We have tested the scenario in our environment and managed to replicate the issue of incorrect shapes in output GIF. We have logged this issue as DIAGRAMNET-51554 in our issue tracking system for the sake of correction and will surely keep you informed with the status of its rectification. Please be patient and spare us little time.

We are sorry for the inconvenience.

The issues you have found earlier (filed as DIAGRAMNET-51554) have been fixed in Aspose.Diagram for .NET 20.11.