~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gdk-pixbuf/html/gdk-pixbuf-csource.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-05 10:14:08 UTC
  • mto: (1.3.2) (4.1.4 sid) (33.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110405101408-xmmvv2ug9rzyoiag
Tags: upstream-2.23.3
ImportĀ upstreamĀ versionĀ 2.23.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="rn02.html" title="Tools Reference">
9
9
<link rel="prev" href="rn02.html" title="Tools Reference">
10
10
<link rel="next" href="gdk-pixbuf-query-loaders.html" title="gdk-pixbuf-query-loaders">
11
 
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
37
37
...]</p></div>
38
38
</div>
39
39
<div class="refsect1">
40
 
<a name="id560616"></a><h2>Description</h2>
 
40
<a name="id565160"></a><h2>Description</h2>
41
41
<p>
42
42
<span class="command"><strong>gdk-pixbuf-csource</strong></span> is a small utility that generates
43
43
C code containing images, useful for compiling images directly into programs.
44
44
</p>
45
45
</div>
46
46
<div class="refsect1">
47
 
<a name="id558166"></a><h2>Invocation</h2>
 
47
<a name="id567054"></a><h2>Invocation</h2>
48
48
<p>
49
49
<span class="command"><strong>gdk-pixbuf-csource</strong></span> either takes as input one image file
50
50
name to generate code for, or, using the <code class="option">--build-list</code> option,
52
52
pairs to generate code for a list of images into named variables.
53
53
</p>
54
54
<div class="refsect2">
55
 
<a name="id556802"></a><h3>Options</h3>
 
55
<a name="id558796"></a><h3>Options</h3>
56
56
<div class="variablelist"><table border="0">
57
57
<col align="left" valign="top">
58
58
<tbody>
145
145
</div>
146
146
</div>
147
147
<div class="refsect1">
148
 
<a name="id604268"></a><h2>See also</h2>
 
148
<a name="id589483"></a><h2>See also</h2>
149
149
<p>
150
150
The <span class="structname">GdkPixbuf</span> documentation, shipped with the
151
151
Gtk+ distribution, available from <a class="ulink" href="http://www.gtk.org" target="_top">www.gtk.org</a>.
152
152
</p>
153
153
</div>
154
154
<div class="refsect1">
155
 
<a name="id604288"></a><h2>Bugs</h2>
 
155
<a name="id589560"></a><h2>Bugs</h2>
156
156
<p>
157
157
The runlength encoder gets out of sync with the pixel boundaries, since
158
158
it includes the rowstride padding in the encoded stream. Furthermore, it
160
160
</p>
161
161
</div>
162
162
<div class="refsect1">
163
 
<a name="id604299"></a><h2>Author</h2>
 
163
<a name="id589571"></a><h2>Author</h2>
164
164
<p>
165
165
<span class="command"><strong>gdk-pixbuf-csource</strong></span> was written by Tim Janik
166
166
<code class="email">&lt;<a class="email" href="mailto:timj@gtk.org">timj@gtk.org</a>&gt;</code>.
172
172
</div>
173
173
<div class="footer">
174
174
<hr>
175
 
          Generated by GTK-Doc V1.16.1</div>
 
175
          Generated by GTK-Doc V1.17</div>
176
176
</body>
177
177
</html>
 
 
b'\\ No newline at end of file'