Pagina 1 din 1

Aflare inaltime si lungime la imagine

Scris: Lun Iul 08, 2013
de alexinio3d
Salutare.
Cum aflu ce inaltime si lungime are imaginea uploadata ?

Aflare inaltime si lungime la imagine

Scris: Lun Iul 08, 2013
de steell
Testeaza scriptul asta.
Inlocuiesti asd.bmp cu imaginea ta si vezi ce ce iti arata in pagina. Apoi modifici cum vrei tu scriptul.

Cod: Selectaţi tot

<?php
list($width, $height, $type, $attr) = getimagesize("asd.bmp");

echo "Image width " .$width;
echo "<BR>";
echo "Image height " .$height;
echo "<BR>";
echo "Image type " .$type;
echo "<BR>";
echo "Attribute " .$attr;
?>
O sa te intereseze si asta:
Type of Image
1 = GIF
2 = JPG
3 = PNG
4 = SWF
5 = PSD
6 = BMP
7 = TIFF(intel byte order)
8 = TIFF(motorola byte order)
9 = JPC
10 = JP2
11 = JPX
12 = JB2
13 = SWC
14 = IFF
15 = WBMP
16 = XBM