Search found 2 matches

by timg11
2013-08-04T11:02:53-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 17793

Re: "missing image filename" error from compare program

Thanks to all. The form:

Code: Select all

compare -identify -metric MAE out_1.png out_2.png null: 1> identify.txt 2> metric.txt
works perfectly. I didn't need the identify information file anyway, so I can just ignore that file.
by timg11
2013-08-03T20:02:39-07:00
Forum: Users
Topic: "missing image filename" error from compare program
Replies: 15
Views: 17793

"missing image filename" error from compare program

I just discovered ImageMagick, and I'm figuring out how it works. I want to compare two images and get a metric on their similarity returned to be used by a subsequent program in the script. I found a usage example here and I'm trying to model my command after this example: compare -metric MAE image...