[TASK] Improved performance by creating a lookup-table for the colorindex to rgb function.

This commit is contained in:
Jan Philipp Timme
2011-01-04 19:25:30 +00:00
parent b74c814e3f
commit 417f7a54f5
2 changed files with 27 additions and 1 deletions
+2
View File
@@ -20,7 +20,9 @@ class FileImageConverter {
* @return void
*/
public function __construct() {
echo "\nInitializing color translation table...";
$this->colorConverter = new CharColorConverter();
echo "done.\n";
}
/**