{"id":5063,"date":"2010-10-19T12:03:54","date_gmt":"2010-10-19T10:03:54","guid":{"rendered":"http:\/\/ospublish.constantvzw.org\/?p=5063"},"modified":"2010-10-22T20:22:38","modified_gmt":"2010-10-22T18:22:38","slug":"diff-git-imagemagick","status":"publish","type":"post","link":"http:\/\/ospublish.constantvzw.org\/blog\/tools\/diff-git-imagemagick","title":{"rendered":"diff git imagemagick"},"content":{"rendered":"
<\/a><\/p>\n <\/p>\n <\/a>From wikipedia: In computing, diff is a file comparison utility that outputs the differences between two files<\/em><\/a>.<\/p>\n We have been playing with git. There’s more coming! For now, this quick prototype<\/a> (30M) illustrates some ideas about diff, and images files. It will hopefully be improved in the future \ud83d\ude42<\/p>\n In the context of a configuration file, we are combining git’s flexibility regarding the choice<\/a> of a difftool with the image compare<\/a> features of Imagemagick:<\/p>\n It’s a digest of two stackoverflow threads: It’s all lo-fi.<\/p>\n","protected":false},"excerpt":{"rendered":" From wikipedia: In computing, diff is a file comparison utility that outputs the differences between two files. We have been playing with git. There’s more coming! For now, this quick prototype (30M) illustrates some ideas about diff, and images files. It will hopefully be improved in the future \ud83d\ude42 In the context of a configuration […]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[38],"tags":[214],"_links":{"self":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts\/5063"}],"collection":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/comments?post=5063"}],"version-history":[{"count":43,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts\/5063\/revisions"}],"predecessor-version":[{"id":5108,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/posts\/5063\/revisions\/5108"}],"wp:attachment":[{"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/media?parent=5063"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/categories?post=5063"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ospublish.constantvzw.org\/blog\/wp-json\/wp\/v2\/tags?post=5063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}[difftool \"mydifftool\"]
\ncmd = composite $LOCAL $REMOTE -compose difference x:<\/code><\/p>\n
\nAre there revision control systems for images?<\/a>
\nHow do I view ‘git diff’ output with visual diff program?<\/a><\/p>\n