Ver Mensaje Individual
  #12 (permalink)  
Antiguo 19/06/2007, 09:54
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: problema con creacion de thumbnails de un gif

Para comprobar si existe puedes usar:
Código PHP:
if( function_exists"gd_info" ) ) {
     
$info gd_info();
     echo 
"GD Instalado, version: " $info['GD Version'];
} else {
     echo 
"No esta instalado la libreria GD";