Running Imagemagick over continuous Integration tool
Posted: 2014-08-28T10:52:37-07:00
Hi,
I am planning to integrate Imagemagick into Jenkins CI tool. I was able to download Imagicmagick windows version & integrate it with my eclipse and write code around that, to compare two images to find the differences.
Since my CI runs on remote Linux boxes, i wanted to check how to achieve the same for linux version without much fuss.
I tried downloading linux version of the imagemagick, but wasnt successful, as its executed on remote machine, throwing permission issues(which i resolved adding chmod using java runtime execution), but i read somewhere that we need to set PATH!!, which i wasnt able to achieve.
But after providing permission to run, I'm getting the following error - ./ImageMagick-6.3.7/bin/compare: error while loading shared libraries: libMagick.so.10: cannot open shared object file: No such file or directory
Do we have ready to use linux bundle of Imagemagick (similar to windows one), without me installing/configuring the downloaded package.
Thanks
I am planning to integrate Imagemagick into Jenkins CI tool. I was able to download Imagicmagick windows version & integrate it with my eclipse and write code around that, to compare two images to find the differences.
Since my CI runs on remote Linux boxes, i wanted to check how to achieve the same for linux version without much fuss.
I tried downloading linux version of the imagemagick, but wasnt successful, as its executed on remote machine, throwing permission issues(which i resolved adding chmod using java runtime execution), but i read somewhere that we need to set PATH!!, which i wasnt able to achieve.
But after providing permission to run, I'm getting the following error - ./ImageMagick-6.3.7/bin/compare: error while loading shared libraries: libMagick.so.10: cannot open shared object file: No such file or directory
Do we have ready to use linux bundle of Imagemagick (similar to windows one), without me installing/configuring the downloaded package.
Thanks