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