| ".$img."</td>\n"; // print tablerow
print " | ".$imgwidth." px</td>\n";
print " | ".$imgheight." px</td>\n";
print " | ".round($imgres)." dpi</td>\n";
print " | ".$imgcolor."</td>\n";
}
chdir($img_path); // first move to image path
$fh = opendir("."); // open filehandle
while (($filen = readdir($fh)) !== false) // read all files in folder
{
if (($filen != ".") && ($filen != ".."))
{
read_eps($filen);
}
}
closedir($fh);
?>
</table>
</body>
</html>
Privacy Policy
|
Link to Us
|
Links
|