The RawConnect Open Source Community Software uses the ImageMagick for
processing images. The RawConnect application supports different files type
(JPG, GIF, PNG).
To install ImageMagick you must need to install the fallowing libraries: freetype libjpeg png libwmf ghostscript
The RawConnect Open Source Community Software uses the ImageMagick for processing images. The RawConnect application supports different files type (JPG, GIF, PNG).
To install ImageMagick you must need to install the fallowing libraries:
freetype
libjpeg
png
libwmf
ghostscript
You have to download the ImageMagick source code from the ImageMagick Web site http://www.imagemagick.org or ftp://ftp.imagemagick.org/pub/ImageMagick
Note: RawConnect supports recommend to work ImageMagick version 6.3.9 or 6.4.1
Execute from your terminal the fallowing commands:
$ tar xvfz ImageMagick.tar.gz
$ cd ImageMagick-6.?.?
$ ./configure --disable-static --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8
$ make
$ make install
$ gem install rmagick
Fallowing those steps you can easily install ImageMagick and Rmagick. For a more detailed guide you can go to http://rmagick.rubyforge.org/index.html or check our forums at http://www.rawconnect.com/forums.