gtk-0.15.5: Binding to the Gtk+ graphical user interface library.
Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Gdk.Pixbuf

Description

Pixbufs are bitmap images in memory.

  • A Pixbuf is used to represent images. It contains information about the image's pixel data, its color space, bits per sample, width and height, and the rowstride or number of bytes between rows.
  • This module contains functions to scale and crop Pixbufs and to scale and crop a Pixbuf and compose the result with an existing image.
  • Pixbufs can be displayed on screen by either creating an Image that from the Pixbuf or by rendering (part of) the Pixbuf into a vanilla widget like DrawWindow using drawPixbuf.
Synopsis