<?php
$filename="images/thumb.jpg";
$fileInfo=getimagesize($filename);
$mime=$fileInfo['mime'];
$createfrom=str_replace('/','createfrom',$mime);
$outFun=str_replace('/',null,$mime);
$image=$createfrom($filename);
$red=imagecolorallocatealpha($image...