Re: Pixbuf stuff (rather long)
- From: Miguel de Icaza <miguel gnu org>
- To: Mlacage aol com
- CC: gnome-devel-list gnome org
- Subject: Re: Pixbuf stuff (rather long)
- Date: Mon, 16 Aug 1999 09:12:05 -0500
> Let me know if i am wrong: pixbuf is a generic pixmap buffer (it is some
> generic data structure). Pixbuf may be used for allmost any kind of pixmap
> data: with alpha, without alpha... and libart strenght is that it aplies all
> its transformations on pixbuf, the generic pixmap buffer.
Pixbuf is a simple structure that contains an image in RGB or RGBA
format (8-bits per channel).
gdk-pixbuf is a library for loading files in various graphics formats
into a PixBuf structure.
You then use GdkRGB to render an RGB buffer into a GdkPixmap or a GdkWindow.
Best wishes,
Miguel.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]