Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Created March 11, 2013 18:15
Show Gist options
  • Save bobmagicii/5136344 to your computer and use it in GitHub Desktop.
Save bobmagicii/5136344 to your computer and use it in GitHub Desktop.
using the basic ImageFilterIterator
<?php
$path = dirname(__FILE__);
foreach(new ImageFilterIterator(new FilesystemIterator($path)) as $image) {
echo $image, PHP_EOL;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment