[SOLVED]6.6.9-6 - unknown field with tag 33000 (0x80e8)
Posted: 2011-04-28T08:52:13-07:00
I am using the Windows precompiled binary ImageMagick-6.6.9-6-Q8-windows-dll.exe
I am experiencing an similar issue as reported here
I have a series of scanned tif images that are throwing errors when ever I try to use the identify or convert commands.
Some times Imagemagick still run the command despite the warnings, but more often than not it stops.
These tif images are also produced on a Kofax scanning station.
An example image can be found here:
Code: Select all
>convert -version
Version: ImageMagick 6.6.9-6 2011-04-14 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
I have a series of scanned tif images that are throwing errors when ever I try to use the identify or convert commands.
Code: Select all
Magick: long_portrait.tif: unknown field with tag 33000 (0x80e8) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/70
6.
These tif images are also produced on a Kofax scanning station.
Code: Select all
> identify -verbose long_portrait.tif
Image: long_portrait.tif
Format: TIFF (Tagged Image File Format)
Class: DirectClass
Geometry: 2631x4209+0+0
Resolution: 300x300
Print size: 8.77x14.03
Units: PixelsPerInch
Type: Bilevel
Base type: Bilevel
Endianess: LSB
Colorspace: RGB
Depth: 1-bit
Channel depth:
gray: 1-bit
Channel statistics:
Gray:
min: 0 (0)
max: 1 (1)
mean: 0.940465 (0.940465)
standard deviation: 0.236623 (0.236623)
kurtosis: 11.8602
skewness: -3.72292
Histogram:
659283: ( 0, 0, 0) #000000 black
10414596: (255,255,255) #FFFFFF white
Rendering intent: Undefined
Interlace: None
Background color: white
Border color: rgb(223,223,223)
Matte color: grey74
Transparent color: black
Compose: Over
Page geometry: 2631x4209+0+0
Dispose: Undefined
Iterations: 0
Compression: Group4
Orientation: TopLeft
Properties:
date:create: 2011-04-25T10:38:28-05:00
date:modify: 2011-02-15T23:21:36-06:00
signature: 71b7841af5bf67f30d323cf6a137a9efceb7b0b4702cec0e2677f22a8e5347e8
tiff:endian: lsb
tiff:photometric: min-is-white
tiff:rows-per-strip: 4209
tiff:software: Kofax standard Multi-Page TIFF Storage Filter v3.03.000
tiff:timestamp: 2011:02:15 23:18:19
Artifacts:
verbose: true
Tainted: False
Filesize: 58.8KBB
Number pixels: 11.07MB
Pixels per second: 240.7MB
User time: 0.047u
Elapsed time: 0:01.046
Version: ImageMagick 6.6.9-6 2011-04-14 Q8 http://www.imagemagick.org
Magick: long_portrait.tif: unknown field with tag 33000 (0x80e8) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnin
gs/706.