1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-09 01:26:53 +02:00

Rewriting some comments

This commit is contained in:
Mikael Roos
2015-09-15 17:24:10 +02:00
parent afff3589dc
commit 1907feffc8
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
<?php
/**
* Create an ASCII version of an image.
* Inspired by https://gist.github.com/donatj/1353237 and various sources.
*
*/
class CAsciiArt
@@ -72,7 +71,7 @@ class CAsciiArt
/**
* Length of current character set.
* Set options for processing, defaults are available.
*
* @param array $options to use as default settings.
*