All pastes #2131352 Raw Edit

Stuff

public text v1 · immutable
#2131352 ·published 2012-03-23 05:59 UTC
rendered paste body
 <?php //отправляются заголовки
    $im = imagecreatefrompng("img.png");
    header('Content-Type: image/png');
   imagepng($im);