#2131353
<?php $im = imagecreatefrompng("img.png"); header('Content-Type: image/png'); imagepng($im);