https://github.com/flutter/goldens
https://github.com/flutter/goldens
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flutter/goldens
- Owner: flutter
- License: bsd-3-clause
- Created: 2018-05-01T16:43:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:06:05.000Z (about 3 years ago)
- Last Synced: 2025-01-14T12:00:54.492Z (about 1 year ago)
- Language: Shell
- Size: 10.9 MB
- Stars: 43
- Watchers: 78
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A repository for golden image files that are used by tests that for whatever reason can't use the Skia Gold testing infrastructure.
## Getting diffs for golden images
If you have ImageMagick and you want to use it to show diffs of files
in this repo, add the following to your `~/.gitconfig`:
```
[diff "image"]
command = /path/to/this/repo/diff-images.sh
```