Imported Upstream version 2.3.18
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="#id2561041" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2598089" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2607894" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2616105" 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="id2561041"></a><span class="refentrytitle">gimpconvert</span>
|
||||
<a name="id2598089"></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-dit
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607894"></a><h2>Description</h2>
|
||||
<a name="id2616105"></a><h2>Description</h2>
|
||||
<p>
|
||||
Conversions between RGB, indexed, and grayscale modes.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2607910"></a><h2>Details</h2>
|
||||
<a name="id2616121"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2607921"></a><h3>
|
||||
<a name="id2616132"></a><h3>
|
||||
<a name="gimp-image-convert-rgb"></a>gimp_image_convert_rgb ()</h3>
|
||||
<a class="indexterm" name="id2607932"></a><pre class="programlisting">gboolean gimp_image_convert_rgb (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2616143"></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="id2612590"></a><h3>
|
||||
<a name="id2616210"></a><h3>
|
||||
<a name="gimp-image-convert-grayscale"></a>gimp_image_convert_grayscale ()</h3>
|
||||
<a class="indexterm" name="id2612601"></a><pre class="programlisting">gboolean gimp_image_convert_grayscale (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2616221"></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="id2612668"></a><h3>
|
||||
<a name="id2616289"></a><h3>
|
||||
<a name="gimp-image-convert-indexed"></a>gimp_image_convert_indexed ()</h3>
|
||||
<a class="indexterm" name="id2612680"></a><pre class="programlisting">gboolean gimp_image_convert_indexed (gint32 image_ID,
|
||||
<a class="indexterm" name="id2616300"></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="id2614534"></a><h3>
|
||||
<a name="id2613918"></a><h3>
|
||||
<a name="gimp-image-convert-set-dither-matrix"></a>gimp_image_convert_set_dither_matrix ()</h3>
|
||||
<a class="indexterm" name="id2616002"></a><pre class="programlisting">gboolean gimp_image_convert_set_dither_matrix
|
||||
<a class="indexterm" name="id2613932"></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