Home > Software design >  Drawing to an existing image with X-window
Drawing to an existing image with X-window

Time:12-29

I am using X-window (X11) to render 2D graphics (lines, circles, text...). But rather than drawing to a window, I need to draw to an existing bitmap image. Is there a way to achieve this ? If yes, are there restrictions on the bitmap format ?

(Notice: I am not trying to render an image to a window.)

CodePudding user response:

  • Related