Metafile (WMF / EMF) support #2837
Unanswered
manfromarce
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any plan for metafile decoding support? While .wmf and .emf are rare as standalone files, they are still common as embedded images inside Office documents and RTF. I'm currently working on a project which converts between document formats and the lack of support for handling metafiles is the only thing which prevents replacing System.Drawing.Common with a cross-platform alternative completely. Magick.NET and SkiaSharp also don't support these on non-Windows platforms but they rely on native libraries, while I'm confident ImageSharp can accomplish this.
UPDATE: This library could be used as a starting point.
Beta Was this translation helpful? Give feedback.
All reactions