Posted: 2006-10-14T18:42:16-07:00
Can you run ImageMagick from the command line? Type
If everything else fails, remove ImageMagick from your computer and grab the latest release, 6.3.0, and build from source. We use these commands:
- identify -list configure
- convert logo: logo.jpg
convert logo.jpg logo.png
If everything else fails, remove ImageMagick from your computer and grab the latest release, 6.3.0, and build from source. We use these commands:
- ./configure --enable-delegate-build --enable-shared --disable-static \
--with-modules --with-quantum-depth=16 --enable-ltdl-convenience \
--without-wmf --enable-libtool-verbose
make
make install