Hello,
I have a web server process that runs on Windows nano server 2019 (in a Docker container). I need to improve it and generate png or jpeg files, and maybe pdf files.
But on Windows nano server there is no GDI nor Direct2D, not even WDDM that is the basis of all the other graphical libraries.
I don't need to display those files of course, just to create them and serve them through the network.
Is there any library I can use that can work on Windows witout GDI / DirectX / OpenGL ?
I have tested many of them and they all fail to load.
I thought that Skia from Google could work, but I was not able to make it work.
I would't like to move from nano server to core server just for that, it is ten times bigger.
Thank you for your help,
Michel Terrisse