50 && $height > 50){ $files[] = $filename; } } } $count = 20; /* if (count($files) == 0) { throw new Exception("No image files were found"); } */ shuffle($files); if (count($files) > $count) { array_splice($files, $count); } closedir($dh); ?>