Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/03/2009, 04:58
Avatar de @ndreX!
@ndreX!
 
Fecha de Ingreso: abril-2007
Mensajes: 161
Antigüedad: 17 años
Puntos: 4
Respuesta: Gestion de miniaturas con la libreria GD

Cuando dices "pobres" te refieres a calidad imagino...
Prueba con la funcion: imagetruecolortopalette

Código PHP:
$src imagecreatefromjpeg($image);
$im imagecreatetruecolor($newwidth,$newheight);
imagecopyresampled($im,$src,0,0,0,0,$newwidth,$newheight,$width,$height);
//prueba con esto
imagetruecolortopalette($imtrue256);
imagejpeg($im$newname,100);
imagedestroy($im); 
Saludos
__________________
Blog de Andres Ortiz: http://www.axpuntes.com/