mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-01 22:00:31 +02:00
Rewriting some comments
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Create an ASCII version of an image.
|
* Create an ASCII version of an image.
|
||||||
* Inspired by https://gist.github.com/donatj/1353237 and various sources.
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class CAsciiArt
|
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.
|
* @param array $options to use as default settings.
|
||||||
*
|
*
|
||||||
|
@@ -5,6 +5,13 @@ Revision history
|
|||||||
[](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)
|
[](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master)
|
||||||
|
|
||||||
|
|
||||||
|
v0.7.4 (2015-09-15)
|
||||||
|
-------------------------------------
|
||||||
|
|
||||||
|
* Add CAsciiArt.php to composer for autoloading, fix #102.
|
||||||
|
* Generate filename with filters, does not work on Windows, fix #100.
|
||||||
|
|
||||||
|
|
||||||
v0.7.3 (2015-09-01)
|
v0.7.3 (2015-09-01)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user