
Kanji
User
/ Moderator
Nov 18, 2000, 7:28 AM
Post #2 of 3
(2205 views)
|
Re: How to determine image height & width
[In reply to]
|
Can't Post
|
|
Error checking and module installation left as an exercise to the user. :) <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> perl -MImage::Size -le '$,="x"; print((imgsize(shift))[0,1])' an-image.jpg</pre><HR></BLOCKQUOTE>
|