How Java 25 integrates with ImageMagick to unlock fast, safe, zero-JNI native workflows.
What a great article! Keep up the excellent work!
Thank you 🙏 feel free to share and forward if you like it!
Nice article.
But you didn't use jextract for the bindings. Is there a reason for that?
Saved it for today’s article. Wanted to keep it more introductory and explanatory in the first one.
The c++ lib to Java transform is not so easy.
I used JNA before, it has a generator from the community that can generate Java codes from C/++ binary automatically. https://github.com/nativelibs4java/JNAerator
Hope there is something like this in the new FFM APIs.
Wait for some more posts ;-)
What a great article! Keep up the excellent work!
Thank you 🙏 feel free to share and forward if you like it!
Nice article.
But you didn't use jextract for the bindings. Is there a reason for that?
Saved it for today’s article. Wanted to keep it more introductory and explanatory in the first one.
The c++ lib to Java transform is not so easy.
I used JNA before, it has a generator from the community that can generate Java codes from C/++ binary automatically. https://github.com/nativelibs4java/JNAerator
Hope there is something like this in the new FFM APIs.
Wait for some more posts ;-)