TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Git-Diff-Img with ImageMagick

36 pointsby niedzielskiover 3 years ago

1 comment

davvidover 3 years ago
Git Cola has image diffs. If you work with pngs or svgs, it can be pretty useful:<p><a href="http:&#x2F;&#x2F;git-cola.github.io&#x2F;screenshots.html" rel="nofollow">http:&#x2F;&#x2F;git-cola.github.io&#x2F;screenshots.html</a><p>Cola has image xor, image a-b difference, and side-by-side diff views.<p>The red emphasis in the git-diff-img 3-way display is kind of interesting. Do folks find that feature useful?<p>This could be an interesting concept to explore. It wouldn&#x27;t be too hard to integrate into other tools since it&#x27;s using imagemagick to do all the heavy lifting. That&#x27;s pretty cool.