updateThumbnails();
$ig->rewind();
$count=0;
ob_start();
print "
";
while ( $tn = $ig->next() ) {
$ig->ImageFile->width();
$ig->ImageFile->height();
$u = $ig->ImageFile->uriPath();
$t = $tn->uriPath();
$w = $tn->width();
$h = $tn->height();
if ($count%5==0)
print "";
print " | ";
if ($count%5==4)
print "
";
$count++;
}
print "
";
$table = ob_get_clean();
?>
Photomontage Cartoons
= $table ?>