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,491 @@
|
|
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: Image Data in Memory</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-File-saving.html" title="File saving">
|
10
|
+
<link rel="next" href="gdk-pixbuf-Inline-data.html" title="Inline data">
|
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-Image-Data-in-Memory.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-File-saving.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="gdk-pixbuf-Inline-data.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-Image-Data-in-Memory"></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-Image-Data-in-Memory.top_of_page"></a>Image Data in Memory</span></h2>
|
30
|
+
<p>Image Data in Memory — Creating a pixbuf from image data that is already in memory.</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-Image-Data-in-Memory.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-Image-Data-in-Memory.html#gdk-pixbuf-new" title="gdk_pixbuf_new ()">gdk_pixbuf_new</a> <span class="c_punctuation">()</span>
|
48
|
+
</td>
|
49
|
+
</tr>
|
50
|
+
<tr>
|
51
|
+
<td class="function_type">
|
52
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
53
|
+
</td>
|
54
|
+
<td class="function_name">
|
55
|
+
<a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data" title="gdk_pixbuf_new_from_data ()">gdk_pixbuf_new_from_data</a> <span class="c_punctuation">()</span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td class="function_type">
|
60
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
61
|
+
</td>
|
62
|
+
<td class="function_name">
|
63
|
+
<a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-xpm-data" title="gdk_pixbuf_new_from_xpm_data ()">gdk_pixbuf_new_from_xpm_data</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-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline" title="gdk_pixbuf_new_from_inline ()">gdk_pixbuf_new_from_inline</a> <span class="c_punctuation">()</span>
|
72
|
+
</td>
|
73
|
+
</tr>
|
74
|
+
<tr>
|
75
|
+
<td class="function_type">
|
76
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
77
|
+
</td>
|
78
|
+
<td class="function_name">
|
79
|
+
<a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-subpixbuf" title="gdk_pixbuf_new_subpixbuf ()">gdk_pixbuf_new_subpixbuf</a> <span class="c_punctuation">()</span>
|
80
|
+
</td>
|
81
|
+
</tr>
|
82
|
+
<tr>
|
83
|
+
<td class="function_type">
|
84
|
+
<a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
85
|
+
</td>
|
86
|
+
<td class="function_name">
|
87
|
+
<a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-copy" title="gdk_pixbuf_copy ()">gdk_pixbuf_copy</a> <span class="c_punctuation">()</span>
|
88
|
+
</td>
|
89
|
+
</tr>
|
90
|
+
</tbody>
|
91
|
+
</table></div>
|
92
|
+
</div>
|
93
|
+
<div class="refsect1">
|
94
|
+
<a name="gdk-pixbuf-Image-Data-in-Memory.includes"></a><h2>Includes</h2>
|
95
|
+
<pre class="synopsis">#include <gdk-pixbuf/gdk-pixbuf.h>
|
96
|
+
</pre>
|
97
|
+
</div>
|
98
|
+
<div class="refsect1">
|
99
|
+
<a name="gdk-pixbuf-Image-Data-in-Memory.description"></a><h2>Description</h2>
|
100
|
+
<p>The most basic way to create a pixbuf is to wrap an existing pixel
|
101
|
+
buffer with a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structure. You can use the
|
102
|
+
<a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data" title="gdk_pixbuf_new_from_data ()"><code class="function">gdk_pixbuf_new_from_data()</code></a> function to do this You need to specify
|
103
|
+
the destroy notification function that will be called when the
|
104
|
+
data buffer needs to be freed; this will happen when a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
105
|
+
is finalized by the reference counting functions If you have a
|
106
|
+
chunk of static data compiled into your application, you can pass
|
107
|
+
in <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> as the destroy notification function so that the data
|
108
|
+
will not be freed.</p>
|
109
|
+
<p>The <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new" title="gdk_pixbuf_new ()"><code class="function">gdk_pixbuf_new()</code></a> function can be used as a convenience to
|
110
|
+
create a pixbuf with an empty buffer. This is equivalent to
|
111
|
+
allocating a data buffer using <code class="function">malloc()</code> and then wrapping it with
|
112
|
+
<a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-data" title="gdk_pixbuf_new_from_data ()"><code class="function">gdk_pixbuf_new_from_data()</code></a>. The <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new" title="gdk_pixbuf_new ()"><code class="function">gdk_pixbuf_new()</code></a> function will
|
113
|
+
compute an optimal rowstride so that rendering can be performed
|
114
|
+
with an efficient algorithm.</p>
|
115
|
+
<p>As a special case, you can use the <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-xpm-data" title="gdk_pixbuf_new_from_xpm_data ()"><code class="function">gdk_pixbuf_new_from_xpm_data()</code></a>
|
116
|
+
function to create a pixbuf from inline XPM image data.</p>
|
117
|
+
<p>You can also copy an existing pixbuf with the <a class="link" href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-copy" title="gdk_pixbuf_copy ()"><code class="function">gdk_pixbuf_copy()</code></a>
|
118
|
+
function. This is not the same as just doing a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a>
|
119
|
+
on the old pixbuf; the copy function will actually duplicate the
|
120
|
+
pixel data in memory and create a new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structure for it.</p>
|
121
|
+
</div>
|
122
|
+
<div class="refsect1">
|
123
|
+
<a name="gdk-pixbuf-Image-Data-in-Memory.functions_details"></a><h2>Functions</h2>
|
124
|
+
<div class="refsect2">
|
125
|
+
<a name="gdk-pixbuf-new"></a><h3>gdk_pixbuf_new ()</h3>
|
126
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
127
|
+
gdk_pixbuf_new (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkColorspace" title="enum GdkColorspace"><span class="type">GdkColorspace</span></a> colorspace</code></em>,
|
128
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> has_alpha</code></em>,
|
129
|
+
<em class="parameter"><code><span class="type">int</span> bits_per_sample</code></em>,
|
130
|
+
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
131
|
+
<em class="parameter"><code><span class="type">int</span> height</code></em>);</pre>
|
132
|
+
<p>Creates a new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structure and allocates a buffer for it. The
|
133
|
+
buffer has an optimal rowstride. Note that the buffer is not cleared;
|
134
|
+
you will have to fill it completely yourself.</p>
|
135
|
+
<div class="refsect3">
|
136
|
+
<a name="id-1.2.8.6.2.5"></a><h4>Parameters</h4>
|
137
|
+
<div class="informaltable"><table width="100%" border="0">
|
138
|
+
<colgroup>
|
139
|
+
<col width="150px" class="parameters_name">
|
140
|
+
<col class="parameters_description">
|
141
|
+
<col width="200px" class="parameters_annotations">
|
142
|
+
</colgroup>
|
143
|
+
<tbody>
|
144
|
+
<tr>
|
145
|
+
<td class="parameter_name"><p>colorspace</p></td>
|
146
|
+
<td class="parameter_description"><p>Color space for image</p></td>
|
147
|
+
<td class="parameter_annotations"> </td>
|
148
|
+
</tr>
|
149
|
+
<tr>
|
150
|
+
<td class="parameter_name"><p>has_alpha</p></td>
|
151
|
+
<td class="parameter_description"><p>Whether the image should have transparency information</p></td>
|
152
|
+
<td class="parameter_annotations"> </td>
|
153
|
+
</tr>
|
154
|
+
<tr>
|
155
|
+
<td class="parameter_name"><p>bits_per_sample</p></td>
|
156
|
+
<td class="parameter_description"><p>Number of bits per color sample</p></td>
|
157
|
+
<td class="parameter_annotations"> </td>
|
158
|
+
</tr>
|
159
|
+
<tr>
|
160
|
+
<td class="parameter_name"><p>width</p></td>
|
161
|
+
<td class="parameter_description"><p>Width of image in pixels, must be > 0</p></td>
|
162
|
+
<td class="parameter_annotations"> </td>
|
163
|
+
</tr>
|
164
|
+
<tr>
|
165
|
+
<td class="parameter_name"><p>height</p></td>
|
166
|
+
<td class="parameter_description"><p>Height of image in pixels, must be > 0</p></td>
|
167
|
+
<td class="parameter_annotations"> </td>
|
168
|
+
</tr>
|
169
|
+
</tbody>
|
170
|
+
</table></div>
|
171
|
+
</div>
|
172
|
+
<div class="refsect3">
|
173
|
+
<a name="id-1.2.8.6.2.6"></a><h4>Returns</h4>
|
174
|
+
<p> A newly-created <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> with a reference count of 1, or
|
175
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not enough memory could be allocated for the image buffer.</p>
|
176
|
+
<p></p>
|
177
|
+
</div>
|
178
|
+
</div>
|
179
|
+
<hr>
|
180
|
+
<div class="refsect2">
|
181
|
+
<a name="gdk-pixbuf-new-from-data"></a><h3>gdk_pixbuf_new_from_data ()</h3>
|
182
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
183
|
+
gdk_pixbuf_new_from_data (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *data</code></em>,
|
184
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkColorspace" title="enum GdkColorspace"><span class="type">GdkColorspace</span></a> colorspace</code></em>,
|
185
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> has_alpha</code></em>,
|
186
|
+
<em class="parameter"><code><span class="type">int</span> bits_per_sample</code></em>,
|
187
|
+
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
188
|
+
<em class="parameter"><code><span class="type">int</span> height</code></em>,
|
189
|
+
<em class="parameter"><code><span class="type">int</span> rowstride</code></em>,
|
190
|
+
<em class="parameter"><code><a class="link" href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html#GdkPixbufDestroyNotify" title="GdkPixbufDestroyNotify ()"><span class="type">GdkPixbufDestroyNotify</span></a> destroy_fn</code></em>,
|
191
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> destroy_fn_data</code></em>);</pre>
|
192
|
+
<p>Creates a new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> out of in-memory image data. Currently only RGB
|
193
|
+
images with 8 bits per sample are supported.</p>
|
194
|
+
<div class="refsect3">
|
195
|
+
<a name="id-1.2.8.6.3.5"></a><h4>Parameters</h4>
|
196
|
+
<div class="informaltable"><table width="100%" border="0">
|
197
|
+
<colgroup>
|
198
|
+
<col width="150px" class="parameters_name">
|
199
|
+
<col class="parameters_description">
|
200
|
+
<col width="200px" class="parameters_annotations">
|
201
|
+
</colgroup>
|
202
|
+
<tbody>
|
203
|
+
<tr>
|
204
|
+
<td class="parameter_name"><p>data</p></td>
|
205
|
+
<td class="parameter_description"><p> Image data in 8-bit/sample packed format. </p></td>
|
206
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>]</span></td>
|
207
|
+
</tr>
|
208
|
+
<tr>
|
209
|
+
<td class="parameter_name"><p>colorspace</p></td>
|
210
|
+
<td class="parameter_description"><p>Colorspace for the image data</p></td>
|
211
|
+
<td class="parameter_annotations"> </td>
|
212
|
+
</tr>
|
213
|
+
<tr>
|
214
|
+
<td class="parameter_name"><p>has_alpha</p></td>
|
215
|
+
<td class="parameter_description"><p>Whether the data has an opacity channel</p></td>
|
216
|
+
<td class="parameter_annotations"> </td>
|
217
|
+
</tr>
|
218
|
+
<tr>
|
219
|
+
<td class="parameter_name"><p>bits_per_sample</p></td>
|
220
|
+
<td class="parameter_description"><p>Number of bits per sample</p></td>
|
221
|
+
<td class="parameter_annotations"> </td>
|
222
|
+
</tr>
|
223
|
+
<tr>
|
224
|
+
<td class="parameter_name"><p>width</p></td>
|
225
|
+
<td class="parameter_description"><p>Width of the image in pixels, must be > 0</p></td>
|
226
|
+
<td class="parameter_annotations"> </td>
|
227
|
+
</tr>
|
228
|
+
<tr>
|
229
|
+
<td class="parameter_name"><p>height</p></td>
|
230
|
+
<td class="parameter_description"><p>Height of the image in pixels, must be > 0</p></td>
|
231
|
+
<td class="parameter_annotations"> </td>
|
232
|
+
</tr>
|
233
|
+
<tr>
|
234
|
+
<td class="parameter_name"><p>rowstride</p></td>
|
235
|
+
<td class="parameter_description"><p>Distance in bytes between row starts</p></td>
|
236
|
+
<td class="parameter_annotations"> </td>
|
237
|
+
</tr>
|
238
|
+
<tr>
|
239
|
+
<td class="parameter_name"><p>destroy_fn</p></td>
|
240
|
+
<td class="parameter_description"><p> Function used to free the data when the pixbuf's reference count
|
241
|
+
drops to zero, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the data should not be freed. </p></td>
|
242
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
243
|
+
</tr>
|
244
|
+
<tr>
|
245
|
+
<td class="parameter_name"><p>destroy_fn_data</p></td>
|
246
|
+
<td class="parameter_description"><p> Closure data to pass to the destroy notification function. </p></td>
|
247
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
248
|
+
</tr>
|
249
|
+
</tbody>
|
250
|
+
</table></div>
|
251
|
+
</div>
|
252
|
+
<div class="refsect3">
|
253
|
+
<a name="id-1.2.8.6.3.6"></a><h4>Returns</h4>
|
254
|
+
<p> A newly-created <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structure with a reference count of 1. </p>
|
255
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
256
|
+
</div>
|
257
|
+
</div>
|
258
|
+
<hr>
|
259
|
+
<div class="refsect2">
|
260
|
+
<a name="gdk-pixbuf-new-from-xpm-data"></a><h3>gdk_pixbuf_new_from_xpm_data ()</h3>
|
261
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
262
|
+
gdk_pixbuf_new_from_xpm_data (<em class="parameter"><code>const <span class="type">char</span> **data</code></em>);</pre>
|
263
|
+
<p>Creates a new pixbuf by parsing XPM data in memory. This data is commonly
|
264
|
+
the result of including an XPM file into a program's C source.</p>
|
265
|
+
<div class="refsect3">
|
266
|
+
<a name="id-1.2.8.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><tr>
|
274
|
+
<td class="parameter_name"><p>data</p></td>
|
275
|
+
<td class="parameter_description"><p> Pointer to inline XPM data. </p></td>
|
276
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></td>
|
277
|
+
</tr></tbody>
|
278
|
+
</table></div>
|
279
|
+
</div>
|
280
|
+
<div class="refsect3">
|
281
|
+
<a name="id-1.2.8.6.4.6"></a><h4>Returns</h4>
|
282
|
+
<p> A newly-created pixbuf with a reference count of 1.</p>
|
283
|
+
<p></p>
|
284
|
+
</div>
|
285
|
+
</div>
|
286
|
+
<hr>
|
287
|
+
<div class="refsect2">
|
288
|
+
<a name="gdk-pixbuf-new-from-inline"></a><h3>gdk_pixbuf_new_from_inline ()</h3>
|
289
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
290
|
+
gdk_pixbuf_new_from_inline (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> data_length</code></em>,
|
291
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
292
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> copy_pixels</code></em>,
|
293
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
294
|
+
<p>Create a <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> from a flat representation that is suitable for
|
295
|
+
storing as inline data in a program. This is useful if you want to
|
296
|
+
ship a program with images, but don't want to depend on any
|
297
|
+
external files.</p>
|
298
|
+
<p>gdk-pixbuf ships with a program called <a class="link" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">gdk-pixbuf-csource</a>,
|
299
|
+
which allows for conversion of <a href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbufs</span></a> into such a inline representation.
|
300
|
+
In almost all cases, you should pass the <code class="literal">--raw</code> option to
|
301
|
+
<code class="literal">gdk-pixbuf-csource</code>. A sample invocation would be:</p>
|
302
|
+
<div class="informalexample">
|
303
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
304
|
+
<tbody>
|
305
|
+
<tr>
|
306
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
307
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal">gdk</span><span class="symbol">-</span><span class="normal">pixbuf</span><span class="symbol">-</span><span class="normal">csource </span><span class="symbol">--</span><span class="normal">raw </span><span class="symbol">--</span><span class="normal">name</span><span class="symbol">=</span><span class="usertype">myimage_inline</span><span class="normal"> myimage</span><span class="symbol">.</span><span class="normal">png</span></pre></td>
|
308
|
+
</tr>
|
309
|
+
</tbody>
|
310
|
+
</table>
|
311
|
+
</div>
|
312
|
+
|
313
|
+
<p></p>
|
314
|
+
<p>For the typical case where the inline pixbuf is read-only static data,
|
315
|
+
you don't need to copy the pixel data unless you intend to write to
|
316
|
+
it, so you can pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> for <em class="parameter"><code>copy_pixels</code></em>
|
317
|
+
. (If you pass <code class="literal">--rle</code> to
|
318
|
+
<code class="literal">gdk-pixbuf-csource</code>, a copy will be made even if <em class="parameter"><code>copy_pixels</code></em>
|
319
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
320
|
+
so using this option is generally a bad idea.)</p>
|
321
|
+
<p>If you create a pixbuf from const inline data compiled into your
|
322
|
+
program, it's probably safe to ignore errors and disable length checks,
|
323
|
+
since things will always succeed:</p>
|
324
|
+
<div class="informalexample">
|
325
|
+
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
326
|
+
<tbody>
|
327
|
+
<tr>
|
328
|
+
<td class="listing_lines" align="right"><pre>1</pre></td>
|
329
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal">pixbuf </span><span class="symbol">=</span><span class="normal"> </span><span class="function"><a href="gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline">gdk_pixbuf_new_from_inline</a></span><span class="normal"> </span><span class="symbol">(-</span><span class="number">1</span><span class="symbol">,</span><span class="normal"> myimage_inline</span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS">FALSE</a></span><span class="symbol">,</span><span class="normal"> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS">NULL</a></span><span class="symbol">);</span></pre></td>
|
330
|
+
</tr>
|
331
|
+
</tbody>
|
332
|
+
</table>
|
333
|
+
</div>
|
334
|
+
|
335
|
+
<p></p>
|
336
|
+
<p>For non-const inline data, you could get out of memory. For untrusted
|
337
|
+
inline data located at runtime, you could have corrupt inline data in
|
338
|
+
addition.</p>
|
339
|
+
<div class="refsect3">
|
340
|
+
<a name="id-1.2.8.6.5.13"></a><h4>Parameters</h4>
|
341
|
+
<div class="informaltable"><table width="100%" border="0">
|
342
|
+
<colgroup>
|
343
|
+
<col width="150px" class="parameters_name">
|
344
|
+
<col class="parameters_description">
|
345
|
+
<col width="200px" class="parameters_annotations">
|
346
|
+
</colgroup>
|
347
|
+
<tbody>
|
348
|
+
<tr>
|
349
|
+
<td class="parameter_name"><p>data_length</p></td>
|
350
|
+
<td class="parameter_description"><p>Length in bytes of the <em class="parameter"><code>data</code></em>
|
351
|
+
argument or -1 to
|
352
|
+
disable length checks</p></td>
|
353
|
+
<td class="parameter_annotations"> </td>
|
354
|
+
</tr>
|
355
|
+
<tr>
|
356
|
+
<td class="parameter_name"><p>data</p></td>
|
357
|
+
<td class="parameter_description"><p> Byte data containing a
|
358
|
+
serialized <a class="link" href="gdk-pixbuf-Inline-data.html#GdkPixdata" title="struct GdkPixdata"><span class="type">GdkPixdata</span></a> structure. </p></td>
|
359
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=data_length]</span></td>
|
360
|
+
</tr>
|
361
|
+
<tr>
|
362
|
+
<td class="parameter_name"><p>copy_pixels</p></td>
|
363
|
+
<td class="parameter_description"><p>Whether to copy the pixel data, or use direct pointers
|
364
|
+
<em class="parameter"><code>data</code></em>
|
365
|
+
for the resulting pixbuf</p></td>
|
366
|
+
<td class="parameter_annotations"> </td>
|
367
|
+
</tr>
|
368
|
+
<tr>
|
369
|
+
<td class="parameter_name"><p>error</p></td>
|
370
|
+
<td class="parameter_description"><p><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> return location, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore errors</p></td>
|
371
|
+
<td class="parameter_annotations"> </td>
|
372
|
+
</tr>
|
373
|
+
</tbody>
|
374
|
+
</table></div>
|
375
|
+
</div>
|
376
|
+
<div class="refsect3">
|
377
|
+
<a name="id-1.2.8.6.5.14"></a><h4>Returns</h4>
|
378
|
+
<p> A newly-created <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structure with a reference,
|
379
|
+
count of 1, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error occurred.</p>
|
380
|
+
<p></p>
|
381
|
+
</div>
|
382
|
+
</div>
|
383
|
+
<hr>
|
384
|
+
<div class="refsect2">
|
385
|
+
<a name="gdk-pixbuf-new-subpixbuf"></a><h3>gdk_pixbuf_new_subpixbuf ()</h3>
|
386
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
387
|
+
gdk_pixbuf_new_subpixbuf (<em class="parameter"><code><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *src_pixbuf</code></em>,
|
388
|
+
<em class="parameter"><code><span class="type">int</span> src_x</code></em>,
|
389
|
+
<em class="parameter"><code><span class="type">int</span> src_y</code></em>,
|
390
|
+
<em class="parameter"><code><span class="type">int</span> width</code></em>,
|
391
|
+
<em class="parameter"><code><span class="type">int</span> height</code></em>);</pre>
|
392
|
+
<p>Creates a new pixbuf which represents a sub-region of
|
393
|
+
<em class="parameter"><code>src_pixbuf</code></em>
|
394
|
+
. The new pixbuf shares its pixels with the
|
395
|
+
original pixbuf, so writing to one affects both.
|
396
|
+
The new pixbuf holds a reference to <em class="parameter"><code>src_pixbuf</code></em>
|
397
|
+
, so
|
398
|
+
<em class="parameter"><code>src_pixbuf</code></em>
|
399
|
+
will not be finalized until the new pixbuf
|
400
|
+
is finalized.</p>
|
401
|
+
<div class="refsect3">
|
402
|
+
<a name="id-1.2.8.6.6.5"></a><h4>Parameters</h4>
|
403
|
+
<div class="informaltable"><table width="100%" border="0">
|
404
|
+
<colgroup>
|
405
|
+
<col width="150px" class="parameters_name">
|
406
|
+
<col class="parameters_description">
|
407
|
+
<col width="200px" class="parameters_annotations">
|
408
|
+
</colgroup>
|
409
|
+
<tbody>
|
410
|
+
<tr>
|
411
|
+
<td class="parameter_name"><p>src_pixbuf</p></td>
|
412
|
+
<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>
|
413
|
+
<td class="parameter_annotations"> </td>
|
414
|
+
</tr>
|
415
|
+
<tr>
|
416
|
+
<td class="parameter_name"><p>src_x</p></td>
|
417
|
+
<td class="parameter_description"><p>X coord in <em class="parameter"><code>src_pixbuf</code></em>
|
418
|
+
</p></td>
|
419
|
+
<td class="parameter_annotations"> </td>
|
420
|
+
</tr>
|
421
|
+
<tr>
|
422
|
+
<td class="parameter_name"><p>src_y</p></td>
|
423
|
+
<td class="parameter_description"><p>Y coord in <em class="parameter"><code>src_pixbuf</code></em>
|
424
|
+
</p></td>
|
425
|
+
<td class="parameter_annotations"> </td>
|
426
|
+
</tr>
|
427
|
+
<tr>
|
428
|
+
<td class="parameter_name"><p>width</p></td>
|
429
|
+
<td class="parameter_description"><p>width of region in <em class="parameter"><code>src_pixbuf</code></em>
|
430
|
+
</p></td>
|
431
|
+
<td class="parameter_annotations"> </td>
|
432
|
+
</tr>
|
433
|
+
<tr>
|
434
|
+
<td class="parameter_name"><p>height</p></td>
|
435
|
+
<td class="parameter_description"><p>height of region in <em class="parameter"><code>src_pixbuf</code></em>
|
436
|
+
</p></td>
|
437
|
+
<td class="parameter_annotations"> </td>
|
438
|
+
</tr>
|
439
|
+
</tbody>
|
440
|
+
</table></div>
|
441
|
+
</div>
|
442
|
+
<div class="refsect3">
|
443
|
+
<a name="id-1.2.8.6.6.6"></a><h4>Returns</h4>
|
444
|
+
<p> a new pixbuf. </p>
|
445
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
446
|
+
</div>
|
447
|
+
</div>
|
448
|
+
<hr>
|
449
|
+
<div class="refsect2">
|
450
|
+
<a name="gdk-pixbuf-copy"></a><h3>gdk_pixbuf_copy ()</h3>
|
451
|
+
<pre class="programlisting"><a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
452
|
+
gdk_pixbuf_copy (<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>);</pre>
|
453
|
+
<p>Creates a new <a class="link" href="gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> with a copy of the information in the specified
|
454
|
+
<em class="parameter"><code>pixbuf</code></em>
|
455
|
+
.</p>
|
456
|
+
<div class="refsect3">
|
457
|
+
<a name="id-1.2.8.6.7.5"></a><h4>Parameters</h4>
|
458
|
+
<div class="informaltable"><table width="100%" border="0">
|
459
|
+
<colgroup>
|
460
|
+
<col width="150px" class="parameters_name">
|
461
|
+
<col class="parameters_description">
|
462
|
+
<col width="200px" class="parameters_annotations">
|
463
|
+
</colgroup>
|
464
|
+
<tbody><tr>
|
465
|
+
<td class="parameter_name"><p>pixbuf</p></td>
|
466
|
+
<td class="parameter_description"><p>A pixbuf.</p></td>
|
467
|
+
<td class="parameter_annotations"> </td>
|
468
|
+
</tr></tbody>
|
469
|
+
</table></div>
|
470
|
+
</div>
|
471
|
+
<div class="refsect3">
|
472
|
+
<a name="id-1.2.8.6.7.6"></a><h4>Returns</h4>
|
473
|
+
<p> A newly-created pixbuf with a reference count of 1, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
474
|
+
not enough memory could be allocated. </p>
|
475
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
476
|
+
</div>
|
477
|
+
</div>
|
478
|
+
</div>
|
479
|
+
<div class="refsect1">
|
480
|
+
<a name="gdk-pixbuf-Image-Data-in-Memory.other_details"></a><h2>Types and Values</h2>
|
481
|
+
</div>
|
482
|
+
<div class="refsect1">
|
483
|
+
<a name="gdk-pixbuf-Image-Data-in-Memory.see-also"></a><h2>See Also</h2>
|
484
|
+
<p>gdk_pixbuf_finalize().</p>
|
485
|
+
</div>
|
486
|
+
</div>
|
487
|
+
<div class="footer">
|
488
|
+
<hr>
|
489
|
+
Generated by GTK-Doc V1.20.1</div>
|
490
|
+
</body>
|
491
|
+
</html>
|