Search found 3 matches

by Cu3ert
2013-06-02T03:03:22-07:00
Forum: Users
Topic: ImageMagic compare as an external tool
Replies: 3
Views: 3174

Re: ImageMagic compare as an external tool

I realize this is not actually an issue with ImageMagic, but in case someone finds this useful I share how to resolve this. The cause seemed to be that AppleScripts saved as .app do not handle arguments correctly as described here: http://stackoverflow.com/questions/14419700/applescript-as-app-does ...
by Cu3ert
2013-06-02T01:09:31-07:00
Forum: Users
Topic: ImageMagic compare as an external tool
Replies: 3
Views: 3174

Re: ImageMagic compare as an external tool

Ok, I think I found the problem. It has something to do how DiffMerge handles the commandline arguments. If I removed them completely the hardcoded script in the AppleScript works fine.
by Cu3ert
2013-06-02T00:55:22-07:00
Forum: Users
Topic: ImageMagic compare as an external tool
Replies: 3
Views: 3174

ImageMagic compare as an external tool

Hi, I am new to this forum and new to ImageMagick, so bear with me :) Last night I tried to setup ImageMagick as an external tool for DiffMerge (http://www.sourcegear.com/diffmerge/) so that when I do a diff on image files in a version control system, I will see what has changed. I successfully ...