Convert error on AIX 5.3.3.
Posted: 2008-04-30T08:34:52-07:00
Hi, I just installed ImageMagick 6.4.0 on AIX 5.3.3 system during the compilation I got severals warnings but finally I installed. When I try to convert a TIFF image to JPEG I got this error:
convert: no decode delegate for this image format `0400053135.tiff'.
convert: missing an image filename `0400053135.jpg'.
I run this command "convert -list configure"
Path: /usr/local/lib/ImageMagick-6.4.0/config/configure.xml
Name Value
-------------------------------------------------------------------------------
CC gcc
CFLAGS -g -O2 -Wall -W
CONFIGURE ./configure --enable-delegate-build --without-perl --without-x --without-magick-plus-plus --without-bzlib -without-dps --without-fpx --without-gslib --without-jbig --without-wmf --without-rsvg --without-openexr --without-gvc --without-png --without-lcms --without-freetype --without-jp2
COPYRIGHT Copyright (C) 1999-2008 ImageMagick Studio LLC
CPPFLAGS -I/usr/local/include/ImageMagick
CXX g++
CXXFLAGS -g -O2 -Wall -W
DEFS -DHAVE_CONFIG_H
DELEGATES jpeg tiff zlib
DISTCHECK_CONFIG_FLAGS --disable-deprecate --with-quantum-depth=16 --with-bzlib=no --with-dps=no --with-djvu=no --with-fpx=no --with-gslib=no --with-jbig=no --with-jp2=no --with-umem=no --with-wmf=no --with-fontpath= --with-fontconfig=no --with-freetype=no --with-lcms=no --with-png=no --with-gvc=no --with-lqr=no --with-openexr=no --with-rsvg=no --with-xml=no
EXEC-PREFIX /usr/local
HOST powerpc-ibm-aix5.3.0.0
LDFLAGS -L/usr/local/lib -L/descarga/ImageMagick/jpeg -L/descarga/ImageMagick/magick/.libs -L/descarga/ImageMagick/magick -L/descarga/ImageMagick/tiff/libtiff -L/descarga/ImageMagick/wand/.libs -L/descarga/ImageMagick/wand -L/descarga/ImageMagick/zlib
LIB_VERSION 0x640
LIB_VERSION_NUMBER 6,4,0,9
LIBS -lMagickCore -ltiff -ljpeg -lz ${top_build_prefix}ltdl/libltdlc.la -lm
NAME ImageMagick
PCFLAGS
PREFIX /usr/local
QuantumDepth 16
RELEASE_DATE 04/30/08
VERSION 6.4.0
WEBSITE http://www.imagemagick.org
Any help will appreciate
convert: no decode delegate for this image format `0400053135.tiff'.
convert: missing an image filename `0400053135.jpg'.
I run this command "convert -list configure"
Path: /usr/local/lib/ImageMagick-6.4.0/config/configure.xml
Name Value
-------------------------------------------------------------------------------
CC gcc
CFLAGS -g -O2 -Wall -W
CONFIGURE ./configure --enable-delegate-build --without-perl --without-x --without-magick-plus-plus --without-bzlib -without-dps --without-fpx --without-gslib --without-jbig --without-wmf --without-rsvg --without-openexr --without-gvc --without-png --without-lcms --without-freetype --without-jp2
COPYRIGHT Copyright (C) 1999-2008 ImageMagick Studio LLC
CPPFLAGS -I/usr/local/include/ImageMagick
CXX g++
CXXFLAGS -g -O2 -Wall -W
DEFS -DHAVE_CONFIG_H
DELEGATES jpeg tiff zlib
DISTCHECK_CONFIG_FLAGS --disable-deprecate --with-quantum-depth=16 --with-bzlib=no --with-dps=no --with-djvu=no --with-fpx=no --with-gslib=no --with-jbig=no --with-jp2=no --with-umem=no --with-wmf=no --with-fontpath= --with-fontconfig=no --with-freetype=no --with-lcms=no --with-png=no --with-gvc=no --with-lqr=no --with-openexr=no --with-rsvg=no --with-xml=no
EXEC-PREFIX /usr/local
HOST powerpc-ibm-aix5.3.0.0
LDFLAGS -L/usr/local/lib -L/descarga/ImageMagick/jpeg -L/descarga/ImageMagick/magick/.libs -L/descarga/ImageMagick/magick -L/descarga/ImageMagick/tiff/libtiff -L/descarga/ImageMagick/wand/.libs -L/descarga/ImageMagick/wand -L/descarga/ImageMagick/zlib
LIB_VERSION 0x640
LIB_VERSION_NUMBER 6,4,0,9
LIBS -lMagickCore -ltiff -ljpeg -lz ${top_build_prefix}ltdl/libltdlc.la -lm
NAME ImageMagick
PCFLAGS
PREFIX /usr/local
QuantumDepth 16
RELEASE_DATE 04/30/08
VERSION 6.4.0
WEBSITE http://www.imagemagick.org
Any help will appreciate