1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-01 14:00:08 +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.
*

View File

@@ -5,6 +5,13 @@ Revision history
[![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=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)
-------------------------------------