Image information


<?php
//Minimal information
echo "<pre>";
system("identify ../code/sunflower.jpg");
echo "</pre>";

// All available information
echo "<pre>";
system("identify -verbose ../code/sunflower.jpg");
echo "</pre>";
?>

You can find the information about your image using the codes below.