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/.gitignore | |
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/.gitignore')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index b4b1b2f..3569402 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,3 +1,4 @@ /pnginfo /jpeginfo /tiffinfo +/webpinfo |