An open API service indexing awesome lists of open source software.

https://github.com/kant2002/nativeaotimages

Example how to work with images in NativeAOT context
https://github.com/kant2002/nativeaotimages

aot corert csharp image-processing nativeaot

Last synced: about 1 month ago
JSON representation

Example how to work with images in NativeAOT context

Awesome Lists containing this project

README

        

Working with images and NativeAOT
=================================

This is simple example how anyone can work with images in NativeAOT.

This application uses https://github.com/kant2002/winformscominterop to provide COM interop to this NativeAOT application.

Supplementary code for article: https://codevision.medium.com/how-do-you-use-system-drawing-in-nativeaot-bde0389daacb

# What's changed

As of Preview 7 there no need to have custom ComWrappers for `System.Drawings.Common` so having just

```

```

reduce need for external libraries.