Page 1 of 1

Rendering via OpenGL (windowless)

Posted: 2014-04-03T10:30:26-07:00
by activatedgeek
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?

Re: Rendering via OpenGL (windowless)

Posted: 2014-04-03T13:42:15-07:00
by fmw42
Not sure this is what you want. But if on unix, try

display rose:

Now list click on the image and a GUI menu should open that allows some simple commands.