Ver Mensaje Individual
  #9 (permalink)  
Antiguo 12/01/2012, 07:38
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años, 7 meses
Puntos: 326
Respuesta: Problema con imgejpeg y guardado de imagen

Prueba a cambiar
Código PHP:
$image_p imagecreatetruecolor($this->image_height_maxsize$this->image_height_maxsize); 
Por esto:
Código PHP:
$image_p imagecreatetruecolor($this->image_width_maxsize$this->image_height_maxsize); 
Edit: Te has adelantado ;)
__________________
>> Eleazan's Source
>> @Eleazan