[TASK] Wrote classes and implemented about 50% of the whole idea.

This commit is contained in:
Jan Philipp Timme
2010-12-28 19:26:46 +00:00
parent a5c6439d3d
commit bc5b7aeabd
6 changed files with 315 additions and 28 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
require_once "CharColorConverter.class.php";
require_once "BoxImage.class.php";
require_once "FileImageConverter.class.php";
$converter = new FileImageConverter();
$converter->convertFile("test.jpg");
?>