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,381 @@
|
|
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: Utilities</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-from-drawables.html" title="Drawables to Pixbufs">
|
10
|
+
<link rel="next" href="gdk-pixbuf-Animations.html" title="Animations">
|
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-Utilities.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-gdk-pixbuf-from-drawables.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="gdk-pixbuf-Animations.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-Utilities"></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-Utilities.top_of_page"></a>Utilities</span></h2>
|
30
|
+
<p>Utilities — Utility and miscellaneous convenience functions.</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-Utilities.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
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
45
|
+
</td>
|
46
|
+
<td class="function_name">
|
47
|
+
<a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-add-alpha" title="gdk_pixbuf_add_alpha ()">gdk_pixbuf_add_alpha</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-Utilities.html#gdk-pixbuf-copy-area" title="gdk_pixbuf_copy_area ()">gdk_pixbuf_copy_area</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td class="function_type">
|
60
|
+
<span class="returnvalue">void</span>
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-saturate-and-pixelate" title="gdk_pixbuf_saturate_and_pixelate ()">gdk_pixbuf_saturate_and_pixelate</a> <span class="c_punctuation">()</span>
|
64
|
+
</td>
|
65
|
+
</tr>
|
66
|
+
<tr>
|
67
|
+
<td class="function_type">
|
68
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
69
|
+
</td>
|
70
|
+
<td class="function_name">
|
71
|
+
<a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-apply-embedded-orientation" title="gdk_pixbuf_apply_embedded_orientation ()">gdk_pixbuf_apply_embedded_orientation</a> <span class="c_punctuation">()</span>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td class="function_type">
|
76
|
+
<span class="returnvalue">void</span>
|
77
|
+
</td>
|
78
|
+
<td class="function_name">
|
79
|
+
<a class="link" href="gdk-pixbuf-Utilities.html#gdk-pixbuf-fill" title="gdk_pixbuf_fill ()">gdk_pixbuf_fill</a> <span class="c_punctuation">()</span>
|
80
|
+
</td>
|
81
|
+
</tr>
|
82
|
+
</tbody>
|
83
|
+
</table></div>
|
84
|
+
</div>
|
85
|
+
<div class="refsect1">
|
86
|
+
<a name="gdk-pixbuf-Utilities.includes"></a><h2>Includes</h2>
|
87
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixbuf.h>
|
88
|
+
</pre>
|
89
|
+
</div>
|
90
|
+
<div class="refsect1">
|
91
|
+
<a name="gdk-pixbuf-Utilities.description"></a><h2>Description</h2>
|
92
|
+
<p>These functions provide miscellaneous utilities for manipulating
|
93
|
+
pixbufs. The pixel data in pixbufs may of course be manipulated
|
94
|
+
directly by applications, but several common operations can be
|
95
|
+
performed by these functions instead.</p>
|
96
|
+
</div>
|
97
|
+
<div class="refsect1">
|
98
|
+
<a name="gdk-pixbuf-Utilities.functions_details"></a><h2>Functions</h2>
|
99
|
+
<div class="refsect2">
|
100
|
+
<a name="gdk-pixbuf-add-alpha"></a><h3>gdk_pixbuf_add_alpha ()</h3>
|
101
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
102
|
+
gdk_pixbuf_add_alpha (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
103
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> substitute_color</code></em>,
|
104
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> r</code></em>,
|
105
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> g</code></em>,
|
106
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> b</code></em>);</pre>
|
107
|
+
<p>Takes an existing pixbuf and adds an alpha channel to it.
|
108
|
+
If the existing pixbuf already had an alpha channel, the channel
|
109
|
+
values are copied from the original; otherwise, the alpha channel
|
110
|
+
is initialized to 255 (full opacity).</p>
|
111
|
+
<p>If <em class="parameter"><code>substitute_color</code></em>
|
112
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then the color specified by (<em class="parameter"><code>r</code></em>
|
113
|
+
, <em class="parameter"><code>g</code></em>
|
114
|
+
, <em class="parameter"><code>b</code></em>
|
115
|
+
) will be
|
116
|
+
assigned zero opacity. That is, if you pass (255, 255, 255) for the
|
117
|
+
substitute color, all white pixels will become fully transparent.</p>
|
118
|
+
<div class="refsect3">
|
119
|
+
<a name="id-1.2.13.6.2.6"></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>pixbuf</p></td>
|
129
|
+
<td class="parameter_description"><p>A <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>.</p></td>
|
130
|
+
<td class="parameter_annotations"> </td>
|
131
|
+
</tr>
|
132
|
+
<tr>
|
133
|
+
<td class="parameter_name"><p>substitute_color</p></td>
|
134
|
+
<td class="parameter_description"><p>Whether to set a color to zero opacity. If this
|
135
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, then the (<em class="parameter"><code>r</code></em>
|
136
|
+
, <em class="parameter"><code>g</code></em>
|
137
|
+
, <em class="parameter"><code>b</code></em>
|
138
|
+
) arguments will be ignored.</p></td>
|
139
|
+
<td class="parameter_annotations"> </td>
|
140
|
+
</tr>
|
141
|
+
<tr>
|
142
|
+
<td class="parameter_name"><p>r</p></td>
|
143
|
+
<td class="parameter_description"><p>Red value to substitute.</p></td>
|
144
|
+
<td class="parameter_annotations"> </td>
|
145
|
+
</tr>
|
146
|
+
<tr>
|
147
|
+
<td class="parameter_name"><p>g</p></td>
|
148
|
+
<td class="parameter_description"><p>Green value to substitute.</p></td>
|
149
|
+
<td class="parameter_annotations"> </td>
|
150
|
+
</tr>
|
151
|
+
<tr>
|
152
|
+
<td class="parameter_name"><p>b</p></td>
|
153
|
+
<td class="parameter_description"><p>Blue value to substitute.</p></td>
|
154
|
+
<td class="parameter_annotations"> </td>
|
155
|
+
</tr>
|
156
|
+
</tbody>
|
157
|
+
</table></div>
|
158
|
+
</div>
|
159
|
+
<div class="refsect3">
|
160
|
+
<a name="id-1.2.13.6.2.7"></a><h4>Returns</h4>
|
161
|
+
<p> A newly-created pixbuf with a reference count of 1. </p>
|
162
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
163
|
+
</div>
|
164
|
+
</div>
|
165
|
+
<hr>
|
166
|
+
<div class="refsect2">
|
167
|
+
<a name="gdk-pixbuf-copy-area"></a><h3>gdk_pixbuf_copy_area ()</h3>
|
168
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
169
|
+
gdk_pixbuf_copy_area (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src_pixbuf</code></em>,
|
170
|
+
<em class="parameter"><code><span class="type">int</span> src_x</code></em>,
|
171
|
+
<em class="parameter"><code><span class="type">int</span> src_y</code></em>,
|
172
|
+
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
173
|
+
<em class="parameter"><code><span class="type">int</span> height</code></em>,
|
174
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest_pixbuf</code></em>,
|
175
|
+
<em class="parameter"><code><span class="type">int</span> dest_x</code></em>,
|
176
|
+
<em class="parameter"><code><span class="type">int</span> dest_y</code></em>);</pre>
|
177
|
+
<p>Copies a rectangular area from <em class="parameter"><code>src_pixbuf</code></em>
|
178
|
+
to <em class="parameter"><code>dest_pixbuf</code></em>
|
179
|
+
. Conversion of
|
180
|
+
pixbuf formats is done automatically.</p>
|
181
|
+
<p>If the source rectangle overlaps the destination rectangle on the
|
182
|
+
same pixbuf, it will be overwritten during the copy operation.
|
183
|
+
Therefore, you can not use this function to scroll a pixbuf.</p>
|
184
|
+
<div class="refsect3">
|
185
|
+
<a name="id-1.2.13.6.3.6"></a><h4>Parameters</h4>
|
186
|
+
<div class="informaltable"><table width="100%" border="0">
|
187
|
+
<colgroup>
|
188
|
+
<col width="150px" class="parameters_name">
|
189
|
+
<col class="parameters_description">
|
190
|
+
<col width="200px" class="parameters_annotations">
|
191
|
+
</colgroup>
|
192
|
+
<tbody>
|
193
|
+
<tr>
|
194
|
+
<td class="parameter_name"><p>src_pixbuf</p></td>
|
195
|
+
<td class="parameter_description"><p>Source pixbuf.</p></td>
|
196
|
+
<td class="parameter_annotations"> </td>
|
197
|
+
</tr>
|
198
|
+
<tr>
|
199
|
+
<td class="parameter_name"><p>src_x</p></td>
|
200
|
+
<td class="parameter_description"><p>Source X coordinate within <em class="parameter"><code>src_pixbuf</code></em>
|
201
|
+
.</p></td>
|
202
|
+
<td class="parameter_annotations"> </td>
|
203
|
+
</tr>
|
204
|
+
<tr>
|
205
|
+
<td class="parameter_name"><p>src_y</p></td>
|
206
|
+
<td class="parameter_description"><p>Source Y coordinate within <em class="parameter"><code>src_pixbuf</code></em>
|
207
|
+
.</p></td>
|
208
|
+
<td class="parameter_annotations"> </td>
|
209
|
+
</tr>
|
210
|
+
<tr>
|
211
|
+
<td class="parameter_name"><p>width</p></td>
|
212
|
+
<td class="parameter_description"><p>Width of the area to copy.</p></td>
|
213
|
+
<td class="parameter_annotations"> </td>
|
214
|
+
</tr>
|
215
|
+
<tr>
|
216
|
+
<td class="parameter_name"><p>height</p></td>
|
217
|
+
<td class="parameter_description"><p>Height of the area to copy.</p></td>
|
218
|
+
<td class="parameter_annotations"> </td>
|
219
|
+
</tr>
|
220
|
+
<tr>
|
221
|
+
<td class="parameter_name"><p>dest_pixbuf</p></td>
|
222
|
+
<td class="parameter_description"><p>Destination pixbuf.</p></td>
|
223
|
+
<td class="parameter_annotations"> </td>
|
224
|
+
</tr>
|
225
|
+
<tr>
|
226
|
+
<td class="parameter_name"><p>dest_x</p></td>
|
227
|
+
<td class="parameter_description"><p>X coordinate within <em class="parameter"><code>dest_pixbuf</code></em>
|
228
|
+
.</p></td>
|
229
|
+
<td class="parameter_annotations"> </td>
|
230
|
+
</tr>
|
231
|
+
<tr>
|
232
|
+
<td class="parameter_name"><p>dest_y</p></td>
|
233
|
+
<td class="parameter_description"><p>Y coordinate within <em class="parameter"><code>dest_pixbuf</code></em>
|
234
|
+
.</p></td>
|
235
|
+
<td class="parameter_annotations"> </td>
|
236
|
+
</tr>
|
237
|
+
</tbody>
|
238
|
+
</table></div>
|
239
|
+
</div>
|
240
|
+
</div>
|
241
|
+
<hr>
|
242
|
+
<div class="refsect2">
|
243
|
+
<a name="gdk-pixbuf-saturate-and-pixelate"></a><h3>gdk_pixbuf_saturate_and_pixelate ()</h3>
|
244
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
245
|
+
gdk_pixbuf_saturate_and_pixelate (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>,
|
246
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *dest</code></em>,
|
247
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> saturation</code></em>,
|
248
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pixelate</code></em>);</pre>
|
249
|
+
<p>Modifies saturation and optionally pixelates <em class="parameter"><code>src</code></em>
|
250
|
+
, placing the result in
|
251
|
+
<em class="parameter"><code>dest</code></em>
|
252
|
+
. <em class="parameter"><code>src</code></em>
|
253
|
+
and <em class="parameter"><code>dest</code></em>
|
254
|
+
may be the same pixbuf with no ill effects. If
|
255
|
+
<em class="parameter"><code>saturation</code></em>
|
256
|
+
is 1.0 then saturation is not changed. If it's less than 1.0,
|
257
|
+
saturation is reduced (the image turns toward grayscale); if greater than
|
258
|
+
1.0, saturation is increased (the image gets more vivid colors). If <em class="parameter"><code>pixelate</code></em>
|
259
|
+
|
260
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then pixels are faded in a checkerboard pattern to create a
|
261
|
+
pixelated image. <em class="parameter"><code>src</code></em>
|
262
|
+
and <em class="parameter"><code>dest</code></em>
|
263
|
+
must have the same image format, size, and
|
264
|
+
rowstride.</p>
|
265
|
+
<div class="refsect3">
|
266
|
+
<a name="id-1.2.13.6.4.5"></a><h4>Parameters</h4>
|
267
|
+
<div class="informaltable"><table width="100%" border="0">
|
268
|
+
<colgroup>
|
269
|
+
<col width="150px" class="parameters_name">
|
270
|
+
<col class="parameters_description">
|
271
|
+
<col width="200px" class="parameters_annotations">
|
272
|
+
</colgroup>
|
273
|
+
<tbody>
|
274
|
+
<tr>
|
275
|
+
<td class="parameter_name"><p>src</p></td>
|
276
|
+
<td class="parameter_description"><p>source image</p></td>
|
277
|
+
<td class="parameter_annotations"> </td>
|
278
|
+
</tr>
|
279
|
+
<tr>
|
280
|
+
<td class="parameter_name"><p>dest</p></td>
|
281
|
+
<td class="parameter_description"><p>place to write modified version of <em class="parameter"><code>src</code></em>
|
282
|
+
</p></td>
|
283
|
+
<td class="parameter_annotations"> </td>
|
284
|
+
</tr>
|
285
|
+
<tr>
|
286
|
+
<td class="parameter_name"><p>saturation</p></td>
|
287
|
+
<td class="parameter_description"><p>saturation factor</p></td>
|
288
|
+
<td class="parameter_annotations"> </td>
|
289
|
+
</tr>
|
290
|
+
<tr>
|
291
|
+
<td class="parameter_name"><p>pixelate</p></td>
|
292
|
+
<td class="parameter_description"><p>whether to pixelate</p></td>
|
293
|
+
<td class="parameter_annotations"> </td>
|
294
|
+
</tr>
|
295
|
+
</tbody>
|
296
|
+
</table></div>
|
297
|
+
</div>
|
298
|
+
</div>
|
299
|
+
<hr>
|
300
|
+
<div class="refsect2">
|
301
|
+
<a name="gdk-pixbuf-apply-embedded-orientation"></a><h3>gdk_pixbuf_apply_embedded_orientation ()</h3>
|
302
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
303
|
+
gdk_pixbuf_apply_embedded_orientation (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src</code></em>);</pre>
|
304
|
+
<p>Takes an existing pixbuf and checks for the presence of an
|
305
|
+
associated "orientation" option, which may be provided by the
|
306
|
+
jpeg loader (which reads the exif orientation tag) or the
|
307
|
+
tiff loader (which reads the tiff orientation tag, and
|
308
|
+
compensates it for the partial transforms performed by
|
309
|
+
libtiff). If an orientation option/tag is present, the
|
310
|
+
appropriate transform will be performed so that the pixbuf
|
311
|
+
is oriented correctly.</p>
|
312
|
+
<div class="refsect3">
|
313
|
+
<a name="id-1.2.13.6.5.5"></a><h4>Parameters</h4>
|
314
|
+
<div class="informaltable"><table width="100%" border="0">
|
315
|
+
<colgroup>
|
316
|
+
<col width="150px" class="parameters_name">
|
317
|
+
<col class="parameters_description">
|
318
|
+
<col width="200px" class="parameters_annotations">
|
319
|
+
</colgroup>
|
320
|
+
<tbody><tr>
|
321
|
+
<td class="parameter_name"><p>src</p></td>
|
322
|
+
<td class="parameter_description"><p>A <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>.</p></td>
|
323
|
+
<td class="parameter_annotations"> </td>
|
324
|
+
</tr></tbody>
|
325
|
+
</table></div>
|
326
|
+
</div>
|
327
|
+
<div class="refsect3">
|
328
|
+
<a name="id-1.2.13.6.5.6"></a><h4>Returns</h4>
|
329
|
+
<p> A newly-created pixbuf, or a reference to the
|
330
|
+
input pixbuf (with an increased reference count). </p>
|
331
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
332
|
+
</div>
|
333
|
+
<p class="since">Since 2.12</p>
|
334
|
+
</div>
|
335
|
+
<hr>
|
336
|
+
<div class="refsect2">
|
337
|
+
<a name="gdk-pixbuf-fill"></a><h3>gdk_pixbuf_fill ()</h3>
|
338
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
339
|
+
gdk_pixbuf_fill (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
340
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> pixel</code></em>);</pre>
|
341
|
+
<p>Clears a pixbuf to the given RGBA value, converting the RGBA value into
|
342
|
+
the pixbuf's pixel format. The alpha will be ignored if the pixbuf
|
343
|
+
doesn't have an alpha channel.</p>
|
344
|
+
<div class="refsect3">
|
345
|
+
<a name="id-1.2.13.6.6.5"></a><h4>Parameters</h4>
|
346
|
+
<div class="informaltable"><table width="100%" border="0">
|
347
|
+
<colgroup>
|
348
|
+
<col width="150px" class="parameters_name">
|
349
|
+
<col class="parameters_description">
|
350
|
+
<col width="200px" class="parameters_annotations">
|
351
|
+
</colgroup>
|
352
|
+
<tbody>
|
353
|
+
<tr>
|
354
|
+
<td class="parameter_name"><p>pixbuf</p></td>
|
355
|
+
<td class="parameter_description"><p>a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
|
356
|
+
<td class="parameter_annotations"> </td>
|
357
|
+
</tr>
|
358
|
+
<tr>
|
359
|
+
<td class="parameter_name"><p>pixel</p></td>
|
360
|
+
<td class="parameter_description"><p>RGBA pixel to clear to
|
361
|
+
(0xffffffff is opaque white, 0x00000000 transparent black)</p></td>
|
362
|
+
<td class="parameter_annotations"> </td>
|
363
|
+
</tr>
|
364
|
+
</tbody>
|
365
|
+
</table></div>
|
366
|
+
</div>
|
367
|
+
</div>
|
368
|
+
</div>
|
369
|
+
<div class="refsect1">
|
370
|
+
<a name="gdk-pixbuf-Utilities.other_details"></a><h2>Types and Values</h2>
|
371
|
+
</div>
|
372
|
+
<div class="refsect1">
|
373
|
+
<a name="gdk-pixbuf-Utilities.see-also"></a><h2>See Also</h2>
|
374
|
+
<p><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p>
|
375
|
+
</div>
|
376
|
+
</div>
|
377
|
+
<div class="footer">
|
378
|
+
<hr>
|
379
|
+
Generated by GTK-Doc V1.20.1</div>
|
380
|
+
</body>
|
381
|
+
</html>
|
@@ -0,0 +1,184 @@
|
|
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: Initialization and Versions</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="rn01.html" title="API Reference">
|
10
|
+
<link rel="next" href="gdk-pixbuf-The-GdkPixbuf-Structure.html" title="The GdkPixbuf Structure">
|
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-Versioning.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="rn01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="gdk-pixbuf-The-GdkPixbuf-Structure.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-Versioning"></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-Versioning.top_of_page"></a>Initialization and Versions</span></h2>
|
30
|
+
<p>Initialization and Versions — Library version numbers.</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-Versioning.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="define_keyword">#define</td>
|
44
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS" title="GDK_PIXBUF_MAJOR">GDK_PIXBUF_MAJOR</a></td>
|
45
|
+
</tr>
|
46
|
+
<tr>
|
47
|
+
<td class="define_keyword">#define</td>
|
48
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS" title="GDK_PIXBUF_MINOR">GDK_PIXBUF_MINOR</a></td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="define_keyword">#define</td>
|
52
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS" title="GDK_PIXBUF_MICRO">GDK_PIXBUF_MICRO</a></td>
|
53
|
+
</tr>
|
54
|
+
</tbody>
|
55
|
+
</table></div>
|
56
|
+
</div>
|
57
|
+
<div class="refsect1">
|
58
|
+
<a name="gdk-pixbuf-Versioning.other"></a><h2>Types and Values</h2>
|
59
|
+
<div class="informaltable"><table width="100%" border="0">
|
60
|
+
<colgroup>
|
61
|
+
<col width="150px" class="name">
|
62
|
+
<col class="description">
|
63
|
+
</colgroup>
|
64
|
+
<tbody>
|
65
|
+
<tr>
|
66
|
+
<td class="variable_type">extern const char *</td>
|
67
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-version" title="gdk_pixbuf_version">gdk_pixbuf_version</a></td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
70
|
+
<td class="variable_type">extern const guint </td>
|
71
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-major-version" title="gdk_pixbuf_major_version">gdk_pixbuf_major_version</a></td>
|
72
|
+
</tr>
|
73
|
+
<tr>
|
74
|
+
<td class="variable_type">extern const guint </td>
|
75
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-minor-version" title="gdk_pixbuf_minor_version">gdk_pixbuf_minor_version</a></td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td class="variable_type">extern const guint </td>
|
79
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-micro-version" title="gdk_pixbuf_micro_version">gdk_pixbuf_micro_version</a></td>
|
80
|
+
</tr>
|
81
|
+
<tr>
|
82
|
+
<td class="define_keyword">#define</td>
|
83
|
+
<td class="function_name"><a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION:CAPS" title="GDK_PIXBUF_VERSION">GDK_PIXBUF_VERSION</a></td>
|
84
|
+
</tr>
|
85
|
+
</tbody>
|
86
|
+
</table></div>
|
87
|
+
</div>
|
88
|
+
<div class="refsect1">
|
89
|
+
<a name="gdk-pixbuf-Versioning.includes"></a><h2>Includes</h2>
|
90
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixbuf.h>
|
91
|
+
</pre>
|
92
|
+
</div>
|
93
|
+
<div class="refsect1">
|
94
|
+
<a name="gdk-pixbuf-Versioning.description"></a><h2>Description</h2>
|
95
|
+
<p>These macros and variables let you check the version of gdk-pixbuf
|
96
|
+
you're linking against.</p>
|
97
|
+
</div>
|
98
|
+
<div class="refsect1">
|
99
|
+
<a name="gdk-pixbuf-Versioning.functions_details"></a><h2>Functions</h2>
|
100
|
+
<div class="refsect2">
|
101
|
+
<a name="GDK-PIXBUF-MAJOR:CAPS"></a><h3>GDK_PIXBUF_MAJOR</h3>
|
102
|
+
<pre class="programlisting">#define GDK_PIXBUF_MAJOR (2)
|
103
|
+
</pre>
|
104
|
+
<p>Major version of gdk-pixbuf library, that is the "0" in
|
105
|
+
"0.8.2" for example.</p>
|
106
|
+
</div>
|
107
|
+
<hr>
|
108
|
+
<div class="refsect2">
|
109
|
+
<a name="GDK-PIXBUF-MINOR:CAPS"></a><h3>GDK_PIXBUF_MINOR</h3>
|
110
|
+
<pre class="programlisting">#define GDK_PIXBUF_MINOR (30)
|
111
|
+
</pre>
|
112
|
+
<p>Minor version of gdk-pixbuf library, that is the "8" in
|
113
|
+
"0.8.2" for example.</p>
|
114
|
+
</div>
|
115
|
+
<hr>
|
116
|
+
<div class="refsect2">
|
117
|
+
<a name="GDK-PIXBUF-MICRO:CAPS"></a><h3>GDK_PIXBUF_MICRO</h3>
|
118
|
+
<pre class="programlisting">#define GDK_PIXBUF_MICRO (8)
|
119
|
+
</pre>
|
120
|
+
<p>Micro version of gdk-pixbuf library, that is the "2" in
|
121
|
+
"0.8.2" for example.</p>
|
122
|
+
</div>
|
123
|
+
</div>
|
124
|
+
<div class="refsect1">
|
125
|
+
<a name="gdk-pixbuf-Versioning.other_details"></a><h2>Types and Values</h2>
|
126
|
+
<div class="refsect2">
|
127
|
+
<a name="gdk-pixbuf-version"></a><h3>gdk_pixbuf_version</h3>
|
128
|
+
<pre class="programlisting">extern const char *gdk_pixbuf_version;
|
129
|
+
</pre>
|
130
|
+
<p>Contains the full version of the gdk-pixbuf library as a string.
|
131
|
+
This is the version currently in use by a running program.</p>
|
132
|
+
</div>
|
133
|
+
<hr>
|
134
|
+
<div class="refsect2">
|
135
|
+
<a name="gdk-pixbuf-major-version"></a><h3>gdk_pixbuf_major_version</h3>
|
136
|
+
<pre class="programlisting">extern const guint gdk_pixbuf_major_version;
|
137
|
+
</pre>
|
138
|
+
<p>The major version number of the gdk-pixbuf library. (e.g. in
|
139
|
+
gdk-pixbuf version 1.2.5 this is 1.) </p>
|
140
|
+
<p>This variable is in the library, so represents the
|
141
|
+
gdk-pixbuf library you have linked against. Contrast with the
|
142
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS" title="GDK_PIXBUF_MAJOR"><span class="type">GDK_PIXBUF_MAJOR</span></a> macro, which represents the major version of the
|
143
|
+
gdk-pixbuf headers you have included.</p>
|
144
|
+
</div>
|
145
|
+
<hr>
|
146
|
+
<div class="refsect2">
|
147
|
+
<a name="gdk-pixbuf-minor-version"></a><h3>gdk_pixbuf_minor_version</h3>
|
148
|
+
<pre class="programlisting">extern const guint gdk_pixbuf_minor_version;
|
149
|
+
</pre>
|
150
|
+
<p>The minor version number of the gdk-pixbuf library. (e.g. in
|
151
|
+
gdk-pixbuf version 1.2.5 this is 2.) </p>
|
152
|
+
<p>This variable is in the library, so represents the
|
153
|
+
gdk-pixbuf library you have linked against. Contrast with the
|
154
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS" title="GDK_PIXBUF_MINOR"><span class="type">GDK_PIXBUF_MINOR</span></a> macro, which represents the minor version of the
|
155
|
+
gdk-pixbuf headers you have included.</p>
|
156
|
+
</div>
|
157
|
+
<hr>
|
158
|
+
<div class="refsect2">
|
159
|
+
<a name="gdk-pixbuf-micro-version"></a><h3>gdk_pixbuf_micro_version</h3>
|
160
|
+
<pre class="programlisting">extern const guint gdk_pixbuf_micro_version;
|
161
|
+
</pre>
|
162
|
+
<p>The micro version number of the gdk-pixbuf library. (e.g. in
|
163
|
+
gdk-pixbuf version 1.2.5 this is 5.) </p>
|
164
|
+
<p>This variable is in the library, so represents the
|
165
|
+
gdk-pixbuf library you have linked against. Contrast with the
|
166
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MICRO:CAPS" title="GDK_PIXBUF_MICRO"><span class="type">GDK_PIXBUF_MICRO</span></a> macro, which represents the micro version of the
|
167
|
+
gdk-pixbuf headers you have included.</p>
|
168
|
+
</div>
|
169
|
+
<hr>
|
170
|
+
<div class="refsect2">
|
171
|
+
<a name="GDK-PIXBUF-VERSION:CAPS"></a><h3>GDK_PIXBUF_VERSION</h3>
|
172
|
+
<pre class="programlisting">#define GDK_PIXBUF_VERSION "2.30.8"
|
173
|
+
</pre>
|
174
|
+
<p>Contains the full version of the gdk-pixbuf header as a string.
|
175
|
+
This is the version being compiled against; contrast with
|
176
|
+
<a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-version" title="gdk_pixbuf_version"><span class="type">gdk_pixbuf_version</span></a>.</p>
|
177
|
+
</div>
|
178
|
+
</div>
|
179
|
+
</div>
|
180
|
+
<div class="footer">
|
181
|
+
<hr>
|
182
|
+
Generated by GTK-Doc V1.20.1</div>
|
183
|
+
</body>
|
184
|
+
</html>
|