简体   繁体   中英

Is there an abstraction for BitmapImage in .NET Core (coreclr)?

I would like to design a service that works with bitmaps, but I cannot find anything related with this kind of (common for GUIs) data structure.

Is there anything to work with them in a cross-platform way?

There is nothing in the BCL that directly supports this right now. You may be interested in ImageProcessorCore, which is a .NET Core-compatible library for loading and manipulating images of various formats.

https://github.com/jimbobsquarepants/imageprocessor

It is written with no native components, and therefore is portable to anywhere the framework runs.

System.Drawing中,现在移植到.NET的核心,有很多第三方库的可用这里

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM