[thelist] listing width and height of all pix in a directory

Manuel González Noriega manuel at simplelogica.net
Mon Dec 15 02:50:05 CST 2003


El lun, 15-12-2003 a las 03:29, Joel D Canfield escribió:
> Is there a reasonably simple way to automatically output the width and
> height of all the jpg or gif files in a directory to a text file? 
> 
> joel
> -- 

If you're familiar with PHP, reading all the files in a directory,
applying getimagesize() to them and writing the result to a text file
should be simple enough


-- 
Manuel González Noriega
Simplelógica, construcción web  
    URL: http://simplelogica.net
    EMAIL: simplelogica at simplelogica.net
    TELEFONO: (+34) 985 22 12 65
   
Logicola es el weblog de Simplelógica http://simplelogica.net/logicola/



More information about the thelist mailing list