swift-snapshot-testing icon indicating copy to clipboard operation
swift-snapshot-testing copied to clipboard

Add in diffToolSuffix to support ImageMagick cli

Open tisohjung opened this issue 3 years ago • 1 comments

Added diffMessageConverter to support other tools like ImageMagick which has commands that looks like magick compare "${image1}" "${image2}" diffImage.png

    diffMessageConverter = { "magick compare \"\($0)\" \"\($1)\" diff.png ; open diff.png" }

tisohjung avatar Oct 26 '22 02:10 tisohjung

any idea when this will be merged?

mlostekk avatar Jan 17 '23 13:01 mlostekk

Closed by #840.

stephencelis avatar Jul 04 '24 02:07 stephencelis