~ubuntu-branches/ubuntu/maverick/gdk-pixbuf/maverick

« 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): Sebastien Bacher
  • Date: 2010-09-13 18:53:32 UTC
  • mfrom: (1.2.1 experimental) (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100913185332-hjdhqu95obt8g25u
Tags: 2.21.7-1ubuntu1
* New version update.
* debian/patches/01_old_gir.patch:
  - don't require the new gobject-introspection yet
* debian/control.in, debian/rules: 
  - use dh-autoreconf due to the previous change

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
...]</p></div>
38
38
</div>
39
39
<div class="refsect1" title="Description">
40
 
<a name="id514390"></a><h2>Description</h2>
 
40
<a name="id601458"></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" title="Invocation">
47
 
<a name="id484527"></a><h2>Invocation</h2>
 
47
<a name="id582780"></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" title="Options">
55
 
<a name="id505522"></a><h3>Options</h3>
 
55
<a name="id573040"></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" title="See also">
148
 
<a name="id522685"></a><h2>See also</h2>
 
148
<a name="id637564"></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" title="Bugs">
155
 
<a name="id522704"></a><h2>Bugs</h2>
 
155
<a name="id637584"></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" title="Author">
163
 
<a name="id527120"></a><h2>Author</h2>
 
163
<a name="id637595"></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>.