The RawConnect enviroment uses the ImageMagick for processing images. The RawConnect application supports different files type (JPG, GIF, PNG).
To install ImageMagick and rmagick :
First, you must check the requirements for the ImageMagick installation.
You must need to install the next libraries
FreeType
libjpeg
PNG
libwmf
Ghostscript
To check and install those libraries, use the following command from your terminal:
$ yum install FreeType*
$ yum install libjpeg*
$ yum install PNG*
$ yum install libwmf*
$ yum install Ghostscript*
You have to download the ImageMagick source code from http://www.imagemagick.org
Note RawConnect supports recommend to work ImageMagick version 6.3.9 or later.
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.
The RawConnect enviroment uses the ImageMagick for processing images. The RawConnect application supports different files type (JPG, GIF, PNG).
To install ImageMagick and rmagick :
First, you must check the requirements for the ImageMagick installation.
You must need to install the next libraries
FreeType
libjpeg
PNG
libwmf
Ghostscript
To check and install those libraries, use the following command from your terminal:
$ yum install FreeType*
$ yum install libjpeg*
$ yum install PNG*
$ yum install libwmf*
$ yum install Ghostscript*
You have to download the ImageMagick source code from http://www.imagemagick.org
Note RawConnect supports recommend to work ImageMagick version 6.3.9 or later.
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.