Page 1 of 1

Linux standalone compare utility

Posted: 2018-11-02T06:19:00-07:00
by vinayzz
Hi,

I am looking for leads where I could use just the compare module with usual set of format support on linux.
The catch is that I do not want to install IM on all systems where I want to compare images. I want a bundle which can be just plug and play for linux machines.

I could do this on windows with the current downloadable exe's.

Re: Linux standalone compare utility

Posted: 2018-11-05T10:47:05-07:00
by dlemstra
You could create a static build of ImageMagick so you can deploy it easily on a Linux system.

Re: Linux standalone compare utility

Posted: 2018-11-19T03:50:58-07:00
by vinayzz
But I do not want the installation in any case. Just the executable is all we need.
Adding a installation step will be an overhead.

Re: Linux standalone compare utility

Posted: 2018-12-11T22:46:30-07:00
by B4adle7
This would be extremely useful.
Is it possible?

Re: Linux standalone compare utility

Posted: 2018-12-12T04:14:27-07:00
by magick
Try building with these configure script options:

Code: Select all

./configure --disable-shared --enable-zero-configuration
That will build a static release that does not require any external configuration files. No installation is required.