1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-29 02:19:47 +02:00

Prepare to tag v0.7.4

This commit is contained in:
Mikael Roos
2015-09-15 17:26:04 +02:00
parent 1907feffc8
commit 8d6a8a452e
5 changed files with 13 additions and 16 deletions

View File

@@ -706,7 +706,6 @@ class CWhitelist
/**
* Create an ASCII version of an image.
* Inspired by https://gist.github.com/donatj/1353237 and various sources.
*
*/
class CAsciiArt
@@ -777,7 +776,7 @@ class CAsciiArt
/**
* Length of current character set.
* Set options for processing, defaults are available.
*
* @param array $options to use as default settings.
*
@@ -2141,7 +2140,7 @@ class CImage
if (is_array($filter)) {
$filters .= "_f{$filter['id']}";
for ($i=1; $i<=$filter['argc']; $i++) {
$filters .= ":".$filter["arg{$i}"];
$filters .= "-".$filter["arg{$i}"];
}
}
}
@@ -3402,7 +3401,7 @@ EOD;
*
*/
$version = "v0.7.3 (2015-09-01)";
$version = "v0.7.4 (2015-09-15)";