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 --version
21 Print version and exit
22
23 -i Ignore upper/lower case distinctions
24
25 -v Invert match (select non-matching files)
26
27 -E Pattern is an extended regular expression
28
29 -f Match against file name as well as metadata
30
31 -l List the matching files (no detail)
32
33 -r Recurse into directories
34
35 -d Print directories (when recursive)
36
37 -a Search all subimages of each file
38
39
40
41 09 November 2023 igrep(1)