summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
blob: d81557a9c41ba7e73bd424b148a721ceb0deedb6 (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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!-- ##### SECTION Title ##### -->
File saving

<!-- ##### SECTION Short_Description ##### -->
Saving a pixbuf to a file.

<!-- ##### SECTION Long_Description ##### -->
<para>
These functions allow to save a #GdkPixbuf in a number of 
file formats. The formatted data can be written to a file
or to a memory buffer. &gdk-pixbuf; can also call a user-defined
callback on the data, which allows to e.g. write the image 
to a socket or store it in a database.
</para>

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

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### SECTION Image ##### -->


<!-- ##### FUNCTION gdk_pixbuf_savev ##### -->
<para>

</para>

@pixbuf: 
@filename: 
@type: 
@option_keys: 
@option_values: 
@error: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_save ##### -->
<para>

</para>

@pixbuf: 
@filename: 
@type: 
@error: 
@Varargs: 
@Returns: 


<!-- ##### USER_FUNCTION GdkPixbufSaveFunc ##### -->
<para>
Specifies the type of the function passed to
gdk_pixbuf_save_to_callback().  It is called once for each block of
bytes that is "written" by gdk_pixbuf_save_to_callback().  If
successful it should return %TRUE.  If an error occurs it should set
@error and return %FALSE, in which case gdk_pixbuf_save_to_callback()
will fail with the same error.
</para>

@buf: bytes to be written.
@count: number of bytes in @buf.
@error: A location to return an error.
@data: user data passed to gdk_pixbuf_save_to_callback().
@Returns: %TRUE if successful, %FALSE (with @error set) if failed.
@Since: 2.4


<!-- ##### FUNCTION gdk_pixbuf_save_to_callback ##### -->
<para>

</para>

@pixbuf: 
@save_func: 
@user_data: 
@type: 
@error: 
@Varargs: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_save_to_callbackv ##### -->
<para>

</para>

@pixbuf: 
@save_func: 
@user_data: 
@type: 
@option_keys: 
@option_values: 
@error: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_save_to_buffer ##### -->
<para>

</para>

@pixbuf: 
@buffer: 
@buffer_size: 
@type: 
@error: 
@Varargs: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_save_to_bufferv ##### -->
<para>

</para>

@pixbuf: 
@buffer: 
@buffer_size: 
@type: 
@option_keys: 
@option_values: 
@error: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_save_to_stream ##### -->
<para>

</para>

@pixbuf: 
@stream: 
@type: 
@cancellable: 
@error: 
@Varargs: 
@Returns: