diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:25:12 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | f7118a1778b5c41b734c656af9fc315189cf5d43 (patch) | |
tree | c8fa37ee95386ff8c54a441875c74bcfe20fbb2a | |
parent | d5c4ac1e9bf80095742a7dfcf4c92b89ebf8df0e (diff) |
python/vinetto: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/vinetto/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/vinetto/README b/python/vinetto/README index 3fde666ea2bf..a7304c310ee9 100644 --- a/python/vinetto/README +++ b/python/vinetto/README @@ -1,6 +1,6 @@ -Vinetto is a forensics tool that can be used to recover the contents of the -thumbnail cache (Thumbs.db files) from images that were stored on Microsoft -Windows systems. +Vinetto is a forensics tool that can be used to recover the contents +of the thumbnail cache (Thumbs.db files) from images that were stored +on Microsoft Windows systems. Vinetto uses the Python Imaging Library (PIL), but should also work with the fork of it called Pillow. |