andstor/Image Diff Action
GitHub Action for producing image diffs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| img_1 | The path to the image file used as base image. | yes | — |
| img_2 | The path to the image file to be compared against the base image. | yes | — |
| diff_color | Color for the diff highlighting. | no | 255, 255, 0 |
| ignore_mask | The path to the image file to be compared against the base image. | no | — |
Outputs
| name | description |
|---|---|
| img-diff | The image diff. |
| mismatch | The mismatch percentage |