"; # count frames $image = new Imagick("$_SESSION[path]"); # count frames $image = new Imagick("$_SESSION[path]"); $image_count = $image->getNumberImages(); # if more than one frame, show link to split frames if ( $image_count > 1) { echo "
Split Frames
"; } echo "

Extended Stats

"; $image = new Imagick("$_SESSION[path]"); $data = $image->identifyimage(TRUE); echo "
";
echo "$data[rawOutput]";
echo "
"; } include("footer.php"); ?>