Hi,
Monday, January 13, 2003, 2:10:57 AM, you wrote:
hmgd> How can i get the file information of a uploaded jpeg-file.
hmgd> i need the heigt and width in pixel and the resolution.
hmgd> Thanks Harry
Use getimagesize()
$info = getimagesize('image.jpg');
echo 'Width = '.$info[0].' Hieght = '.$inf
I you are into bit crunching, check out
http://www.dcs.ed.ac.uk/home/mxr/gfx/2d/JPEG.txt
if not, somehow view the jpeg in ie, right click on the picture, and select
properties, look under dimensions.
Warren Vail
[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAI
2 matches
Mail list logo