Rendering via OpenGL (windowless)
Posted: 2014-04-03T10:30:26-07:00
When using ImageMagick from the terminal, I see that there is no window created for the processing on the image. On the other hand, if I try to do some image processing via openGL, I need to create a context, which is a window. Is there someway possible to render stuff in openGL without a window, something like what ImageMagick does?