ewdi
2005-01-16, 07:57 AM CST
Imagemagick from fedora does not have JP2 support, so you have to compile it from source
1. Install these 2 REQUIRED package first
jasper
jasper-devel
2. Get the Unix Source at imagemagick.com
3. If you are going to put imagemagik convert tools in /usr/bin/, then the prefix is /usr.
The configure command I used is
./configure --prefix=/usr --with-modules --with-perl=/usr/bin/perl --with-jp2 --enable-shared --disable-static --without-magick-plus-pus
4. run make
5. run make install
Enjoy
1. Install these 2 REQUIRED package first
jasper
jasper-devel
2. Get the Unix Source at imagemagick.com
3. If you are going to put imagemagik convert tools in /usr/bin/, then the prefix is /usr.
The configure command I used is
./configure --prefix=/usr --with-modules --with-perl=/usr/bin/perl --with-jp2 --enable-shared --disable-static --without-magick-plus-pus
4. run make
5. run make install
Enjoy