Muchísimas gracias jje :).
   Código final:   
Código PHP:
Ver original<?php
  $archivo = "http://2.bp.blogspot.com/_Zuzii37VUO4/SdSQklhdvBI/AAAAAAAAEQU/-K-OReo6lig/s1600/www-btemplates-com.png";
  header("Content-type: image/png");   ob_clean(); // Lo usamos porque flush(); lo requiere   flush(); // Vaciar buffer (mostrar datos al usuario) ?>