( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php include 'pages/collage.php';
$images=array("http://localhost/thebrand/taswira.php?cropratio=1:1&width=400&image=/v/uploads/raw/4c617237bf984c901de67ff00470ee2c.jpg",
"http://localhost/thebrand/taswira.php?cropratio=1:1&width=400&image=/v/uploads/raw/9f1e1267f80de8d57d0ea2339f25cb4f.jpg","http://localhost/thebrand/taswira.php?cropratio=1:1&width=400&image=/v/uploads/raw/e2da08ab246edf81ad283b79d8e5b3c4.jpg");
$time = time();
$type = 'jpg';
$imageObj = new Collage($images, 900, 900);
$imageObj->execute();
$imageObj->saveFile("images/{$time}.jpg", $type);
echo "<img src=\"images/{$time}.{$type}\" />";?>