Open
Description
There is a user on Stack Overflow trying to create a new image using VB.NET. https://stackoverflow.com/questions/61839616/imagesharp-draw-image-on-image-in-vb-net
Image sharp has an issue at the moment where its not possible to new up a new Image<TPixel>
or call any of our TPixel
based APIs from VB.NET as all our TPixel
APIs have the unmanaged
constraint and that is not (and apparently will not be supported in VB.NET)
We need to come up with a solution to this.
Related
dotnet/vblang#300
https://stackoverflow.com/questions/61839616/imagesharp-draw-image-on-image-in-vb-net