Issues with Openjpeg delegate
Posted: 2014-09-22T12:06:24-07:00
Hi,
I have installed ImageMagick 6.8.9-7 on my Mac OS X 10.9 Mavericks. I want to convert jpeg 2000 files to other formats such as tiff or png. When I installed ImageMagick, I have delegates for jpeg, png and tiff but not jpeg 2000. So I tried installing Openjpeg from various sources. First I installed Openjpeg 2.1 from Mac ports and rebuilt ImageMagic, but it did not work. Then I manually installed Openjpeg 2.0 and re-installed ImageMagick, but this also doesn't work.
After "./configure", I see that OpenJP2 does pass the test (Excerpt from terminal pasted below).
Delegate Configuration:
BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=no no
Dejavu fonts --with-dejavu-font-dir=default none
DJVU --with-djvu=yes no
JBIG --with-jbig=yes no (failed tests)
JPEG v1 --with-jpeg=yes no (failed tests)
JPEG-2000 --with-jp2=
LZMA --with-lzma=yes yes
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes no
OpenJP2 --with-openjp2=yes yes
However post "make" and "sudo make install" when I check for the delegates with "convert -list configure", I get only the following:
DELEGATES bzlib jng jpeg png tiff xml zlib
Can someone please reflect on this and help me.
Also can ImagMagick handle large file conversions, say of the order of 500 MB?
Thanks !!
I have installed ImageMagick 6.8.9-7 on my Mac OS X 10.9 Mavericks. I want to convert jpeg 2000 files to other formats such as tiff or png. When I installed ImageMagick, I have delegates for jpeg, png and tiff but not jpeg 2000. So I tried installing Openjpeg from various sources. First I installed Openjpeg 2.1 from Mac ports and rebuilt ImageMagic, but it did not work. Then I manually installed Openjpeg 2.0 and re-installed ImageMagick, but this also doesn't work.
After "./configure", I see that OpenJP2 does pass the test (Excerpt from terminal pasted below).
Delegate Configuration:
BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=no no
Dejavu fonts --with-dejavu-font-dir=default none
DJVU --with-djvu=yes no
JBIG --with-jbig=yes no (failed tests)
JPEG v1 --with-jpeg=yes no (failed tests)
JPEG-2000 --with-jp2=
LZMA --with-lzma=yes yes
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes no
OpenJP2 --with-openjp2=yes yes
However post "make" and "sudo make install" when I check for the delegates with "convert -list configure", I get only the following:
DELEGATES bzlib jng jpeg png tiff xml zlib
Can someone please reflect on this and help me.
Also can ImagMagick handle large file conversions, say of the order of 500 MB?
Thanks !!