Perl Scripts: Picsize_Finder 




This is the companion program to Photoview.pl. It can also be used independently if you have a need of quickly building a text database (or multiple text databases) with the names of image files and their sizes in pixels. The current version is only compatible with jpeg files, and will work on UNIX systems, and may work on other systems.

View / Download PicSize_Finder.pl

View / Download Help.txt

View ouput of PicSize_Finder


The future of PicSize_Finder:

I am planning on including chmod-ing into the program sometime soon, to automate the chmod-ing of files.

This program currently uses a subprogram (&jpegsize) taken verbatim from WWWIS to find the size in pixels of a jpeg image. In the future I will add inclusion of Image::Size, a perl module that finds the size in pixels of XPM, XBM, GIF, JPEG, PNG, TIFF and the PPM family of formats (PPM/PGM/PBM). For those who have only jpeg files and would like the simplicity of not having to use a perl module in addition to the main program, though, I will still keep the original version here for download.


Navigate GodotWeb

Home > Web Design > Perl Scripts Home > PicSize_Finder