Problem???
Posted: 2014-11-06T08:56:42-07:00
Forgive the newbie questions, new to IM and not really sure what causes theses issues.
I had to recompile and install the new version of the IM because of delegate issues. Thought i had the ironed out however
RaspberryPi Wheezy (Debian)
I cant seem to be able to ready TIFF files. cant convert ....ect.
output of configure
Any assistance would be beneficial! thank you.
I had to recompile and install the new version of the IM because of delegate issues. Thought i had the ironed out however
Code: Select all
pi@PiScanner ~/tmp/TestScans $ convert -version
Version: ImageMagick 6.8.9-10 Q16 armv6l 2014-11-05 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib djvu fontconfig freetype jbig jng jpeg lcms lqr openexr png tiff x xml zlib
I cant seem to be able to ready TIFF files. cant convert ....ect.
Code: Select all
pi@PiScanner ~/tmp/TestScans $ identify out2.tif
identify: out2.tif: Seek error accessing TIFF directory. `TIFFFetchDirectory' @ error/tiff.c/TIFFErrors/582.
identify: out2.tif: Failed to read directory at offset 0. `TIFFReadDirectory' @ error/tiff.c/TIFFErrors/582.
Code: Select all
pi@PiScanner ~/tmp/TestScans $ sudo convert out2.tif out2.png
convert: out2.tif: Seek error accessing TIFF directory. `TIFFFetchDirectory' @ error/tiff.c/TIFFErrors/582.
convert: out2.tif: Failed to read directory at offset 0. `TIFFReadDirectory' @ error/tiff.c/TIFFErrors/582.
convert: no images defined `out2.png' @ error/convert.c/ConvertImageCommand/3210.
Code: Select all
pi@PiScanner ~/tmp/TestScans $ time compare -metric rmse -subimage-search -dissimilarity-threshold 1 -similarity-threshold 0.98 out2.tiff \( -size 1x1 xc:black \) null: compare: out2.tiff: Seek error accessing TIFF directory. `TIFFFetchDirectory' @ error/tiff.c/TIFFErrors/582.
compare: out2.tiff: Failed to read directory at offset 0. `TIFFReadDirectory' @ error/tiff.c/TIFFErrors/582.
real 0m0.250s
user 0m0.160s
sys 0m0.070s
output of configure
Code: Select all
ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.
Host system type: armv6l-unknown-linux-gnueabihf
Build system type: armv6l-unknown-linux-gnueabihf
Option Value
-------------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=yes yes
Module support --with-modules=no no
GNU ld --with-gnu-ld=yes yes
Quantum depth --with-quantum-depth=16 16
High Dynamic Range Imagery
--enable-hdri=no no
Install documentation: yes
Delegate Configuration:
BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=no no
Dejavu fonts --with-dejavu-font-dir=default none
DJVU --with-djvu=yes yes
DPS --with-dps=yes no
FFTW --with-fftw=yes no
FlashPIX --with-fpx=yes no
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (9.05)
Ghostscript fonts --with-gs-font-dir=default /usr/share/fonts/type1/gsfonts/
Ghostscript lib --with-gslib=no no
Graphviz --with-gvc=no
JBIG --with-jbig=yes yes
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=
LCMS v1 --with-lcms=yes yes
LCMS v2 --with-lcms2=yes no
LQR --with-lqr=yes yes
LTDL --with-ltdl=yes no
LZMA --with-lzma=yes no
Magick++ --with-magick-plus-plus=yes yes
OpenEXR --with-openexr=yes yes
OpenJP2 --with-openjp2=yes no
PANGO --with-pango=yes no
PERL --with-perl=no no
PNG --with-png=yes yes
RSVG --with-rsvg=no no
TIFF --with-tiff=yes yes
WEBP --with-webp=yes no
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=no no
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes