RawConnect Wiki > 1.0.7 Installing FFMPEG

1.0.7 Installing FFMPEG

From $1

Table of contents
No headers

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.


Tags:
 
Images (0)
 
Comments (0)
You must login to post a comment.