Skip to content

Commit

Permalink
[skip ci] Automatic API update
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jul 9, 2019
1 parent 1b0d918 commit eec39b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 49 deletions.
50 changes: 5 additions & 45 deletions docs/API/API/Imagine/Gd/Imagine.html
Expand Up @@ -154,16 +154,6 @@ <h2>Methods</h2>

<p>Initialize the class.</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_getTemporaryDirectory">getTemporaryDirectory</a>()

<p>Get the path to a directory used to store temporary files (with slashes as directory separator - without leading slash).</p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand Down Expand Up @@ -472,43 +462,13 @@ <h3 id="method___construct">



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_getTemporaryDirectory">
<div class="location">at line 45</div>
<code> protected string
<strong>getTemporaryDirectory</strong>()
</code>
</h3>
<div class="details">



<div class="method-description">
<p>Get the path to a directory used to store temporary files (with slashes as directory separator - without leading slash).</p> </div>
<div class="tags">

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td></td>
</tr>
</table>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_create">
<div class="location">at line 63</div>
<div class="location">at line 45</div>
<code> <a href="../../Imagine/Image/ImageInterface.html"><abbr title="Imagine\Image\ImageInterface">ImageInterface</abbr></a>
<strong>create</strong>(<a href="../../Imagine/Image/BoxInterface.html"><abbr title="Imagine\Image\BoxInterface">BoxInterface</abbr></a> $size, <a href="../../Imagine/Image/Palette/Color/ColorInterface.html"><abbr title="Imagine\Image\Palette\Color\ColorInterface">ColorInterface</abbr></a> $color = null)
</code>
Expand Down Expand Up @@ -577,7 +537,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_open">
<div class="location">at line 103</div>
<div class="location">at line 85</div>
<code> <a href="../../Imagine/Image/ImageInterface.html"><abbr title="Imagine\Image\ImageInterface">ImageInterface</abbr></a>
<strong>open</strong>(string|<a href="../../Imagine/File/LoaderInterface.html"><abbr title="Imagine\File\LoaderInterface">LoaderInterface</abbr></a>|mixed $path)
</code>
Expand Down Expand Up @@ -637,7 +597,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_load">
<div class="location">at line 124</div>
<div class="location">at line 106</div>
<code> <a href="../../Imagine/Image/ImageInterface.html"><abbr title="Imagine\Image\ImageInterface">ImageInterface</abbr></a>
<strong>load</strong>(string $string)
</code>
Expand Down Expand Up @@ -697,7 +657,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_read">
<div class="location">at line 134</div>
<div class="location">at line 116</div>
<code> <a href="../../Imagine/Image/ImageInterface.html"><abbr title="Imagine\Image\ImageInterface">ImageInterface</abbr></a>
<strong>read</strong>(resource $resource)
</code>
Expand Down Expand Up @@ -757,7 +717,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_font">
<div class="location">at line 154</div>
<div class="location">at line 136</div>
<code> <a href="../../Imagine/Image/FontInterface.html"><abbr title="Imagine\Image\FontInterface">FontInterface</abbr></a>
<strong>font</strong>(string $file, int $size, <a href="../../Imagine/Image/Palette/Color/ColorInterface.html"><abbr title="Imagine\Image\Palette\Color\ColorInterface">ColorInterface</abbr></a> $color)
</code>
Expand Down
3 changes: 1 addition & 2 deletions docs/API/API/doc-index.html
Expand Up @@ -389,8 +389,7 @@ <h2 id="letterA">A</h2>
<dd>Returns Gd resource.</dd><dt><a href="Imagine/Gd/Image.html#method_get"><abbr title="Imagine\Gd\Image">Image</abbr>::get</a>() &mdash; <em>Method in class <a href="Imagine/Gd/Image.html"><abbr title="Imagine\Gd\Image">Image</abbr></a></em></dt>
<dd>Returns the image content as a binary string.</dd><dt><a href="Imagine/Gd/Image.html#method_getSize"><abbr title="Imagine\Gd\Image">Image</abbr>::getSize</a>() &mdash; <em>Method in class <a href="Imagine/Gd/Image.html"><abbr title="Imagine\Gd\Image">Image</abbr></a></em></dt>
<dd>Returns current image size.</dd><dt><a href="Imagine/Gd/Image.html#method_getColorAt"><abbr title="Imagine\Gd\Image">Image</abbr>::getColorAt</a>() &mdash; <em>Method in class <a href="Imagine/Gd/Image.html"><abbr title="Imagine\Gd\Image">Image</abbr></a></em></dt>
<dd>Returns color at specified positions of current image.</dd><dt><a href="Imagine/Gd/Imagine.html#method_getTemporaryDirectory"><abbr title="Imagine\Gd\Imagine">Imagine</abbr>::getTemporaryDirectory</a>() &mdash; <em>Method in class <a href="Imagine/Gd/Imagine.html"><abbr title="Imagine\Gd\Imagine">Imagine</abbr></a></em></dt>
<dd>Get the path to a directory used to store temporary files (with slashes as directory separator - without leading slash).</dd><dt><a href="Imagine/Gmagick/Effects.html#method_gamma"><abbr title="Imagine\Gmagick\Effects">Effects</abbr>::gamma</a>() &mdash; <em>Method in class <a href="Imagine/Gmagick/Effects.html"><abbr title="Imagine\Gmagick\Effects">Effects</abbr></a></em></dt>
<dd>Returns color at specified positions of current image.</dd><dt><a href="Imagine/Gmagick/Effects.html#method_gamma"><abbr title="Imagine\Gmagick\Effects">Effects</abbr>::gamma</a>() &mdash; <em>Method in class <a href="Imagine/Gmagick/Effects.html"><abbr title="Imagine\Gmagick\Effects">Effects</abbr></a></em></dt>
<dd>Apply gamma correction.</dd><dt><a href="Imagine/Gmagick/Effects.html#method_grayscale"><abbr title="Imagine\Gmagick\Effects">Effects</abbr>::grayscale</a>() &mdash; <em>Method in class <a href="Imagine/Gmagick/Effects.html"><abbr title="Imagine\Gmagick\Effects">Effects</abbr></a></em></dt>
<dd>Grayscale the image.</dd><dt><a href="Imagine/Gmagick/Image.html#method_getGmagick"><abbr title="Imagine\Gmagick\Image">Image</abbr>::getGmagick</a>() &mdash; <em>Method in class <a href="Imagine/Gmagick/Image.html"><abbr title="Imagine\Gmagick\Image">Image</abbr></a></em></dt>
<dd>Returns gmagick instance.</dd><dt><a href="Imagine/Gmagick/Image.html#method_get"><abbr title="Imagine\Gmagick\Image">Image</abbr>::get</a>() &mdash; <em>Method in class <a href="Imagine/Gmagick/Image.html"><abbr title="Imagine\Gmagick\Image">Image</abbr></a></em></dt>
Expand Down

0 comments on commit eec39b2

Please sign in to comment.