Page 1 of 1
Consider changing name of compare command
Posted: 2013-01-13T03:09:33-07:00
by alexbirkett
'compare' is a very generic name and it conflicts with other commands called 'compare', for example araixs merge's compare command. (I've also suggested that araxis change the name of their compare command).
Re: Consider changing name of compare command
Posted: 2013-01-13T06:02:22-07:00
by glennrp
You can change it yourself when you configure ImageMagick:
I always use
--program-prefix=q16
Which turns "compare" into "q16compare", "convert" into "q16convert", etc.
Likewise, I use "q8" for Q8 builds, so they can coexist.
Re: Consider changing name of compare command
Posted: 2013-02-28T18:58:11-07:00
by anthony
I have been wanting to roll the compare function into IMv7 "magick" but it is not straight forward.