Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can we get the properties (size, type, width, height) of
an image using PHP image functions?

Answers were Sorted based on User's Feedback



How can we get the properties (size, type, width, height) of an image using PHP image functions?..

Answer / ansar

exif_imagetype()- for getting type of the image
getimagesize() - for getting size of the image
imagesx - for width
imagesy - for height

Is This Answer Correct ?    32 Yes 6 No

How can we get the properties (size, type, width, height) of an image using PHP image functions?..

Answer / arvind sharma

we can use getimagesize() function which will rtun the array
of its dimension.

Is This Answer Correct ?    9 Yes 2 No

How can we get the properties (size, type, width, height) of an image using PHP image functions?..

Answer / kartihk

getimagesize ( string filename [, array imageinfo])

Returns an array with 4 elements.
Index 0 contains the width of the image in pixels.
Index 1 contains the height.
Index 2 a flag indicating the type of the 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.
Index 3 is a text string with the correct height="yyy"
width="xxx" string that can be used directly in an IMG tag.

<?php
$imgp = getimagesize ("img/flag.jpg");
echo "<img src=\"img/flag.jpg\" {$imgp[3]}>";
?>

Is This Answer Correct ?    9 Yes 2 No

How can we get the properties (size, type, width, height) of an image using PHP image functions?..

Answer / divyesh

getimagesize($size, $type, $width, $hieght);

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More PHP Interview Questions

Which is better php praogramming or cad/cam scope wise and also salaray wise?

0 Answers  


Tell me what are the correct and the most two common way to start and finish a php block of code?

0 Answers  


Explain how we can retrieve the data in the result set of mysql using php?

0 Answers  


What is a controller php?

0 Answers  


What does empty mean in php?

0 Answers  


Sir, I want sbi clearical post model question paper please sent my mail id srinivas_33000@ahoo.co.in

0 Answers   State Bank Of India SBI,


Explain what does the expression exception::__tostring means?

0 Answers  


What is cURL in PHP?

0 Answers  


What is the importance of "method" attribute in a html form?

0 Answers  


When a conditional statement is ended with an endif?

0 Answers  


How to get the length of string?

0 Answers  


What's php?

0 Answers  


Categories