You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-53Lines changed: 25 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,52 +11,58 @@ Rust based Command line tool to diff images in 2 structurally similar folders an
11
11
The value outputted represent a percentage of how much the amount of pixel data differs from the hightest possible value for that given image in each pixel.
12
12
13
13
## Future Features
14
-
* Support multiple format's of images (JPEG).
15
-
* Allow for a threshold to output diff file.
14
+
15
+
- Support multiple format's of images (JPEG).
16
+
- Allow for a threshold to output diff file.
16
17
17
18
### From the CLI WG
18
-
* Revise stdout & stderr efficiency (avoid flush by using a stream).
19
-
* Add logging (log crate)
20
-
* Add Progress bar (indicatif crate)
21
-
* Add types of output (convey crate)
22
-
* Generate a man page (clap crate)
19
+
20
+
- Revise stdout & stderr efficiency (avoid flush by using a stream).
Will go trough all the files in the -s dir and subdirectories and compare them to the ones in the -d outputting diff files if a difference is found to -f dir.
29
31
30
-
-v
32
+
-v
31
33
32
34
enables verbose mode and output to stderr in case of a difference found.
0 commit comments