Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/12/2007, 10:18
Avatar de @ndreX!
@ndreX!
 
Fecha de Ingreso: abril-2007
Mensajes: 161
Antigüedad: 17 años
Puntos: 4
Re: thumbnails para imagenes mas pequeñas

Deberia de aparecerte en phpinfo(); ademas puedes verificar en un script con function_exists

Algo como:

Código PHP:
if(function_exists('imagecreatefromgif')){
      echo 
'Imagecreatefromgif existe';
}
else{
      echo 
'Imagecreatefromgif no existe';

Igualmente con la otra funcion :) sino, puede que sea la libreria GD que tienes ¿Que SO usas?