( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
/*
$title = "alpha";
$layer_x=$row['left']['desktop'];
$layer_y=$row['top']['desktop'];
$layer_w=$row['width'];
$layer_h=$row['height'];
$layeropacity=$row['deformation']['opacity'];
$layer_r=$row['deformation']['xrotate'];
$themeid = $_GET["theme_id"];
$rowV = getParamJSONTheme($themeid);
if(!empty($rowV['params'])){
$params = json_decode("[".$rowV['params']."]");
$width = $params[0]->width;
$height = $params[0]->height;
}
$theWord = strtolower(username());
$array = str_split($theWord);
$countMe = strlen($theWord);
$lineHeight = $row['height'];
for ($x = 0; ($x < $countMe); $x++)
{
$letter = $char;
$letterMe = $array[$x];
$brand ="$letterMe.png";
$brandX = imagecreatefrompng("v/uploads/3dme/$brand");
$letterWidth = imagesx($brandX);
$letterHeight = imagesy($brandX);
$background2W = $letterWidth / ( $letterHeight / $lineHeight);
if($x ==0){$space += $layer_x;} else {$space += $background2W;}
$layer_x = $space ;
$amount=100;
$sizeW=10;
$sizeH=10;
$posX=0;
$posY=0;
$gridWidth=10;
$gridHeight=10;
$width =$width;
$height=$height;
$w =$background2W;
$h=$lineHeight;
MakeGridAlphabet($background, $brand, $amount,$sizeW, $sizeH, $posX, $posY,$gridWidth,$gridHeight, $width, $height, $w, $h,$layer_x,$layer_y);
}
*/
?>