1999-11-04 07:30:04 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
1999-11-04 08:14:32 +00:00
|
|
|
File Loading
|
1999-11-04 07:30:04 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
1999-11-04 08:14:32 +00:00
|
|
|
Loading a pixbuf from a file.
|
1999-11-04 07:30:04 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
1999-11-04 08:14:32 +00:00
|
|
|
<para>
|
2000-10-09 17:22:20 +00:00
|
|
|
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.
|
1999-11-04 08:14:32 +00:00
|
|
|
</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>
|
1999-11-04 07:30:04 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
1999-11-04 08:14:32 +00:00
|
|
|
<para>
|
2000-04-13 01:18:41 +00:00
|
|
|
#GdkPixbufLoader.
|
1999-11-04 08:14:32 +00:00
|
|
|
</para>
|
1999-11-04 07:30:04 +00:00
|
|
|
|