I want to load an int
string, which consists of width
× height
elements, which represents a 32-bit RGB value into a Pixmap
in Xlib.
I've just found XReadBitmapFile()
, which can read from a X Bitmap to X Pixmap, and this might not really meets my needs.
So, should I design a new function to process it? Any hints are appreciated.