$h1 = "DJ Mike's Image Maker 2";
$h2 = "Display";
include("functions.php");
include("top.php");
?>
if ( $_SESSION[path] )
{
echo "
";
# 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 "";
}
echo "Extended Stats
";
$image = new Imagick("$_SESSION[path]");
$data = $image->identifyimage(TRUE);
echo "";
echo "$data[rawOutput]";
echo "
";
}
include("footer.php");
?>