summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
blob: 111c921fdc7e680cb0c12456f734963fbce93188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!-- ##### SECTION Title ##### -->
The GdkPixbuf Structure

<!-- ##### SECTION Short_Description ##### -->
Information that describes an image.

<!-- ##### SECTION Long_Description ##### -->

  <para>
    The <structname>GdkPixbuf</structname> structure contains
    information that describes an image in memory.
  </para>

<!-- ##### SECTION See_Also ##### -->
  <para>
  </para>

<!-- ##### ENUM GdkColorspace ##### -->
  <para>
    This enumeration defines the color spaces that are supported by
    the <application>gdk-pixbuf</application> library.  Currently only
    RGB is supported.
  </para>

@GDK_COLORSPACE_RGB: Indicates a red/green/blue additive color space.

<!-- ##### STRUCT GdkPixbuf ##### -->
  <para>
    This is the main structure in the
    <application>gdk-pixbuf</application> library.  It 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.
  </para>

<!-- ##### FUNCTION gdk_pixbuf_get_colorspace ##### -->
<para>

</para>

@pixbuf: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_n_channels ##### -->
<para>

</para>

@pixbuf: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_has_alpha ##### -->
<para>

</para>

@pixbuf: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_bits_per_sample ##### -->
<para>

</para>

@pixbuf: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_pixels ##### -->
<para>

</para>

@pixbuf: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_width ##### -->
<para>

</para>

@pixbuf: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_height ##### -->
<para>

</para>

@pixbuf: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_rowstride ##### -->
<para>

</para>

@pixbuf: 
@Returns: 

<!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->