Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/07/2009, 06:33
groulimx
 
Fecha de Ingreso: julio-2009
Mensajes: 4
Antigüedad: 14 años, 9 meses
Puntos: 0
Respuesta: Guardar imagen generada con imagejpeg

No guardo la imagen en el servidor, solo la muestro.

Código PHP:
header("Content-type: image/jpeg");    
imagejpeg($this->__image);
$this->destroy($this->image);