All pastes #2131353 Raw Edit

Something

public text v1 · immutable
#2131353 ·published 2012-03-23 06:01 UTC
rendered paste body
 <?php
    $im = imagecreatefrompng("img.png");
    header('Content-Type: image/png');
   imagepng($im);