# goldens **Repository Path**: mirrors_flutter/goldens ## Basic Information - **Project Name**: goldens - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```