Hello,
sorry, my english is bad.
I have CentOS 5.4 and ImageMagick 6.6.1, installed from binary distribution
I can convert .jpg and .png images, but can't identify them.
identify logo.jpg
identify: no decode delegate for this image format `logo.jpg' @ constitute.c/ReadImage/503.
identify logo.png
identify: no decode delegate for this image format `logo.png' @ constitute.c/ReadImage/503.
convert -list configure
Path: /usr/local/lib/ImageMagick-6.5.4/config/configure.xml
Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99
CFLAGS -fopenmp -g -O2 -Wall -W -pthread
CONFIGURE ./configure
COPYRIGHT Copyright (C) 1999-2009 ImageMagick Studio LLC
CPPFLAGS -I/usr/local/include/ImageMagick
CXX g++
CXXFLAGS -pthread
DEFS -DHAVE_CONFIG_H
DELEGATES
DISTCHECK_CONFIG_FLAGS --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-fontconfig=no --with-gslib=no --with-fontpath= --with-rsvg=no --with-xml=no
EXEC-PREFIX /usr/local
HOST i686-pc-linux-gnu
LDFLAGS -L/usr/local/lib
LIB_VERSION 0x654
LIB_VERSION_NUMBER 6,5,4,6
LIBS -lMagickCore -lm -lgomp -lpthread
NAME ImageMagick
PCFLAGS -fopenmp
PREFIX /usr/local
QuantumDepth 16
RELEASE_DATE 2009-07-31
VERSION 6.5.4
WEBSITE http://www.imagemagick.org
Also, I don't understand, why it use config from version 6.5.4?
I can convert, but can't identify
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I can convert, but can't identify
you do not seem to have any delegates that IM can find (such as jpg, png, gif, etc). Perhaps your IM is not pointing to the right place for your delegates? Or do you have multiple installs of different versions of IM causing confusion?
Re: I can convert, but can't identify
I have install version 6.5.4 from binary release at february. But I'm already remove it (yum remove ImageMagick) before install 6.6.1.
How I can edit path?
How I can edit path?