Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!milano!marble!cheung From: cheung@marble.sw.mcc.com (Po Cheung) Newsgroups: comp.windows.x Subject: XImage Message-ID: <3048@marble.sw.mcc.com> Date: 26 Oct 89 14:20:53 GMT Organization: MCC, Austin, TX Lines: 8 To invert an XImage, I can think of creating a pixmap of same size and depth, copying the image (with XPutImage and GXcopyInverted) into the pixmap, and retrieving the image back from the pixmap (XGetImage). Is this the right way? Does it mean all graphics operations on images have to go through a pixmap? Thanks.