GeorgeS2019
GeorgeS2019
> able to innovate freely when outside the standard boundaries. @yuslepukhin could u elaborate. something like this? : [OpenCV Image Decoder & SuperResolution CustomOps](https://github.com/microsoft/onnxruntime-extensions/pull/295)
## [Ikvmc](https://sourceforge.net/p/ikvm/wiki/Ikvmc/) - [Single jar file](https://sourceforge.net/p/ikvm/wiki/Ikvmc/#single-jar-file) - [jar file and class files to a single exe](https://sourceforge.net/p/ikvm/wiki/Ikvmc/#jar-file-and-class-files-to-a-single-exe) - [jar file to dll and class files to an exe](https://sourceforge.net/p/ikvm/wiki/Ikvmc/#jar-file-to-dll-and-class-files-to-an-exe) `ikvmc [ options...
## Questions for best results ### Note for ikvmc > When converting a Java application with ikvmc, for best results, list the jars on the ikvmc command line in the...
### Ikvmc Examples for listing the jars on the ikvmc command line in the same order as discussed above. ### IkvmReference Examples for listing the jars on the IkvmReference in...
### IKVM.Java.Extensions project Introduced in [More SDK changes](https://github.com/ikvm-revived/ikvm/pull/146) > [IKVM.Java.Extensions ](https://github.com/ikvm-revived/ikvm/pull/146/commits/d0beebc446cd34fd2e635a0d9499c4b3ef07281c)project introduced. Currently not exposed out. But eventually should be. Contains a number of collection wrapper classes currently. I suspect...
```cs public override java.awt.Graphics2D createGraphics() { //Graphics g = Graphics.FromImage(bitmap); // HACK for off-screen images we don't want ClearType or anti-aliasing // TODO I'm sure Java 2D has a way...
@wasabii **Thank you,** the ported .NET Core IKVM has performed better than my previous experience with .NET Framework when dealing with computing complex images.
### WIP > Instead of creating Panel and Form, work on mapping java.awt.* { image, font, graphics } to .Net core version ikvm.awt { image, font, graphics } - [...