Skip to content

Commit 9147285

Browse files
committed
docs: update README with interactive review mode
1 parent f9676db commit 9147285

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- **Dual Metrics:** Reports both raw Pixel Similarity and Structural Similarity (SSIM).
1414
- **Directory Diffing:** Recursively compare folders of images with summary reporting.
1515
- **CI/CD Ready:** Support for JSON output and semantic exit codes.
16+
- **Interactive Review:** Step through differences and accept/reject changes on the fly.
1617

1718
## Installation
1819

@@ -65,5 +66,6 @@ image-diff a.png b.png --mask mask.png
6566
| `-o, --output` | Path to save the high-res diff overlay image | `None` |
6667
| `-i, --ignore` | Ignore region in `x,y,w,h` format | `[]` |
6768
| `-m, --mask` | Path to a mask image (black = ignore) | `None` |
69+
| `--review` | Interactive review mode for directory diffs | `false` |
6870
| `--json` | Output machine-readable results in JSON format | `false` |
6971
| `--fail-on-diff` | Return exit code 1 if differences are detected | `false` |

0 commit comments

Comments
 (0)