~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« 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): Sebastian Dröge
  • Date: 2009-09-23 06:36:41 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (72.2.8 sid) (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923063641-69c7g7h68iy4u5o3
Import upstream version 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
...]</p></div>
51
51
</div>
52
52
<div class="refsect1" title="Description">
53
 
<a name="id354342"></a><h2>Description</h2>
 
53
<a name="id569166"></a><h2>Description</h2>
54
54
<p>
55
55
<span class="command"><strong>gdk-pixbuf-csource</strong></span> is a small utility that generates C code
56
56
containing images, useful for compiling images directly into programs.
57
57
</p>
58
58
</div>
59
59
<div class="refsect1" title="Invocation">
60
 
<a name="id349533"></a><h2>Invocation</h2>
 
60
<a name="id542332"></a><h2>Invocation</h2>
61
61
<p>
62
62
<span class="command"><strong>gdk-pixbuf-csource</strong></span> either takes as input one image file name
63
63
to generate code for, or, using the <code class="option">--build-list</code> option, a 
65
65
pairs to generate code for a list of images into named variables.
66
66
</p>
67
67
<div class="refsect2" title="Options">
68
 
<a name="id388125"></a><h3>Options</h3>
 
68
<a name="id562220"></a><h3>Options</h3>
69
69
<div class="variablelist"><table border="0">
70
70
<col align="left" valign="top">
71
71
<tbody>
158
158
</div>
159
159
</div>
160
160
<div class="refsect1" title="See also">
161
 
<a name="id405175"></a><h2>See also</h2>
 
161
<a name="id585530"></a><h2>See also</h2>
162
162
<p>
163
163
The <span class="structname">GdkPixbuf</span> documentation, shipped with the 
164
164
Gtk+ distribution, available from <a class="ulink" href="http://www.gtk.org" target="_top">www.gtk.org</a>.
165
165
</p>
166
166
</div>
167
167
<div class="refsect1" title="Bugs">
168
 
<a name="id405194"></a><h2>Bugs</h2>
 
168
<a name="id585549"></a><h2>Bugs</h2>
169
169
<p>
170
170
The runlength encoder gets out of sync with the pixel boundaries, since
171
171
it includes the rowstride padding in the encoded stream. Furthermore, it
173
173
</p>
174
174
</div>
175
175
<div class="refsect1" title="Author">
176
 
<a name="id405206"></a><h2>Author</h2>
 
176
<a name="id585561"></a><h2>Author</h2>
177
177
<p>
178
178
<span class="command"><strong>gdk-pixbuf-csource</strong></span> was written by Tim Janik
179
179
<code class="email">&lt;<a class="email" href="mailto:timj@gtk.org">timj@gtk.org</a>&gt;</code>.