Search found 1 match
- 2014-04-03T10:30:26-07:00
- Forum: Users
- Topic: Rendering via OpenGL (windowless)
- Replies: 1
- Views: 2495
Rendering via OpenGL (windowless)
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 ...