[vox-tech] reading bitmaps in XLib

Julie Russell vox-tech@lists.lugod.org
Fri, 17 Oct 2003 16:20:06 +1000


Hi again,

I am writing an application in C++ using Xine, XLib and the common C++
library which is just a C++ wrapper for threads. I am trying to keep it as
simple as possible, and not mix too many languages. I actually want to
display a jpeg on an X window, so I thought if I could display a bitmap
first, then look for some decompression code to convert the jpeg into a
bitmap that would be the way to go. I am pretty new to X so I didn't realise
that there was different bitmap formats, thanks for that.

Julie.