diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-13 18:56:33 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-13 19:05:23 +0100 |
commit | 1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8 (patch) | |
tree | 10526365a4c7da80127e6d1154501d21f1628abc /tools/pnginfo.c | |
parent | 9eb9cc44aa1b7dcb5b3bef86b3ae620e1d0d789c (diff) | |
download | fiv-1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8.tar.gz fiv-1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8.tar.xz fiv-1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8.zip |
Add a tool to extract information from WebP
Diffstat (limited to 'tools/pnginfo.c')
-rw-r--r-- | tools/pnginfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pnginfo.c b/tools/pnginfo.c index 03ab1d1..2429076 100644 --- a/tools/pnginfo.c +++ b/tools/pnginfo.c @@ -348,6 +348,8 @@ error: int main(int argc, char *argv[]) { + (void) parse_icc; + // XXX: Can't use `xargs -P0`, there's a risk of non-atomic writes. // Usage: find . -iname *.png -print0 | xargs -0 ./pnginfo for (int i = 1; i < argc; i++) { |