Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/12/2007, 06:53
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 20 años
Puntos: 17
Re: error Allowed memory size of 8388608 bytes exhausted

No es la mejor forma de hacerlo... Dice que se está quedando sin memoria. Podrías usar imagecreatefromjpeg para no traer todo el string del archivo.
Código PHP:
$img_fuente=imagecreatefromjpeg($this->route) or die("Cannot Initialize new GD image stream");