Hi everyone,
I run tiff-3.8.2 & ImageMagick-6.4.5.5 on freebsd7-amd64
I have the exact same issue with almost all tif files i manipulate :
unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ coders/tiff.c/TIFFWarnings/521.
unknown field with tag 40961 (0xa001) encountered. `TIFFReadCustomDirectory' @ coders/tiff.c/TIFFWarnings/521.
unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ coders/tiff.c/TIFFWarnings/521.
The only -dirty- way i found to convert these pics is to convert them to pdf first. than convert this pdf to jpg with -colorspace rgb
Doing this produces an acceptable thumb..
But again, it's dirty.
So any advice is welcomed
FIY, my identify -list configure shows :
Path: /usr/local/lib/ImageMagick-6.4.5/config/configure.xml
----
Name Value
-------------------------------------------------------------------------------
CC cc -std=gnu99
CFLAGS -D_THREAD_SAFE -I/usr/local/include/OpenEXR -fopenmp -O2 -fno-strict-aliasing -pipe -I/usr/local/include/graphviz -Wall -W
CONFIGURE ./configure '--enable-shared' '--without-dps' '--enable-hdri' '--enable-openmp' '--with-perl=/usr/local/bin/perl5.8.8' '--without-threads' '--without-modules' '--with-gslib' '--with-fpx' '--with-freetype' '--with-fontconfig' '--with-wmf=yes' '--with-xml' '--with-rsvg' '--with-x' '--x-libraries=/usr/local/lib' '--x-includes=/usr/local/include' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd7.0' 'build_alias=amd64-portbld-freebsd7.0' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -I/usr/local/include/graphviz' 'LDFLAGS=-L/usr/local/lib -L/usr/local/lib/graphviz' 'CPPFLAGS=-I/usr/local/include' 'CXX=c++' 'CXXFLAGS=-O2 -fno-strict-aliasing -pipe -I/usr/local/include/graphviz' 'FONTCONFIG_CFLAGS=-I/usr/local/include' 'FONTCONFIG_LIBS=-L/usr/local/lib' 'RSVG_CFLAGS=-I/usr/local/include/librsvg-2' 'RSVG_LIBS=-L/usr/local/lib'
COPYRIGHT Copyright (C) 1999-2008 ImageMagick Studio LLC
CPPFLAGS -I/usr/local/include/ImageMagick
CXX c++
CXXFLAGS -O2 -fno-strict-aliasing -pipe -I/usr/local/include/graphviz -Wall -W
DEFS -DHAVE_CONFIG_H
DELEGATES bzlib djvu fontconfig freetype gs gvc jbig jpeg jp2 lcms openexr png rsvg tiff x11 xml wmf zlib
DISTCHECK_CONFIG_FLAGS 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe -I/usr/local/include/graphviz' 'CPPFLAGS=-I/usr/local/include' 'CXX=c++' 'LDFLAGS=-L/usr/local/lib -L/usr/local/lib/graphviz' --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-dps=no --with-fontpath=
EXEC-PREFIX /usr/local
HOST amd64-portbld-freebsd7.0
LDFLAGS -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib/graphviz -L/usr/local/lib -R/usr/local/lib -L/usr/local/lib -lfreetype -lz -L/usr/local/lib
LIB_VERSION 0x645
LIB_VERSION_NUMBER 6,4,5,5
LIBS -lMagickCore -ljbig -llcms -ltiff -lfreetype -ljasper -ljpeg -lgs -lpng -ldjvulibre -L/usr/local/lib -lfontconfig -lwmflite -lXext -lXt -lSM -lICE -lX11 -lbz2 -pthread -L/usr/local/lib -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread -pthread -L/usr/local/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lxml2 -L/usr/local/lib/graphviz -lgvc -lgraph -lcdt -lz -lm -lgomp
NAME ImageMagick
PCFLAGS -fopenmp
PREFIX /usr/local
QuantumDepth 16
RELEASE_DATE 2008-12-09
VERSION 6.4.5
WEBSITE
http://www.imagemagick.org
---