Add a tool to extract information from WebP

This commit is contained in:
2021-12-13 18:56:33 +01:00
parent 9eb9cc44aa
commit 1478a9f83f
6 changed files with 227 additions and 95 deletions

View File

@@ -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++) {