1igrep(1) OpenImageIO igrep(1)
2
3
4
6 igrep -- search images for matching metadata
7
9 Usage: igrep [options] pattern filename...
10
12 This program is part of the OpenImageIO (http://www.openimageio.org)
13 tool suite. Detailed documentation is avaliable in pdf format with the
14 OpenImageIO distribution.
15
17 -i Ignore upper/lower case distinctions
18
19 -v Invert match (select non-matching files)
20
21 -E Pattern is an extended regular expression
22
23 -f Match against file name as well as metadata
24
25 -l List the matching files (no detail)
26
27 -r Recurse into directories
28
29 -d Print directories (when recursive)
30
31 -a Search all subimages of each file
32
33 --help Print help message
34
35
36
37 04 May 2019 igrep(1)