I’m facing an issue when converting EMF images to PNG using Aspose Diagram with the Shape.ToImage method. It appears to work well in Windows, but in Linux it does not work completely well for some images.
@SWALIH
Thanks for the template file and screenshots.
After an initial testing, I am able to reproduce the issue as you mentioned by running your template project.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): DIAGRAMNET-53706
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as DIAGRAMNET-53706) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou
@SWALIH
This file contains images in EMF+ format, so please add the following code for Linux:
var pngs = new Aspose.Diagram.Saving.ImageSaveOptions(SaveFileFormat.Png);
pngs.EmfRenderSetting = Aspose.Diagram.EmfRenderSetting.EmfPlusPrefer;
diagram.Save("out.png", pngs);
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.