Skip to content

Commit c276b41

Browse files
committed
Generate Pelican site
1 parent a26c915 commit c276b41

21 files changed

Lines changed: 1481 additions & 1251 deletions

manuals/2.4.0-dev/deprecated.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@
7575
<div class="contents">
7676
<div class="textblock"><dl class="reflist">
7777
<dt>Module <a class="el" href="group__gdCodecGd2.html">gdCodecGd2</a> </dt>
78-
<dd><a class="anchor" id="_deprecated000001"></a>GD and GD2 formats are in favor of more suitable and future proof like QOI or WebP for lossless usage or similar. </dd>
78+
<dd><a class="anchor" id="_deprecated000003"></a>GD and GD2 formats are in favor of more suitable and future proof like QOI or WebP for lossless usage or similar. </dd>
7979
<dt>Global <a class="el" href="group__freetypefont.html#ga110a421f1437f4249490066e95a7703b">gdFreeFontCache</a> (void)</dt>
80-
<dd><a class="anchor" id="_deprecated000002"></a> </dd>
80+
<dd><a class="anchor" id="_deprecated000004"></a> </dd>
8181
<dt>Global <a class="el" href="group__freetypefont.html#ga610b871ebf081159189cec151a1d15ec">gdImageStringTTF</a> (gdImagePtr im, int *brect, int fg, const char *fontlist, double ptsize, double angle, int x, int y, const char *string)</dt>
82-
<dd><a class="anchor" id="_deprecated000003"></a> </dd>
82+
<dd><a class="anchor" id="_deprecated000005"></a> </dd>
83+
<dt>Global <a class="el" href="group__gdIOCtx.html#ga4fe3087a90dccbf97bd26ee74d425082">gdNewSSCtx</a> (gdSourcePtr in, gdSinkPtr out)</dt>
84+
<dd><a class="anchor" id="_deprecated000006"></a>will be removed in a future version in favor of gdNewDynamicCtxEx and retated CTX APIs </dd>
8385
</dl>
8486
</div></div><!-- contents -->
8587
</div><!-- PageDoc -->

manuals/2.4.0-dev/gd_8h_source.html

Lines changed: 857 additions & 888 deletions
Large diffs are not rendered by default.

manuals/2.4.0-dev/gd__vector2d_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
<div class="ttc" id="astructgdPathMatrixStruct_html"><div class="ttname"><a href="structgdPathMatrixStruct.html">gdPathMatrixStruct</a></div><div class="ttdoc">Affine transformation matrix.</div><div class="ttdef"><b>Definition</b> gd_vector2d.h:139</div></div>
697697
<div class="ttc" id="astructgdPointF_html"><div class="ttname"><a href="structgdPointF.html">gdPointF</a></div><div class="ttdoc">Defines a point in a 2D coordinate system using floating point values.</div><div class="ttdef"><b>Definition</b> gd.h:518</div></div>
698698
<div class="ttc" id="astructgdRectFStruct_html"><div class="ttname"><a href="structgdRectFStruct.html">gdRectFStruct</a></div><div class="ttdoc">Floating-point rectangle.</div><div class="ttdef"><b>Definition</b> gd_vector2d.h:160</div></div>
699-
<div class="ttc" id="astructgdRect_html"><div class="ttname"><a href="structgdRect.html">gdRect</a></div><div class="ttdoc">A rectangle in the coordinate space of the image.</div><div class="ttdef"><b>Definition</b> gd.h:6427</div></div>
699+
<div class="ttc" id="astructgdRect_html"><div class="ttname"><a href="structgdRect.html">gdRect</a></div><div class="ttdoc">A rectangle in the coordinate space of the image.</div><div class="ttdef"><b>Definition</b> gd.h:6423</div></div>
700700
<div class="ttc" id="astructgdTextError_html"><div class="ttname"><a href="structgdTextError.html">gdTextError</a></div><div class="ttdoc">Optional detailed error information for 2D text APIs.</div><div class="ttdef"><b>Definition</b> gd_vector2d.h:332</div></div>
701701
<div class="ttc" id="astructgdTextError_html_a3dfe0c6710e7eb7a091cbcfc05c2dc8f"><div class="ttname"><a href="structgdTextError.html#a3dfe0c6710e7eb7a091cbcfc05c2dc8f">gdTextError::code</a></div><div class="ttdeci">gdTextStatus code</div><div class="ttdef"><b>Definition</b> gd_vector2d.h:333</div></div>
702702
<div class="ttc" id="astructgdTextError_html_ab65a08a0bd306247493640490ffe7f75"><div class="ttname"><a href="structgdTextError.html#ab65a08a0bd306247493640490ffe7f75">gdTextError::provider_code</a></div><div class="ttdeci">int provider_code</div><div class="ttdef"><b>Definition</b> gd_vector2d.h:334</div></div>

