--- a
+++ b/omgm/dev/test.php
@@ -0,0 +1,14 @@
+<?php
+
+
+/*$im = imagecreatefrompng("out.png");
+$rgb = imagecolorat($im, 2, 2);
+$cTran = imagecolorsforindex($im, $rgb);
+
+echo "RGB: ".$rgb."<br>";
+
+print_r($cTran);
+*/
+
+
+?>