//$value = "@#" . "$" . "MN0eDEABOPQRdgtu?]STz():;,.!_\~/-'` "; // < >
//$value = "0WESDT1!;:. ";
//$value = "WESRAT!;:. ";
//$value = "WESRAT ";
for( $y = 0; $y < $height; $y++ )
{
$texture .= "\n\n
";
};
return $texture;
};
//////////////
// //
// Poem //
// //
//////////////
function texturePoem( $imageFile, $poem )
{
if( strlen( $poem ) )
{
//$poem .= "@@@@@";
$poem = strtoupper ( $poem );
$poem = str_replace( " ", "@", $poem );
$poem = str_replace( ",", "", $poem );
$poem = str_replace( ".", "@", $poem );
$poem = str_replace( """, '"', $poem );
};
$imageResource = ImageCreateFromJPEG( $imageFile );
$width = imagesx( $imageResource );
$height = imagesy( $imageResource );
$texture = "";
$i = 0;
for( $y = 0; $y < $height; $y++ )
{
$texture .= "\n\n
";
};
return $texture;
};
//////////////////
// //
// Document //
// //
//////////////////
echo "\n"; ?>