Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed May 29, 2020
1 parent 24fc979 commit b70407b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/Zebra_Image/Zebra_Image.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h4>Author(s):</h4>
</ul>
<h4>Version:</h4>
<ul>
<li>2.6.0 (last revision: April 20, 2020)</li>
<li>2.6.0 (last revision: May 29, 2020)</li>
</ul>
<h4>Copyright:</h4>
<ul>
Expand Down Expand Up @@ -438,7 +438,7 @@ <h5>Parameters:</h5>
0 to 127 for alpha; <em>alpha support is available only
for PHP 5.2.5+</em>;</li><li><strong>contrast</strong> - changes the contrast of the image; use <strong>arg1</strong>
to set the level of contrast; the range of contrast
is -100 to 100;</li><li><strong>gausian_blur</strong> - blurs the image using the Gaussian method;</li><li><strong>grayscale</strong> - converts the image into grayscale;</li><li><strong>edgedetect</strong> - uses edge detection to highlight the edges in the image;</li><li><strong>emboss</strong> - embosses the image;</li><li><strong>mean_removal</strong> - uses mean removal to achieve a &quot;sketchy&quot; effect;</li><li><strong>negate</strong> - reverses all the colors of the image;</li><li><strong>pixelate</strong> - applies pixelation effect to the image, use <strong>arg1</strong>
is -100 to 100;</li><li><strong>gaussian_blur</strong> - blurs the image using the Gaussian method;</li><li><strong>grayscale</strong> - converts the image into grayscale;</li><li><strong>edgedetect</strong> - uses edge detection to highlight the edges in the image;</li><li><strong>emboss</strong> - embosses the image;</li><li><strong>mean_removal</strong> - uses mean removal to achieve a &quot;sketchy&quot; effect;</li><li><strong>negate</strong> - reverses all the colors of the image;</li><li><strong>pixelate</strong> - applies pixelation effect to the image, use <strong>arg1</strong>
to set the block size and <strong>arg2</strong> to set the
pixelation effect mode; <em>this filter is available
only for PHP 5.3.0+</em>;</li><li><strong>selective_blur</strong> - blurs the image;</li><li><strong>smooth</strong> - makes the image smoother. Use <strong>arg1</strong> to set the
Expand Down Expand Up @@ -845,7 +845,7 @@ <h5>Parameters:</h5>
</tr>
</table>
<div id="doc_footer">
Documentation generated on <span>Mon, 20 Apr 20</span> by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
Documentation generated on <span>Fri, 29 May 20</span> by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
2 changes: 1 addition & 1 deletion docs/elementindex_Zebra_Image.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h3>z</h3>
</tr>
</table>
<div id="doc_footer">
Documentation generated on <span>Mon, 20 Apr 20</span> by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
Documentation generated on <span>Fri, 29 May 20</span> by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Zebra_Image, a compact and lightweight image manipulation PHP library</h2>
</tr>
</table>
<div id="doc_footer">
Documentation generated on <span>Mon, 20 Apr 20</span> by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
Documentation generated on <span>Fri, 29 May 20</span> by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
5 changes: 5 additions & 0 deletions docs/media/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ h4.method span {
margin-right: .5em;
}

h4.variable span.value {
font-size: 100%;
color: #C40000;
}

.doc_block,
.doc_index {
padding: 1em;
Expand Down

0 comments on commit b70407b

Please sign in to comment.