Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/05/2009, 20:22
Avatar de Fernand0
Fernand0
 
Fecha de Ingreso: septiembre-2005
Ubicación: Buenos Aires
Mensajes: 610
Antigüedad: 18 años, 7 meses
Puntos: 19
Respuesta: No me resamplea PNG

Si, es png, de hecho si solo dejo el imagepng sin if funciona exactamente igual, pero el problema es que la imagen queda resampleada en negro, se ve todo negro :S

o sea si lo dejo asi.. funciona exactamente igual

Código PHP:
imagecopyresampled($Created$this->Img0000$this->w$this->h$this->Max['w'], $this->Max['h']);
        
        
imagepng($Created$this->_To.'['.$this->Max['Setted'].']/'.$File);
        
        
imagedestroy($Created); imagedestroy($this->Img); 
Error.. ninguno :s

Saludos