summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/tmpl/file-loading.sgml
blob: 84a461c8cb6b298e5cdace7878500f2b50caa6b9 (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
<!-- ##### SECTION Title ##### -->
File Loading

<!-- ##### SECTION Short_Description ##### -->
Loading a pixbuf from a file.

<!-- ##### SECTION Long_Description ##### -->
  <para>
    The &gdk-pixbuf; library provides a simple mechanism for loading
    an image from a file in synchronous fashion.  This means that the
    library takes control of the application while the file is being
    loaded; from the user's point of view, the application will block
    until the image is done loading.
  </para>

  <para>
    This interface can be used by applications in which blocking is
    acceptable while an image is being loaded.  It can also be used to
    load small images in general.  Applications that need progressive
    loading can use the #GdkPixbufLoader functionality instead.
  </para>

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

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


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


<!-- ##### FUNCTION gdk_pixbuf_new_from_file ##### -->
<para>

</para>

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


<!-- ##### FUNCTION gdk_pixbuf_new_from_file_at_size ##### -->
<para>

</para>

@filename: 
@width: 
@height: 
@error: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_new_from_file_at_scale ##### -->
<para>

</para>

@filename: 
@width: 
@height: 
@preserve_aspect_ratio: 
@error: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_get_file_info ##### -->
<para>

</para>

@filename: 
@width: 
@height: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_new_from_stream ##### -->
<para>

</para>

@stream: 
@cancellable: 
@error: 
@Returns: 


<!-- ##### FUNCTION gdk_pixbuf_new_from_stream_at_scale ##### -->
<para>

</para>

@stream: 
@width: 
@height: 
@preserve_aspect_ratio: 
@cancellable: 
@error: 
@Returns: