Salutare.
Cum aflu ce inaltime si lungime are imaginea uploadata ?
Aflare inaltime si lungime la imagine
-
- Mesaje:96
Aflare inaltime si lungime la imagine
Siteuri create / configurate de mine :
SilvoProject.Ro ( Magazin Online ) : SilvoProject.Ro
TreiSute.Ro ( Comunitate de gaming ) : TreiSute.Ro
SilvoProject.Ro ( Magazin Online ) : SilvoProject.Ro
TreiSute.Ro ( Comunitate de gaming ) : TreiSute.Ro
steell
Mesaje:190
Testeaza scriptul asta.
Inlocuiesti asd.bmp cu imaginea ta si vezi ce ce iti arata in pagina. Apoi modifici cum vrei tu scriptul.
O sa te intereseze si 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;
?>
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
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