Imported Upstream version 2.3.15
This commit is contained in:
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpdisplay.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579009" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2553845" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2606744" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2605508" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpconvert"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2579009"></a><span class="refentrytitle">gimpconvert</span>
|
||||
<a name="id2553845"></a><span class="refentrytitle">gimpconvert</span>
|
||||
</h2>
|
||||
<p>gimpconvert — Conversions between RGB, indexed, and grayscale modes.</p>
|
||||
</td>
|
||||
@ -69,18 +69,18 @@ gboolean <a href="libgimp-gimpconvert.html#gimp-image-convert-set-dither-matr
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606744"></a><h2>Description</h2>
|
||||
<a name="id2605508"></a><h2>Description</h2>
|
||||
<p>
|
||||
Conversions between RGB, indexed, and grayscale modes.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2606761"></a><h2>Details</h2>
|
||||
<a name="id2605524"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2606771"></a><h3>
|
||||
<a name="id2605535"></a><h3>
|
||||
<a name="gimp-image-convert-rgb"></a>gimp_image_convert_rgb ()</h3>
|
||||
<a class="indexterm" name="id2606782"></a><pre class="programlisting">gboolean gimp_image_convert_rgb (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2605546"></a><pre class="programlisting">gboolean gimp_image_convert_rgb (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Convert specified image to RGB color
|
||||
</p>
|
||||
@ -110,9 +110,9 @@ indexed image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607684"></a><h3>
|
||||
<a name="id2606606"></a><h3>
|
||||
<a name="gimp-image-convert-grayscale"></a>gimp_image_convert_grayscale ()</h3>
|
||||
<a class="indexterm" name="id2607695"></a><pre class="programlisting">gboolean gimp_image_convert_grayscale (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2606618"></a><pre class="programlisting">gboolean gimp_image_convert_grayscale (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Convert specified image to grayscale (256 intensity levels)
|
||||
</p>
|
||||
@ -141,9 +141,9 @@ RGB or Indexed color mode.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607761"></a><h3>
|
||||
<a name="id2606684"></a><h3>
|
||||
<a name="gimp-image-convert-indexed"></a>gimp_image_convert_indexed ()</h3>
|
||||
<a class="indexterm" name="id2607772"></a><pre class="programlisting">gboolean gimp_image_convert_indexed (gint32 image_ID,
|
||||
<a class="indexterm" name="id2606695"></a><pre class="programlisting">gboolean gimp_image_convert_indexed (gint32 image_ID,
|
||||
<a href="libgimp-gimpenums.html#GimpConvertDitherType">GimpConvertDitherType</a> dither_type,
|
||||
<a href="libgimp-gimpenums.html#GimpConvertPaletteType">GimpConvertPaletteType</a> palette_type,
|
||||
gint num_cols,
|
||||
@ -218,9 +218,9 @@ location ('Fixed' dithering).</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2605237"></a><h3>
|
||||
<a name="id2607723"></a><h3>
|
||||
<a name="gimp-image-convert-set-dither-matrix"></a>gimp_image_convert_set_dither_matrix ()</h3>
|
||||
<a class="indexterm" name="id2605251"></a><pre class="programlisting">gboolean gimp_image_convert_set_dither_matrix
|
||||
<a class="indexterm" name="id2607736"></a><pre class="programlisting">gboolean gimp_image_convert_set_dither_matrix
|
||||
(gint width,
|
||||
gint height,
|
||||
gint matrix_length,
|
||||
|
Reference in New Issue
Block a user