Improve find
find . -name '*' -exec file {} \; | grep -o -P '^.+: \w+ image'
https://stackoverflow.com/questions/16758105/linux-find-list-all-graphic-image-files-with-find
find . -name '*' -exec file {} \; | grep -o -P '^.+: \w+ image'
https://stackoverflow.com/questions/16758105/linux-find-list-all-graphic-image-files-with-find