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

Adding support for AsciiArt of an image.

This commit is contained in:
Mikael Roos
2015-09-01 16:45:10 +02:00
parent b65b420313
commit 2959f11f33
4 changed files with 323 additions and 2 deletions

View File

@@ -299,4 +299,25 @@ return array(
'golden' => 1.618,
);
},*/
/**
* default options for ascii image.
*
* Default values as specified below in the array.
* ascii-options:
* characterSet: Choose any character set available in CAsciiArt.
* scale: How many pixels should each character
* translate to.
* luminanceStrategy: Choose any strategy available in CAsciiArt.
* customCharacterSet: Define your own character set.
*/
/*'ascii-options' => array(
"characterSet" => 'two',
"scale" => 14,
"luminanceStrategy" => 3,
"customCharacterSet" => null,
);
},*/
);