using the script/command jpgsize

This little program finds the width and height (in pixels) of one or more JPEG files, and displays the information in a form which can be pasted into a web page. For example:
newton>  jpgsize *.jpg *.JPG *.jpeg

<img width=204 height=206 src="rooster.jpg">
<img width=18 height=18 src="section.jpeg">
<img width=122 height=158 src="splash.jpg">
<img width=46 height=44 src="ZAP.JPG">