![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/03/2006, 13:23
|
![Avatar de payo22](http://static.forosdelweb.com/customavatars/avatar26808_1.gif) | | | Fecha de Ingreso: noviembre-2002 Ubicación: México
Mensajes: 839
Antigüedad: 22 años, 3 meses Puntos: 1 | |
podrias utilizar esto
$img = imagecreatefrompng($imagen);
if ($img) {
$ancho = imagesx($img);
$alto = imagesy($img);
}
Última edición por payo22; 23/03/2006 a las 13:30 |