X11-1.6.1.2: A binding to the X11 graphics library

Copyright(c) Frederik Eaton 2006
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org, frederik@ofb.net
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.X11.Xlib.Image

Description

Xlib image routines

Synopsis

Documentation

data Image Source

pointer to an X11 XImage structure

createImage :: Display -> Visual -> CInt -> ImageFormat -> CInt -> Ptr CChar -> Dimension -> Dimension -> CInt -> CInt -> IO Image Source

interface to the X11 library function XCreateImage().

putImage :: Display -> Drawable -> GC -> Image -> Position -> Position -> Position -> Position -> Dimension -> Dimension -> IO () Source

interface to the X11 library function XPutImage().

destroyImage :: Image -> IO () Source

interface to the X11 library function XDestroyImage().