manuals/2.4.0-dev/gdpp_8h_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@
10961096
<div class="ttc" id="agroup__Font_html_gacaaf5c6e106eca695daac42e4d1ce045"><div class="ttname"><a href="group__Font.html#gacaaf5c6e106eca695daac42e4d1ce045">gdImageStringUp</a></div><div class="ttdeci">void gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color)</div><div class="ttdoc">Draws a string rotated 90 degrees counterclockwise.</div><div class="ttdef"><b>Definition</b> gd.c:1607</div></div>
10971097
<div class="ttc" id="agroup__Font_html_gada3283789ac32cb7202bb8a7000eaf9a"><div class="ttname"><a href="group__Font.html#gada3283789ac32cb7202bb8a7000eaf9a">gdImageString16</a></div><div class="ttdeci">void gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color)</div><div class="ttdoc">Draws a character string with 16-bit characters.</div><div class="ttdef"><b>Definition</b> gd.c:1621</div></div>
10981098
<div class="ttc" id="agroup__Font_html_gaf9590ec494643588c063f0c6c364b386"><div class="ttname"><a href="group__Font.html#gaf9590ec494643588c063f0c6c364b386">gdImageChar</a></div><div class="ttdeci">void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color)</div><div class="ttdoc">Draws a single character.</div><div class="ttdef"><b>Definition</b> gd.c:1538</div></div>
1099-
<div class="ttc" id="agroup__ImageFilters_html_ga5394f6ea01c6cc959943d51ab2d33ce1"><div class="ttname"><a href="group__ImageFilters.html#ga5394f6ea01c6cc959943d51ab2d33ce1">gdPixelateMode</a></div><div class="ttdeci">gdPixelateMode</div><div class="ttdoc">gdImagePixelate options</div><div class="ttdef"><b>Definition</b> gd.h:7049</div></div>
1099+
<div class="ttc" id="agroup__ImageFilters_html_ga5394f6ea01c6cc959943d51ab2d33ce1"><div class="ttname"><a href="group__ImageFilters.html#ga5394f6ea01c6cc959943d51ab2d33ce1">gdPixelateMode</a></div><div class="ttdeci">gdPixelateMode</div><div class="ttdoc">gdImagePixelate options</div><div class="ttdef"><b>Definition</b> gd.h:7045</div></div>
11001100
<div class="ttc" id="agroup__ImageFilters_html_ga9f0206376a52148db6ea7c652fdf4511"><div class="ttname"><a href="group__ImageFilters.html#ga9f0206376a52148db6ea7c652fdf4511">gdImagePixelate</a></div><div class="ttdeci">int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode)</div><div class="ttdoc">Pixelates an image.</div><div class="ttdef"><b>Definition</b> gd_filter.c:137</div></div>
11011101
<div class="ttc" id="agroup__ImageFilters_html_gad2a31a1143554290b419b5e119c23173"><div class="ttname"><a href="group__ImageFilters.html#gad2a31a1143554290b419b5e119c23173">gdImageCopyGaussianBlurred</a></div><div class="ttdeci">gdImagePtr gdImageCopyGaussianBlurred(gdImagePtr src, int radius, double sigma)</div><div class="ttdoc">Return a copy of the source image src blurred according to the parameters using the Gaussian Blur alg...</div><div class="ttdef"><b>Definition</b> gd_filter.c:727</div></div>
11021102
<div class="ttc" id="agroup__Per_html_ga43b4edec973616215e8cf82b6311537d"><div class="ttname"><a href="group__Per.html#ga43b4edec973616215e8cf82b6311537d">gdImageGetTrueColorPixel</a></div><div class="ttdeci">int gdImageGetTrueColorPixel(gdImagePtr im, int x, int y)</div><div class="ttdoc">Gets the truecolor value of the pixel at the specified coordinates.</div><div class="ttdef"><b>Definition</b> gd.c:1153</div></div>
@@ -1185,8 +1185,8 @@
11851185
<div class="ttc" id="agroup__gdCodecXbm_html_ga7156052934b5151ec2dfaa9c4a6336be"><div class="ttname"><a href="group__gdCodecXbm.html#ga7156052934b5151ec2dfaa9c4a6336be">gdImageCreateFromXbm</a></div><div class="ttdeci">gdImagePtr gdImageCreateFromXbm(FILE *in)</div><div class="ttdoc">Create an image from XBM data in a stdio stream.</div><div class="ttdef"><b>Definition</b> gd_xbm.c:23</div></div>
11861186
<div class="ttc" id="agroup__gdCodecXpm_html_ga7d872f2ce5159346208ee958dfba7398"><div class="ttname"><a href="group__gdCodecXpm.html#ga7d872f2ce5159346208ee958dfba7398">gdImageCreateFromXpm</a></div><div class="ttdeci">gdImagePtr gdImageCreateFromXpm(char *filename)</div><div class="ttdoc">Create a palette image from an XPM file.</div><div class="ttdef"><b>Definition</b> gdxpm.c:27</div></div>
11871187
<div class="ttc" id="anamespaceim_html"><div class="ttname"><a href="namespaceim.html">im</a></div><div class="ttdoc">Write an image as JPEG data to a gdIOCtx.</div></div>
1188-
<div class="ttc" id="astructgdFTStringExtra_html"><div class="ttname"><a href="structgdFTStringExtra.html">gdFTStringExtra</a></div><div class="ttdoc">Structure for passing additional parameters to FreeType 2 string rendering functions.</div><div class="ttdef"><b>Definition</b> gd.h:6223</div></div>
1189-
<div class="ttc" id="astructgdPoint_html"><div class="ttname"><a href="structgdPoint.html">gdPoint</a></div><div class="ttdoc">A point in the coordinate space of the image.</div><div class="ttdef"><b>Definition</b> gd.h:6420</div></div>
1188+
<div class="ttc" id="astructgdFTStringExtra_html"><div class="ttname"><a href="structgdFTStringExtra.html">gdFTStringExtra</a></div><div class="ttdoc">Structure for passing additional parameters to FreeType 2 string rendering functions.</div><div class="ttdef"><b>Definition</b> gd.h:6219</div></div>
1189+
<div class="ttc" id="astructgdPoint_html"><div class="ttname"><a href="structgdPoint.html">gdPoint</a></div><div class="ttdoc">A point in the coordinate space of the image.</div><div class="ttdef"><b>Definition</b> gd.h:6416</div></div>
11901190
</div><!-- fragment --></div><!-- contents -->
11911191
<!-- start footer part -->
11921192
<hr class="footer"/><address class="footer"><small>

manuals/2.4.0-dev/group__PixelDraw.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ga084f5a75d82c7ae9126fb08
935935
</div><div class="memdoc">
936936

937937
<p>Draws a rectangle. </p>
938+
<p>Corners are specified by their coordinates. The rectangle is drawn using the current line style and thickness.</p>
938939
<dl class="params"><dt>Parameters</dt><dd>
939940
<table class="params">
940941
<tr><td class="paramname">im</td><td>The image. </td></tr>

0 commit comments

Comments
 (0)