gdk_pixbuf2 2.2.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +29 -0
- data/Rakefile +34 -0
- data/ext/gdk_pixbuf2/depend +11 -0
- data/ext/gdk_pixbuf2/extconf.rb +66 -0
- data/ext/gdk_pixbuf2/gdk_pixbuf2.def +2 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +179 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +164 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +737 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +41 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h +42 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2private.h +35 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimation.c +93 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +53 -0
- data/ext/gdk_pixbuf2/rbgdk-pixdata.c +213 -0
- data/extconf.rb +49 -0
- data/lib/2.0/gdk_pixbuf2.so +0 -0
- data/lib/2.1/gdk_pixbuf2.so +0 -0
- data/lib/2.2/gdk_pixbuf2.so +0 -0
- data/lib/gdk_pixbuf2.rb +57 -0
- data/sample/anim.rb +38 -0
- data/sample/composite.rb +45 -0
- data/sample/flip.rb +47 -0
- data/sample/floppybuddy.gif +0 -0
- data/sample/format.rb +39 -0
- data/sample/gnome-foot.png +0 -0
- data/sample/inline.rb +37 -0
- data/sample/loader.rb +20 -0
- data/sample/pixdata.rb +39 -0
- data/sample/rotate.rb +45 -0
- data/sample/save.rb +25 -0
- data/sample/scale.rb +45 -0
- data/sample/simpleanim.rb +34 -0
- data/sample/utils.rb +44 -0
- data/sample/xpm.rb +40 -0
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +204 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +464 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +33 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +120 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +343 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +108 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +36 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +64 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +158 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +43 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +168 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +139 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la +41 -0
- data/vendor/local/lib/gdk_pixbuf-2.0.def +128 -0
- data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.la +41 -0
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +19 -0
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +3443 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +827 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +46 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +108 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +72 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +39 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +53 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +787 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/composite.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +1068 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +794 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +864 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +491 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +639 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +1298 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +208 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +914 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +898 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +381 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +184 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +197 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +438 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +1115 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +167 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +159 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +44 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +85 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +226 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +150 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +322 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +59 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +101 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up.png +0 -0
- data/vendor/local/share/license/gdk-pixbuf/AUTHORS +65 -0
- data/vendor/local/share/license/gdk-pixbuf/COPYING +482 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +135 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +73 -0
- metadata +273 -0
@@ -0,0 +1,167 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GDK-PixBuf Reference Manual: gdk-pixbuf-csource</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="rn02.html" title="Tools Reference">
|
9
|
+
<link rel="prev" href="rn02.html" title="Tools Reference">
|
10
|
+
<link rel="next" href="gdk-pixbuf-query-loaders.html" title="gdk-pixbuf-query-loaders">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="rn02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="rn02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gdk-pixbuf-query-loaders.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="gdk-pixbuf-csource"></a><div class="titlepage"></div>
|
24
|
+
<div class="refnamediv"><table width="100%"><tr>
|
25
|
+
<td valign="top">
|
26
|
+
<h2><span class="refentrytitle">gdk-pixbuf-csource</span></h2>
|
27
|
+
<p>gdk-pixbuf-csource — C code generation utility for GdkPixbuf images</p>
|
28
|
+
</td>
|
29
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
30
|
+
</tr></table></div>
|
31
|
+
<div class="refsynopsisdiv">
|
32
|
+
<h2>Synopsis</h2>
|
33
|
+
<div class="cmdsynopsis"><p><code class="command">gdk-pixbuf-csource</code> [OPTION...] [IMAGE]</p></div>
|
34
|
+
<div class="cmdsynopsis"><p><code class="command">gdk-pixbuf-csource</code> [OPTION...] --build-list [
|
35
|
+
[NAME]
|
36
|
+
[IMAGE]
|
37
|
+
...]</p></div>
|
38
|
+
</div>
|
39
|
+
<div class="refsect1">
|
40
|
+
<a name="id-1.3.3.5"></a><h2>Description</h2>
|
41
|
+
<p>
|
42
|
+
<span class="command"><strong>gdk-pixbuf-csource</strong></span> is a small utility that generates
|
43
|
+
C code containing images, useful for compiling images directly into programs.
|
44
|
+
</p>
|
45
|
+
<p>
|
46
|
+
<span class="command"><strong>gdk-pixbuf-csource</strong></span> either takes as input one image file
|
47
|
+
name to generate code for, or, using the <code class="option">--build-list</code> option,
|
48
|
+
a list of (<em class="replaceable"><code>name</code></em>, <em class="replaceable"><code>image</code></em>)
|
49
|
+
pairs to generate code for a list of images into named variables.
|
50
|
+
</p>
|
51
|
+
</div>
|
52
|
+
<div class="refsect1">
|
53
|
+
<a name="id-1.3.3.6"></a><h2>Options</h2>
|
54
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
55
|
+
<colgroup>
|
56
|
+
<col align="left" valign="top">
|
57
|
+
<col>
|
58
|
+
</colgroup>
|
59
|
+
<tbody>
|
60
|
+
<tr>
|
61
|
+
<td><p><span class="term"><code class="option">--stream</code></span></p></td>
|
62
|
+
<td><p>
|
63
|
+
Generate pixbuf data stream (a single string containing a serialized
|
64
|
+
<span class="structname">GdkPixdata</span> structure in network byte order).
|
65
|
+
</p></td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td><p><span class="term"><code class="option">--struct</code></span></p></td>
|
69
|
+
<td><p>
|
70
|
+
Generate GdkPixdata structure (needs the <span class="structname">GdkPixdata</span>
|
71
|
+
structure definition from <code class="filename">gdk-pixdata.h</code>).
|
72
|
+
</p></td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td><p><span class="term"><code class="option">--macros</code></span></p></td>
|
76
|
+
<td><p>
|
77
|
+
Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and
|
78
|
+
*_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image.
|
79
|
+
</p></td>
|
80
|
+
</tr>
|
81
|
+
<tr>
|
82
|
+
<td><p><span class="term"><code class="option">--rle</code></span></p></td>
|
83
|
+
<td><p>
|
84
|
+
Enables run-length encoding for the generated pixel data (default).
|
85
|
+
</p></td>
|
86
|
+
</tr>
|
87
|
+
<tr>
|
88
|
+
<td><p><span class="term"><code class="option">--raw</code></span></p></td>
|
89
|
+
<td><p>
|
90
|
+
Disables run-length encoding for the generated pixel data.
|
91
|
+
</p></td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<td><p><span class="term"><code class="option">--extern</code></span></p></td>
|
95
|
+
<td><p>
|
96
|
+
Generate extern symbols.
|
97
|
+
</p></td>
|
98
|
+
</tr>
|
99
|
+
<tr>
|
100
|
+
<td><p><span class="term"><code class="option">--static</code></span></p></td>
|
101
|
+
<td><p>
|
102
|
+
Generate static symbols (default).
|
103
|
+
</p></td>
|
104
|
+
</tr>
|
105
|
+
<tr>
|
106
|
+
<td><p><span class="term"><code class="option">--decoder</code></span></p></td>
|
107
|
+
<td><p>
|
108
|
+
Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition
|
109
|
+
to decode run-length encoded image data.
|
110
|
+
</p></td>
|
111
|
+
</tr>
|
112
|
+
<tr>
|
113
|
+
<td><p><span class="term"><code class="option">--name=identifier</code></span></p></td>
|
114
|
+
<td><p>
|
115
|
+
Specifies the identifier name (prefix) for the generated variables or
|
116
|
+
macros (useful only if <code class="option">--build-list</code> was not specified).
|
117
|
+
</p></td>
|
118
|
+
</tr>
|
119
|
+
<tr>
|
120
|
+
<td><p><span class="term"><code class="option">--build-list</code></span></p></td>
|
121
|
+
<td><p>
|
122
|
+
Enables (<em class="replaceable"><code>name</code></em>, <em class="replaceable"><code>image</code></em>)
|
123
|
+
pair parsing mode.
|
124
|
+
</p></td>
|
125
|
+
</tr>
|
126
|
+
<tr>
|
127
|
+
<td><p><span class="term"><code class="option">-h</code>, <code class="option">--help</code></span></p></td>
|
128
|
+
<td><p>
|
129
|
+
Print brief help and exit.
|
130
|
+
</p></td>
|
131
|
+
</tr>
|
132
|
+
<tr>
|
133
|
+
<td><p><span class="term"><code class="option">-v</code>, <code class="option">--version</code></span></p></td>
|
134
|
+
<td><p>
|
135
|
+
Print version and exit.
|
136
|
+
</p></td>
|
137
|
+
</tr>
|
138
|
+
<tr>
|
139
|
+
<td><p><span class="term"><code class="option">--g-fatal-warnings</code></span></p></td>
|
140
|
+
<td><p>
|
141
|
+
Make warnings fatal (causes the program to abort).
|
142
|
+
</p></td>
|
143
|
+
</tr>
|
144
|
+
</tbody>
|
145
|
+
</table></div>
|
146
|
+
</div>
|
147
|
+
<div class="refsect1">
|
148
|
+
<a name="id-1.3.3.7"></a><h2>See also</h2>
|
149
|
+
<p>
|
150
|
+
The <span class="structname">GdkPixbuf</span> documentation, shipped with the
|
151
|
+
Gtk+ distribution, available from <a class="ulink" href="http://www.gtk.org" target="_top">www.gtk.org</a>.
|
152
|
+
</p>
|
153
|
+
</div>
|
154
|
+
<div class="refsect1">
|
155
|
+
<a name="id-1.3.3.8"></a><h2>Bugs</h2>
|
156
|
+
<p>
|
157
|
+
The runlength encoder gets out of sync with the pixel boundaries, since
|
158
|
+
it includes the rowstride padding in the encoded stream. Furthermore, it
|
159
|
+
generates pixbufs with suboptimal rowstride in some cases.
|
160
|
+
</p>
|
161
|
+
</div>
|
162
|
+
</div>
|
163
|
+
<div class="footer">
|
164
|
+
<hr>
|
165
|
+
Generated by GTK-Doc V1.20.1</div>
|
166
|
+
</body>
|
167
|
+
</html>
|
data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html
ADDED
@@ -0,0 +1,159 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GDK-PixBuf Reference Manual: gdk-pixbuf Xlib initialization</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="rn01.html" title="API Reference">
|
9
|
+
<link rel="prev" href="gdk-pixbuf-Module-Interface.html" title="Module Interface">
|
10
|
+
<link rel="next" href="gdk-pixbuf-Xlib-Rendering.html" title="Xlib Rendering">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#gdk-pixbuf-gdk-pixbuf-Xlib-initialization.description" class="shortcut">Description</a></span>
|
19
|
+
</td>
|
20
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
+
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
22
|
+
<td><a accesskey="p" href="gdk-pixbuf-Module-Interface.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="gdk-pixbuf-Xlib-Rendering.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
|
+
</tr></table>
|
25
|
+
<div class="refentry">
|
26
|
+
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization"></a><div class="titlepage"></div>
|
27
|
+
<div class="refnamediv"><table width="100%"><tr>
|
28
|
+
<td valign="top">
|
29
|
+
<h2><span class="refentrytitle"><a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.top_of_page"></a>gdk-pixbuf Xlib initialization</span></h2>
|
30
|
+
<p>gdk-pixbuf Xlib initialization — Initializing the gdk-pixbuf Xlib library.</p>
|
31
|
+
</td>
|
32
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
33
|
+
</tr></table></div>
|
34
|
+
<div class="refsect1">
|
35
|
+
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.functions"></a><h2>Functions</h2>
|
36
|
+
<div class="informaltable"><table width="100%" border="0">
|
37
|
+
<colgroup>
|
38
|
+
<col width="150px" class="functions_return">
|
39
|
+
<col class="functions_name">
|
40
|
+
</colgroup>
|
41
|
+
<tbody>
|
42
|
+
<tr>
|
43
|
+
<td class="function_type">
|
44
|
+
<span class="returnvalue">void</span>
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-xlib-init" title="gdk_pixbuf_xlib_init ()">gdk_pixbuf_xlib_init</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="function_type">
|
52
|
+
<span class="returnvalue">void</span>
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-xlib-init-with-depth" title="gdk_pixbuf_xlib_init_with_depth ()">gdk_pixbuf_xlib_init_with_depth</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
</tbody>
|
59
|
+
</table></div>
|
60
|
+
</div>
|
61
|
+
<div class="refsect1">
|
62
|
+
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.includes"></a><h2>Includes</h2>
|
63
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixbuf.h>
|
64
|
+
</pre>
|
65
|
+
</div>
|
66
|
+
<div class="refsect1">
|
67
|
+
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.description"></a><h2>Description</h2>
|
68
|
+
<p>In addition to the normal Gdk-specific functions, the &gdk-pixbuf;
|
69
|
+
package provides a small library that lets Xlib-only applications
|
70
|
+
use <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structures and render them to X drawables. The
|
71
|
+
functions in this section are used to initialize the &gdk-pixbuf;
|
72
|
+
Xlib library. This library must be initialized near the beginning
|
73
|
+
of the program or before calling any of the other &gdk-pixbuf;
|
74
|
+
Xlib functions.</p>
|
75
|
+
</div>
|
76
|
+
<div class="refsect1">
|
77
|
+
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.functions_details"></a><h2>Functions</h2>
|
78
|
+
<div class="refsect2">
|
79
|
+
<a name="gdk-pixbuf-xlib-init"></a><h3>gdk_pixbuf_xlib_init ()</h3>
|
80
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
81
|
+
gdk_pixbuf_xlib_init (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
82
|
+
<em class="parameter"><code><span class="type">int</span> screen_num</code></em>);</pre>
|
83
|
+
<p>Initializes the gdk-pixbuf Xlib machinery by calling <a class="link" href="gdk-pixbuf-XlibRGB.html#xlib-rgb-init" title="xlib_rgb_init ()"><code class="function">xlib_rgb_init()</code></a>. This
|
84
|
+
function should be called near the beginning of your program, or before using
|
85
|
+
any of the gdk-pixbuf-xlib functions.</p>
|
86
|
+
<div class="refsect3">
|
87
|
+
<a name="id-1.2.17.6.2.5"></a><h4>Parameters</h4>
|
88
|
+
<div class="informaltable"><table width="100%" border="0">
|
89
|
+
<colgroup>
|
90
|
+
<col width="150px" class="parameters_name">
|
91
|
+
<col class="parameters_description">
|
92
|
+
<col width="200px" class="parameters_annotations">
|
93
|
+
</colgroup>
|
94
|
+
<tbody>
|
95
|
+
<tr>
|
96
|
+
<td class="parameter_name"><p>display</p></td>
|
97
|
+
<td class="parameter_description"><p>X display to use.</p></td>
|
98
|
+
<td class="parameter_annotations"> </td>
|
99
|
+
</tr>
|
100
|
+
<tr>
|
101
|
+
<td class="parameter_name"><p>screen_num</p></td>
|
102
|
+
<td class="parameter_description"><p>Screen number.</p></td>
|
103
|
+
<td class="parameter_annotations"> </td>
|
104
|
+
</tr>
|
105
|
+
</tbody>
|
106
|
+
</table></div>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
<hr>
|
110
|
+
<div class="refsect2">
|
111
|
+
<a name="gdk-pixbuf-xlib-init-with-depth"></a><h3>gdk_pixbuf_xlib_init_with_depth ()</h3>
|
112
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
113
|
+
gdk_pixbuf_xlib_init_with_depth (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
|
114
|
+
<em class="parameter"><code><span class="type">int</span> screen_num</code></em>,
|
115
|
+
<em class="parameter"><code><span class="type">int</span> prefDepth</code></em>);</pre>
|
116
|
+
<p>Similar to <a class="link" href="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html#gdk-pixbuf-xlib-init" title="gdk_pixbuf_xlib_init ()"><code class="function">gdk_pixbuf_xlib_init()</code></a>, but also lets you specify the preferred
|
117
|
+
depth for XlibRGB if you do not want it to use the default depth it picks.</p>
|
118
|
+
<div class="refsect3">
|
119
|
+
<a name="id-1.2.17.6.3.5"></a><h4>Parameters</h4>
|
120
|
+
<div class="informaltable"><table width="100%" border="0">
|
121
|
+
<colgroup>
|
122
|
+
<col width="150px" class="parameters_name">
|
123
|
+
<col class="parameters_description">
|
124
|
+
<col width="200px" class="parameters_annotations">
|
125
|
+
</colgroup>
|
126
|
+
<tbody>
|
127
|
+
<tr>
|
128
|
+
<td class="parameter_name"><p>display</p></td>
|
129
|
+
<td class="parameter_description"><p>X display to use.</p></td>
|
130
|
+
<td class="parameter_annotations"> </td>
|
131
|
+
</tr>
|
132
|
+
<tr>
|
133
|
+
<td class="parameter_name"><p>screen_num</p></td>
|
134
|
+
<td class="parameter_description"><p>Screen number.</p></td>
|
135
|
+
<td class="parameter_annotations"> </td>
|
136
|
+
</tr>
|
137
|
+
<tr>
|
138
|
+
<td class="parameter_name"><p>prefDepth</p></td>
|
139
|
+
<td class="parameter_description"><p>Preferred depth for XlibRGB.</p></td>
|
140
|
+
<td class="parameter_annotations"> </td>
|
141
|
+
</tr>
|
142
|
+
</tbody>
|
143
|
+
</table></div>
|
144
|
+
</div>
|
145
|
+
</div>
|
146
|
+
</div>
|
147
|
+
<div class="refsect1">
|
148
|
+
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.other_details"></a><h2>Types and Values</h2>
|
149
|
+
</div>
|
150
|
+
<div class="refsect1">
|
151
|
+
<a name="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.see-also"></a><h2>See Also</h2>
|
152
|
+
<p>XlibRGB</p>
|
153
|
+
</div>
|
154
|
+
</div>
|
155
|
+
<div class="footer">
|
156
|
+
<hr>
|
157
|
+
Generated by GTK-Doc V1.20.1</div>
|
158
|
+
</body>
|
159
|
+
</html>
|
@@ -0,0 +1,45 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GDK-PixBuf Reference Manual: Drawables to Pixbufs</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="rn01.html" title="API Reference">
|
9
|
+
<link rel="prev" href="gdk-pixbuf-gdk-pixbuf-rendering.html" title="Rendering">
|
10
|
+
<link rel="next" href="gdk-pixbuf-Utilities.html" title="Utilities">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="gdk-pixbuf-gdk-pixbuf-rendering.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gdk-pixbuf-Utilities.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="gdk-pixbuf-gdk-pixbuf-from-drawables"></a><div class="titlepage"></div>
|
24
|
+
<div class="refnamediv"><table width="100%"><tr>
|
25
|
+
<td valign="top">
|
26
|
+
<h2><span class="refentrytitle">Drawables to Pixbufs</span></h2>
|
27
|
+
<p>Drawables to Pixbufs — Getting parts of a GDK drawable's image data into a pixbuf.</p>
|
28
|
+
</td>
|
29
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
30
|
+
</tr></table></div>
|
31
|
+
<div class="refsect1">
|
32
|
+
<a name="id-1.2.12.3"></a><h2>Description</h2>
|
33
|
+
<p>
|
34
|
+
The functions to take the image data from a GDK drawable and dump it
|
35
|
+
into a pixbuf are contained in GDK, see the
|
36
|
+
Pixbufs section of the GDK
|
37
|
+
documentation.
|
38
|
+
</p>
|
39
|
+
</div>
|
40
|
+
</div>
|
41
|
+
<div class="footer">
|
42
|
+
<hr>
|
43
|
+
Generated by GTK-Doc V1.20.1</div>
|
44
|
+
</body>
|
45
|
+
</html>
|
@@ -0,0 +1,44 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GDK-PixBuf Reference Manual: Rendering</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="rn01.html" title="API Reference">
|
9
|
+
<link rel="prev" href="gdk-pixbuf-Scaling.html" title="Scaling">
|
10
|
+
<link rel="next" href="gdk-pixbuf-gdk-pixbuf-from-drawables.html" title="Drawables to Pixbufs">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="gdk-pixbuf-Scaling.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gdk-pixbuf-gdk-pixbuf-from-drawables.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="gdk-pixbuf-gdk-pixbuf-rendering"></a><div class="titlepage"></div>
|
24
|
+
<div class="refnamediv"><table width="100%"><tr>
|
25
|
+
<td valign="top">
|
26
|
+
<h2><span class="refentrytitle">Rendering</span></h2>
|
27
|
+
<p>Rendering — Rendering a pixbuf to a GDK drawable.</p>
|
28
|
+
</td>
|
29
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
30
|
+
</tr></table></div>
|
31
|
+
<div class="refsect1">
|
32
|
+
<a name="id-1.2.11.3"></a><h2>Description</h2>
|
33
|
+
<p>
|
34
|
+
The functions to render pixbufs to GDK drawables are contained in
|
35
|
+
GDK, see the Pixbufs section
|
36
|
+
of the GDK documentation.
|
37
|
+
</p>
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
<div class="footer">
|
41
|
+
<hr>
|
42
|
+
Generated by GTK-Doc V1.20.1</div>
|
43
|
+
</body>
|
44
|
+
</html>
|
@@ -0,0 +1,85 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GDK-PixBuf Reference Manual: gdk-pixbuf-query-loaders</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="rn02.html" title="Tools Reference">
|
9
|
+
<link rel="prev" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">
|
10
|
+
<link rel="next" href="api-index-full.html" title="Index of all symbols">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="rn02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="gdk-pixbuf-csource.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="gdk-pixbuf-query-loaders"></a><div class="titlepage"></div>
|
24
|
+
<div class="refnamediv"><table width="100%"><tr>
|
25
|
+
<td valign="top">
|
26
|
+
<h2><span class="refentrytitle">gdk-pixbuf-query-loaders</span></h2>
|
27
|
+
<p>gdk-pixbuf-query-loaders — GdkPixbuf loader registration utility</p>
|
28
|
+
</td>
|
29
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
30
|
+
</tr></table></div>
|
31
|
+
<div class="refsynopsisdiv">
|
32
|
+
<h2>Synopsis</h2>
|
33
|
+
<div class="cmdsynopsis"><p><code class="command">gdk-pixbuf-query-loaders</code> [--update-cache] [MODULE...]</p></div>
|
34
|
+
</div>
|
35
|
+
<div class="refsect1">
|
36
|
+
<a name="id-1.3.4.5"></a><h2>Description</h2>
|
37
|
+
<p>
|
38
|
+
<span class="command"><strong>gdk-pixbuf-query-loaders</strong></span> collects information about
|
39
|
+
loadable modules for <span class="application">gdk-pixbuf</span> and writes it to
|
40
|
+
the default cache file location, or to <code class="filename">stdout</code>.
|
41
|
+
</p>
|
42
|
+
<p>
|
43
|
+
If called without arguments, it looks for modules in the
|
44
|
+
<span class="application">gdk-pixbuf</span> loader directory.
|
45
|
+
</p>
|
46
|
+
<p>
|
47
|
+
If called with arguments, it looks for the specified modules. The arguments
|
48
|
+
may be absolute or relative paths.
|
49
|
+
</p>
|
50
|
+
<p>
|
51
|
+
Normally, the output of <span class="command"><strong>gdk-pixbuf-queryloaders</strong></span> is written
|
52
|
+
to <code class="filename"><em class="replaceable"><code>libdir</code></em>/gdk-pixbuf-2.0/2.10.0/loaders.cache</code>, where <span class="application">gdk-pixbuf</span> looks for it by default. If it is written to some other
|
53
|
+
location, the environment variable <code class="envar">GDK_PIXBUF_MODULE_FILE</code>
|
54
|
+
can be set to point <span class="application">gdk-pixbuf</span> at the file.
|
55
|
+
</p>
|
56
|
+
</div>
|
57
|
+
<div class="refsect1">
|
58
|
+
<a name="id-1.3.4.6"></a><h2>Options</h2>
|
59
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
60
|
+
<colgroup>
|
61
|
+
<col align="left" valign="top">
|
62
|
+
<col>
|
63
|
+
</colgroup>
|
64
|
+
<tbody><tr>
|
65
|
+
<td><p><span class="term">--update-cache</span></p></td>
|
66
|
+
<td><p>Write the output to the default cache location instead of
|
67
|
+
<code class="filename">stdout</code></p></td>
|
68
|
+
</tr></tbody>
|
69
|
+
</table></div>
|
70
|
+
</div>
|
71
|
+
<div class="refsect1">
|
72
|
+
<a name="id-1.3.4.7"></a><h2>Environment</h2>
|
73
|
+
<p>
|
74
|
+
The environment variable <code class="envar">GDK_PIXBUF_MODULEDIR</code> can be used
|
75
|
+
to specify a different loader directory. The default
|
76
|
+
<span class="application">gdk-pixbuf</span> loader
|
77
|
+
directory is <code class="filename"><em class="replaceable"><code>libdir</code></em>/gdk-pixbuf-2.0/<em class="replaceable"><code>version</code></em>/loaders</code>.
|
78
|
+
</p>
|
79
|
+
</div>
|
80
|
+
</div>
|
81
|
+
<div class="footer">
|
82
|
+
<hr>
|
83
|
+
Generated by GTK-Doc V1.20.1</div>
|
84
|
+
</body>
|
85
|
+
</html>
|