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.
Linux standalone compare utility
Re: Linux standalone compare utility
You could create a static build of ImageMagick so you can deploy it easily on a Linux system.
Re: Linux standalone compare utility
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.
Adding a installation step will be an overhead.
Re: Linux standalone compare utility
This would be extremely useful.
Is it possible?
Is it possible?
Re: Linux standalone compare utility
Try building with these configure script options:
That will build a static release that does not require any external configuration files. No installation is required.
Code: Select all
./configure --disable-shared --enable-zero-configuration