gdk_pixbuf2 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +49 -40
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +50 -40
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +250 -168
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +25 -18
- 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 +46 -83
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +29 -17
- data/ext/gdk_pixbuf2/rbgdk-pixdata.c +81 -77
- data/lib/1.8/gdk_pixbuf2.so +0 -0
- data/lib/1.9/gdk_pixbuf2.so +0 -0
- data/vendor/local/bin/gdk-pixbuf-csource.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 +40 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +200 -5
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +82 -3
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +170 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +6 -1
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +5 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +42 -1
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +2 -2
- data/vendor/local/lib/gdk_pixbuf-2.0.lib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +4 -2
- data/vendor/local/manifest/{gdk-pixbuf-dev_2.22.1-1_win32.mft → gdk-pixbuf-dev_2.24.0-1_win32.mft} +12 -13
- data/vendor/local/manifest/{gdk-pixbuf_2.22.1-1_win32.mft → gdk-pixbuf_2.24.0-1_win32.mft} +2 -1
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +181 -150
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +30 -9
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +35 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +13 -9
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +251 -629
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +644 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +372 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +642 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +417 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +495 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +485 -184
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +168 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-scaling.html → gdk-pixbuf-Scaling.html} +296 -190
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +617 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/{gdk-pixbuf-util.html → gdk-pixbuf-Utilities.html} +83 -93
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +63 -26
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +149 -128
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +184 -154
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +2 -1
- 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/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/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/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 +2 -2
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +2 -2
- data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.log +956 -0
- data/vendor/local/src/dieterv/packaging/gdk-pixbuf_2.24.0-1_win32.sh +97 -0
- metadata +26 -24
- data/ChangeLog +0 -482
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +0 -654
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +0 -406
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +0 -402
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +0 -685
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +0 -460
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +0 -516
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +0 -132
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +0 -175
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.log +0 -1012
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.1-1_win32.sh +0 -256
@@ -1,460 +0,0 @@
|
|
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</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.76.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-Versioning.html" title="Versioning">
|
10
|
-
<link rel="next" href="gdk-pixbuf-refcounting.html" title="refcounting">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.15 (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="2">
|
16
|
-
<tr valign="middle">
|
17
|
-
<td><a accesskey="p" href="gdk-pixbuf-Versioning.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
|
-
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
-
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
-
<th width="100%" align="center">GDK-PixBuf Reference Manual</th>
|
21
|
-
<td><a accesskey="n" href="gdk-pixbuf-refcounting.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
-
</tr>
|
23
|
-
<tr><td colspan="5" class="shortcuts">
|
24
|
-
<a href="#gdk-pixbuf-gdk-pixbuf.synopsis" class="shortcut">Top</a>
|
25
|
-
|
|
26
|
-
<a href="#gdk-pixbuf-gdk-pixbuf.description" class="shortcut">Description</a>
|
27
|
-
|
|
28
|
-
<a href="#gdk-pixbuf-gdk-pixbuf.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
|
-
|
|
30
|
-
<a href="#gdk-pixbuf-gdk-pixbuf.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
31
|
-
|
|
32
|
-
<a href="#gdk-pixbuf-gdk-pixbuf.properties" class="shortcut">Properties</a>
|
33
|
-
</td></tr>
|
34
|
-
</table>
|
35
|
-
<div class="refentry" title="gdk-pixbuf">
|
36
|
-
<a name="gdk-pixbuf-gdk-pixbuf"></a><div class="titlepage"></div>
|
37
|
-
<div class="refnamediv"><table width="100%"><tr>
|
38
|
-
<td valign="top">
|
39
|
-
<h2><span class="refentrytitle"><a name="gdk-pixbuf-gdk-pixbuf.top_of_page"></a>gdk-pixbuf</span></h2>
|
40
|
-
<p>gdk-pixbuf</p>
|
41
|
-
</td>
|
42
|
-
<td valign="top" align="right"></td>
|
43
|
-
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv" title="Synopsis">
|
45
|
-
<a name="gdk-pixbuf-gdk-pixbuf.synopsis"></a><h2>Synopsis</h2>
|
46
|
-
<a name="GdkPixbuf"></a><pre class="synopsis">
|
47
|
-
#include <gdk-pixbuf/gdk-pixbuf.h>
|
48
|
-
|
49
|
-
enum <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbufError" title="enum GdkPixbufError">GdkPixbufError</a>;
|
50
|
-
#define <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GDK-PIXBUF-ERROR:CAPS" title="GDK_PIXBUF_ERROR">GDK_PIXBUF_ERROR</a>
|
51
|
-
enum <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkColorspace" title="enum GdkColorspace">GdkColorspace</a>;
|
52
|
-
enum <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbufAlphaMode" title="enum GdkPixbufAlphaMode">GdkPixbufAlphaMode</a>;
|
53
|
-
<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf-struct" title="GdkPixbuf">GdkPixbuf</a>;
|
54
|
-
<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkColorspace" title="enum GdkColorspace"><span class="returnvalue">GdkColorspace</span></a> <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-colorspace" title="gdk_pixbuf_get_colorspace ()">gdk_pixbuf_get_colorspace</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
55
|
-
<span class="returnvalue">int</span> <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-n-channels" title="gdk_pixbuf_get_n_channels ()">gdk_pixbuf_get_n_channels</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
56
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-has-alpha" title="gdk_pixbuf_get_has_alpha ()">gdk_pixbuf_get_has_alpha</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
57
|
-
<span class="returnvalue">int</span> <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-bits-per-sample" title="gdk_pixbuf_get_bits_per_sample ()">gdk_pixbuf_get_bits_per_sample</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
58
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-pixels" title="gdk_pixbuf_get_pixels ()">gdk_pixbuf_get_pixels</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
59
|
-
<span class="returnvalue">int</span> <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-width" title="gdk_pixbuf_get_width ()">gdk_pixbuf_get_width</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
60
|
-
<span class="returnvalue">int</span> <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-height" title="gdk_pixbuf_get_height ()">gdk_pixbuf_get_height</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
61
|
-
<span class="returnvalue">int</span> <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-rowstride" title="gdk_pixbuf_get_rowstride ()">gdk_pixbuf_get_rowstride</a> (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);
|
62
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#gdk-pixbuf-get-option" title="gdk_pixbuf_get_option ()">gdk_pixbuf_get_option</a> (<em class="parameter"><code><a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
63
|
-
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);
|
64
|
-
</pre>
|
65
|
-
</div>
|
66
|
-
<div class="refsect1" title="Object Hierarchy">
|
67
|
-
<a name="gdk-pixbuf-gdk-pixbuf.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
68
|
-
<pre class="synopsis">
|
69
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
70
|
-
+----GdkPixbuf
|
71
|
-
</pre>
|
72
|
-
</div>
|
73
|
-
<div class="refsect1" title="Implemented Interfaces">
|
74
|
-
<a name="gdk-pixbuf-gdk-pixbuf.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
75
|
-
<p>
|
76
|
-
GdkPixbuf implements
|
77
|
-
<a href="http://library.gnome.org/devel/gio/unstable/GIcon.html">GIcon</a>.</p>
|
78
|
-
</div>
|
79
|
-
<div class="refsect1" title="Properties">
|
80
|
-
<a name="gdk-pixbuf-gdk-pixbuf.properties"></a><h2>Properties</h2>
|
81
|
-
<pre class="synopsis">
|
82
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--bits-per-sample" title='The "bits-per-sample" property'>bits-per-sample</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only
|
83
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--colorspace" title='The "colorspace" property'>colorspace</a>" <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkColorspace" title="enum GdkColorspace"><span class="type">GdkColorspace</span></a> : Read / Write / Construct Only
|
84
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--has-alpha" title='The "has-alpha" property'>has-alpha</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only
|
85
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--height" title='The "height" property'>height</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only
|
86
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--n-channels" title='The "n-channels" property'>n-channels</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only
|
87
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--pixels" title='The "pixels" property'>pixels</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only
|
88
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--rowstride" title='The "rowstride" property'>rowstride</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only
|
89
|
-
"<a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf--width" title='The "width" property'>width</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only
|
90
|
-
</pre>
|
91
|
-
</div>
|
92
|
-
<div class="refsect1" title="Description">
|
93
|
-
<a name="gdk-pixbuf-gdk-pixbuf.description"></a><h2>Description</h2>
|
94
|
-
<p>
|
95
|
-
</p>
|
96
|
-
</div>
|
97
|
-
<div class="refsect1" title="Details">
|
98
|
-
<a name="gdk-pixbuf-gdk-pixbuf.details"></a><h2>Details</h2>
|
99
|
-
<div class="refsect2" title="enum GdkPixbufError">
|
100
|
-
<a name="GdkPixbufError"></a><h3>enum GdkPixbufError</h3>
|
101
|
-
<pre class="programlisting">typedef enum {
|
102
|
-
/* image data hosed */
|
103
|
-
GDK_PIXBUF_ERROR_CORRUPT_IMAGE,
|
104
|
-
/* no mem to load image */
|
105
|
-
GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
|
106
|
-
/* bad option passed to save routine */
|
107
|
-
GDK_PIXBUF_ERROR_BAD_OPTION,
|
108
|
-
/* unsupported image type (sort of an ENOSYS) */
|
109
|
-
GDK_PIXBUF_ERROR_UNKNOWN_TYPE,
|
110
|
-
/* unsupported operation (load, save) for image type */
|
111
|
-
GDK_PIXBUF_ERROR_UNSUPPORTED_OPERATION,
|
112
|
-
GDK_PIXBUF_ERROR_FAILED
|
113
|
-
} GdkPixbufError;
|
114
|
-
</pre>
|
115
|
-
<p>
|
116
|
-
</p>
|
117
|
-
</div>
|
118
|
-
<hr>
|
119
|
-
<div class="refsect2" title="GDK_PIXBUF_ERROR">
|
120
|
-
<a name="GDK-PIXBUF-ERROR:CAPS"></a><h3>GDK_PIXBUF_ERROR</h3>
|
121
|
-
<pre class="programlisting">#define GDK_PIXBUF_ERROR gdk_pixbuf_error_quark ()
|
122
|
-
</pre>
|
123
|
-
<p>
|
124
|
-
</p>
|
125
|
-
</div>
|
126
|
-
<hr>
|
127
|
-
<div class="refsect2" title="enum GdkColorspace">
|
128
|
-
<a name="GdkColorspace"></a><h3>enum GdkColorspace</h3>
|
129
|
-
<pre class="programlisting">typedef enum {
|
130
|
-
GDK_COLORSPACE_RGB
|
131
|
-
} GdkColorspace;
|
132
|
-
</pre>
|
133
|
-
<p>
|
134
|
-
</p>
|
135
|
-
</div>
|
136
|
-
<hr>
|
137
|
-
<div class="refsect2" title="enum GdkPixbufAlphaMode">
|
138
|
-
<a name="GdkPixbufAlphaMode"></a><h3>enum GdkPixbufAlphaMode</h3>
|
139
|
-
<pre class="programlisting">typedef enum
|
140
|
-
{
|
141
|
-
GDK_PIXBUF_ALPHA_BILEVEL,
|
142
|
-
GDK_PIXBUF_ALPHA_FULL
|
143
|
-
} GdkPixbufAlphaMode;
|
144
|
-
</pre>
|
145
|
-
<p>
|
146
|
-
</p>
|
147
|
-
</div>
|
148
|
-
<hr>
|
149
|
-
<div class="refsect2" title="GdkPixbuf">
|
150
|
-
<a name="GdkPixbuf-struct"></a><h3>GdkPixbuf</h3>
|
151
|
-
<pre class="programlisting">typedef struct _GdkPixbuf GdkPixbuf;</pre>
|
152
|
-
<p>
|
153
|
-
</p>
|
154
|
-
</div>
|
155
|
-
<hr>
|
156
|
-
<div class="refsect2" title="gdk_pixbuf_get_colorspace ()">
|
157
|
-
<a name="gdk-pixbuf-get-colorspace"></a><h3>gdk_pixbuf_get_colorspace ()</h3>
|
158
|
-
<pre class="programlisting"><a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkColorspace" title="enum GdkColorspace"><span class="returnvalue">GdkColorspace</span></a> gdk_pixbuf_get_colorspace (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
159
|
-
<p>
|
160
|
-
Queries the color space of a pixbuf.
|
161
|
-
</p>
|
162
|
-
<div class="variablelist"><table border="0">
|
163
|
-
<col align="left" valign="top">
|
164
|
-
<tbody>
|
165
|
-
<tr>
|
166
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
167
|
-
<td>A pixbuf.
|
168
|
-
</td>
|
169
|
-
</tr>
|
170
|
-
<tr>
|
171
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
172
|
-
<td> Color space.
|
173
|
-
</td>
|
174
|
-
</tr>
|
175
|
-
</tbody>
|
176
|
-
</table></div>
|
177
|
-
</div>
|
178
|
-
<hr>
|
179
|
-
<div class="refsect2" title="gdk_pixbuf_get_n_channels ()">
|
180
|
-
<a name="gdk-pixbuf-get-n-channels"></a><h3>gdk_pixbuf_get_n_channels ()</h3>
|
181
|
-
<pre class="programlisting"><span class="returnvalue">int</span> gdk_pixbuf_get_n_channels (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
182
|
-
<p>
|
183
|
-
Queries the number of channels of a pixbuf.
|
184
|
-
</p>
|
185
|
-
<div class="variablelist"><table border="0">
|
186
|
-
<col align="left" valign="top">
|
187
|
-
<tbody>
|
188
|
-
<tr>
|
189
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
190
|
-
<td>A pixbuf.
|
191
|
-
</td>
|
192
|
-
</tr>
|
193
|
-
<tr>
|
194
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
195
|
-
<td> Number of channels.
|
196
|
-
</td>
|
197
|
-
</tr>
|
198
|
-
</tbody>
|
199
|
-
</table></div>
|
200
|
-
</div>
|
201
|
-
<hr>
|
202
|
-
<div class="refsect2" title="gdk_pixbuf_get_has_alpha ()">
|
203
|
-
<a name="gdk-pixbuf-get-has-alpha"></a><h3>gdk_pixbuf_get_has_alpha ()</h3>
|
204
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_pixbuf_get_has_alpha (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
205
|
-
<p>
|
206
|
-
Queries whether a pixbuf has an alpha channel (opacity information).
|
207
|
-
</p>
|
208
|
-
<div class="variablelist"><table border="0">
|
209
|
-
<col align="left" valign="top">
|
210
|
-
<tbody>
|
211
|
-
<tr>
|
212
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
213
|
-
<td>A pixbuf.
|
214
|
-
</td>
|
215
|
-
</tr>
|
216
|
-
<tr>
|
217
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
218
|
-
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it has an alpha channel, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
219
|
-
</td>
|
220
|
-
</tr>
|
221
|
-
</tbody>
|
222
|
-
</table></div>
|
223
|
-
</div>
|
224
|
-
<hr>
|
225
|
-
<div class="refsect2" title="gdk_pixbuf_get_bits_per_sample ()">
|
226
|
-
<a name="gdk-pixbuf-get-bits-per-sample"></a><h3>gdk_pixbuf_get_bits_per_sample ()</h3>
|
227
|
-
<pre class="programlisting"><span class="returnvalue">int</span> gdk_pixbuf_get_bits_per_sample (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
228
|
-
<p>
|
229
|
-
Queries the number of bits per color sample in a pixbuf.
|
230
|
-
</p>
|
231
|
-
<div class="variablelist"><table border="0">
|
232
|
-
<col align="left" valign="top">
|
233
|
-
<tbody>
|
234
|
-
<tr>
|
235
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
236
|
-
<td>A pixbuf.
|
237
|
-
</td>
|
238
|
-
</tr>
|
239
|
-
<tr>
|
240
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
241
|
-
<td> Number of bits per color sample.
|
242
|
-
</td>
|
243
|
-
</tr>
|
244
|
-
</tbody>
|
245
|
-
</table></div>
|
246
|
-
</div>
|
247
|
-
<hr>
|
248
|
-
<div class="refsect2" title="gdk_pixbuf_get_pixels ()">
|
249
|
-
<a name="gdk-pixbuf-get-pixels"></a><h3>gdk_pixbuf_get_pixels ()</h3>
|
250
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * gdk_pixbuf_get_pixels (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
251
|
-
<p>
|
252
|
-
Queries a pointer to the pixel data of a pixbuf.
|
253
|
-
</p>
|
254
|
-
<div class="variablelist"><table border="0">
|
255
|
-
<col align="left" valign="top">
|
256
|
-
<tbody>
|
257
|
-
<tr>
|
258
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
259
|
-
<td>A pixbuf.
|
260
|
-
</td>
|
261
|
-
</tr>
|
262
|
-
<tr>
|
263
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
264
|
-
<td> A pointer to the pixbuf's pixel data. Please see <a class="xref" href="">???</a>
|
265
|
-
for information about how the pixel data is stored in
|
266
|
-
memory.
|
267
|
-
</td>
|
268
|
-
</tr>
|
269
|
-
</tbody>
|
270
|
-
</table></div>
|
271
|
-
</div>
|
272
|
-
<hr>
|
273
|
-
<div class="refsect2" title="gdk_pixbuf_get_width ()">
|
274
|
-
<a name="gdk-pixbuf-get-width"></a><h3>gdk_pixbuf_get_width ()</h3>
|
275
|
-
<pre class="programlisting"><span class="returnvalue">int</span> gdk_pixbuf_get_width (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
276
|
-
<p>
|
277
|
-
Queries the width of a pixbuf.
|
278
|
-
</p>
|
279
|
-
<div class="variablelist"><table border="0">
|
280
|
-
<col align="left" valign="top">
|
281
|
-
<tbody>
|
282
|
-
<tr>
|
283
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
284
|
-
<td>A pixbuf.
|
285
|
-
</td>
|
286
|
-
</tr>
|
287
|
-
<tr>
|
288
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
289
|
-
<td> Width in pixels.
|
290
|
-
</td>
|
291
|
-
</tr>
|
292
|
-
</tbody>
|
293
|
-
</table></div>
|
294
|
-
</div>
|
295
|
-
<hr>
|
296
|
-
<div class="refsect2" title="gdk_pixbuf_get_height ()">
|
297
|
-
<a name="gdk-pixbuf-get-height"></a><h3>gdk_pixbuf_get_height ()</h3>
|
298
|
-
<pre class="programlisting"><span class="returnvalue">int</span> gdk_pixbuf_get_height (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
299
|
-
<p>
|
300
|
-
Queries the height of a pixbuf.
|
301
|
-
</p>
|
302
|
-
<div class="variablelist"><table border="0">
|
303
|
-
<col align="left" valign="top">
|
304
|
-
<tbody>
|
305
|
-
<tr>
|
306
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
307
|
-
<td>A pixbuf.
|
308
|
-
</td>
|
309
|
-
</tr>
|
310
|
-
<tr>
|
311
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
312
|
-
<td> Height in pixels.
|
313
|
-
</td>
|
314
|
-
</tr>
|
315
|
-
</tbody>
|
316
|
-
</table></div>
|
317
|
-
</div>
|
318
|
-
<hr>
|
319
|
-
<div class="refsect2" title="gdk_pixbuf_get_rowstride ()">
|
320
|
-
<a name="gdk-pixbuf-get-rowstride"></a><h3>gdk_pixbuf_get_rowstride ()</h3>
|
321
|
-
<pre class="programlisting"><span class="returnvalue">int</span> gdk_pixbuf_get_rowstride (<em class="parameter"><code>const <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
322
|
-
<p>
|
323
|
-
Queries the rowstride of a pixbuf, which is the number of bytes between the start of a row
|
324
|
-
and the start of the next row.
|
325
|
-
</p>
|
326
|
-
<div class="variablelist"><table border="0">
|
327
|
-
<col align="left" valign="top">
|
328
|
-
<tbody>
|
329
|
-
<tr>
|
330
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
331
|
-
<td>A pixbuf.
|
332
|
-
</td>
|
333
|
-
</tr>
|
334
|
-
<tr>
|
335
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
336
|
-
<td> Distance between row starts.
|
337
|
-
</td>
|
338
|
-
</tr>
|
339
|
-
</tbody>
|
340
|
-
</table></div>
|
341
|
-
</div>
|
342
|
-
<hr>
|
343
|
-
<div class="refsect2" title="gdk_pixbuf_get_option ()">
|
344
|
-
<a name="gdk-pixbuf-get-option"></a><h3>gdk_pixbuf_get_option ()</h3>
|
345
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_pixbuf_get_option (<em class="parameter"><code><a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
346
|
-
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
|
347
|
-
<p>
|
348
|
-
Looks up <em class="parameter"><code>key</code></em> in the list of options that may have been attached to the
|
349
|
-
<em class="parameter"><code>pixbuf</code></em> when it was loaded, or that may have been attached by another
|
350
|
-
function using <a class="link" href="gdk-pixbuf-Module-Interface.html#gdk-pixbuf-set-option" title="gdk_pixbuf_set_option ()"><code class="function">gdk_pixbuf_set_option()</code></a>.
|
351
|
-
</p>
|
352
|
-
<p>
|
353
|
-
For instance, the ANI loader provides "Title" and "Artist" options.
|
354
|
-
The ICO, XBM, and XPM loaders provide "x_hot" and "y_hot" hot-spot
|
355
|
-
options for cursor definitions. The PNG loader provides the tEXt ancillary
|
356
|
-
chunk key/value pairs as options. Since 2.12, the TIFF and JPEG loaders
|
357
|
-
return an "orientation" option string that corresponds to the embedded
|
358
|
-
TIFF/Exif orientation tag (if present).
|
359
|
-
</p>
|
360
|
-
<div class="variablelist"><table border="0">
|
361
|
-
<col align="left" valign="top">
|
362
|
-
<tbody>
|
363
|
-
<tr>
|
364
|
-
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
365
|
-
<td>a <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
366
|
-
</td>
|
367
|
-
</tr>
|
368
|
-
<tr>
|
369
|
-
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
|
370
|
-
<td>a nul-terminated string.
|
371
|
-
</td>
|
372
|
-
</tr>
|
373
|
-
<tr>
|
374
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
375
|
-
<td> the value associated with <em class="parameter"><code>key</code></em>. This is a nul-terminated
|
376
|
-
string that should not be freed or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>key</code></em> was not found.
|
377
|
-
</td>
|
378
|
-
</tr>
|
379
|
-
</tbody>
|
380
|
-
</table></div>
|
381
|
-
</div>
|
382
|
-
</div>
|
383
|
-
<div class="refsect1" title="Property Details">
|
384
|
-
<a name="gdk-pixbuf-gdk-pixbuf.property-details"></a><h2>Property Details</h2>
|
385
|
-
<div class="refsect2" title='The "bits-per-sample" property'>
|
386
|
-
<a name="GdkPixbuf--bits-per-sample"></a><h3>The <code class="literal">"bits-per-sample"</code> property</h3>
|
387
|
-
<pre class="programlisting"> "bits-per-sample" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre>
|
388
|
-
<p>
|
389
|
-
The number of bits per sample.
|
390
|
-
Currently only 8 bit per sample are supported.
|
391
|
-
</p>
|
392
|
-
<p>Allowed values: [1,16]</p>
|
393
|
-
<p>Default value: 8</p>
|
394
|
-
</div>
|
395
|
-
<hr>
|
396
|
-
<div class="refsect2" title='The "colorspace" property'>
|
397
|
-
<a name="GdkPixbuf--colorspace"></a><h3>The <code class="literal">"colorspace"</code> property</h3>
|
398
|
-
<pre class="programlisting"> "colorspace" <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkColorspace" title="enum GdkColorspace"><span class="type">GdkColorspace</span></a> : Read / Write / Construct Only</pre>
|
399
|
-
<p>The colorspace in which the samples are interpreted.</p>
|
400
|
-
<p>Default value: GDK_COLORSPACE_RGB</p>
|
401
|
-
</div>
|
402
|
-
<hr>
|
403
|
-
<div class="refsect2" title='The "has-alpha" property'>
|
404
|
-
<a name="GdkPixbuf--has-alpha"></a><h3>The <code class="literal">"has-alpha"</code> property</h3>
|
405
|
-
<pre class="programlisting"> "has-alpha" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only</pre>
|
406
|
-
<p>Whether the pixbuf has an alpha channel.</p>
|
407
|
-
<p>Default value: FALSE</p>
|
408
|
-
</div>
|
409
|
-
<hr>
|
410
|
-
<div class="refsect2" title='The "height" property'>
|
411
|
-
<a name="GdkPixbuf--height"></a><h3>The <code class="literal">"height"</code> property</h3>
|
412
|
-
<pre class="programlisting"> "height" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre>
|
413
|
-
<p>The number of rows of the pixbuf.</p>
|
414
|
-
<p>Allowed values: >= 1</p>
|
415
|
-
<p>Default value: 1</p>
|
416
|
-
</div>
|
417
|
-
<hr>
|
418
|
-
<div class="refsect2" title='The "n-channels" property'>
|
419
|
-
<a name="GdkPixbuf--n-channels"></a><h3>The <code class="literal">"n-channels"</code> property</h3>
|
420
|
-
<pre class="programlisting"> "n-channels" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre>
|
421
|
-
<p>
|
422
|
-
The number of samples per pixel.
|
423
|
-
Currently, only 3 or 4 samples per pixel are supported.
|
424
|
-
</p>
|
425
|
-
<p>Allowed values: >= 0</p>
|
426
|
-
<p>Default value: 3</p>
|
427
|
-
</div>
|
428
|
-
<hr>
|
429
|
-
<div class="refsect2" title='The "pixels" property'>
|
430
|
-
<a name="GdkPixbuf--pixels"></a><h3>The <code class="literal">"pixels"</code> property</h3>
|
431
|
-
<pre class="programlisting"> "pixels" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only</pre>
|
432
|
-
<p>A pointer to the pixel data of the pixbuf.</p>
|
433
|
-
</div>
|
434
|
-
<hr>
|
435
|
-
<div class="refsect2" title='The "rowstride" property'>
|
436
|
-
<a name="GdkPixbuf--rowstride"></a><h3>The <code class="literal">"rowstride"</code> property</h3>
|
437
|
-
<pre class="programlisting"> "rowstride" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre>
|
438
|
-
<p>
|
439
|
-
The number of bytes between the start of a row and
|
440
|
-
the start of the next row. This number must (obviously)
|
441
|
-
be at least as large as the width of the pixbuf.
|
442
|
-
</p>
|
443
|
-
<p>Allowed values: >= 1</p>
|
444
|
-
<p>Default value: 1</p>
|
445
|
-
</div>
|
446
|
-
<hr>
|
447
|
-
<div class="refsect2" title='The "width" property'>
|
448
|
-
<a name="GdkPixbuf--width"></a><h3>The <code class="literal">"width"</code> property</h3>
|
449
|
-
<pre class="programlisting"> "width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre>
|
450
|
-
<p>The number of columns of the pixbuf.</p>
|
451
|
-
<p>Allowed values: >= 1</p>
|
452
|
-
<p>Default value: 1</p>
|
453
|
-
</div>
|
454
|
-
</div>
|
455
|
-
</div>
|
456
|
-
<div class="footer">
|
457
|
-
<hr>
|
458
|
-
Generated by GTK-Doc V1.15</div>
|
459
|
-
</body>
|
460
|
-
</html>
|