<?php list($ancho, $altura, $tipo, $atr) = getimagesize("img/bandera.jpg"); echo "<img src=\"img/bandera.jpg\" $atr alt=\"ejemplo de getimagesize()\" />"; ?>