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
- Host: GitHub
- URL: https://github.com/kant2002/nativeaotimages
- Owner: kant2002
- Created: 2021-06-03T13:28:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T20:26:19.000Z (about 1 year ago)
- Last Synced: 2024-10-11T20:47:11.213Z (7 months ago)
- Topics: aot, corert, csharp, image-processing, nativeaot
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.