Search found 2 matches

by Ted
2019-03-26T20:48:28-07:00
Forum: Users
Topic: command line help
Replies: 4
Views: 3540

Re: command line help

Thanks.

This works.

And thanks again.
by Ted
2019-03-26T19:26:25-07:00
Forum: Users
Topic: command line help
Replies: 4
Views: 3540

command line help

Version: ImageMagick 7.0.7-28 I need to compare 2 png files. And a file needs to chop an edge. convert base.png -gravity EAST -chop 6x0 base.png compare -metric AE clean.png base.png result.png I would like to combine into one command line: compare -metric AE clean.png \( base.png -gravity EAST ...