bi türlü kullanamadım amacım yönlendirme yapmak filan değil
header("Content-type: image/jpeg");
ekrana resim bastırmak için
ob start ve end flush da kullandım
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\index.php:1) in C:\AppServ\www\index.php on line 23
<?php
$im = imagecreatefrompng("test.png");
header('Content-Type: image/png');
imagepng($im);
imagedestroy($im);
?>http://php.net/manual/en/function.imagepng.php