ImageMagick Version: 6.5.1-0
the ARW-File Format (Sony Alpha RAW File) had changed in the 3rd Quarter of 2008
i'm not able to open any photo with imagemagick lately
error:
Code: Select all
convert: test.arw: unknown field with tag 513 (0x201) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/526.
convert: test.arw: unknown field with tag 514 (0x202) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/526.
convert: test.arw: TIFF directory is missing required "ImageLength" field. `MissingRequired' @ tiff.c/TIFFErrors/324.
convert: missing an image filename `123.jpg' @ convert.c/ConvertImageCommand/2775.
Code: Select all
root@helios:~# identify -list configure
Path: /usr/lib/ImageMagick-6.5.1/config/configure.xml
Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99
CFLAGS -I/usr/include/lqr-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fopenmp -g -O2 -Wall -W -pthread
CONFIGURE ./configure '--prefix=/usr' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--with-gs-font-dir=/usr/sh are/fonts/type1/gsfonts' '--with-magick-plus-plus' '--with-djvu' '--enable-shared' '--without-dps' '--without-fpx' '--with-perl-option s=INSTALLDIRS=vendor' '--x-includes=/usr/include/X11' '--x-libraries=/usr/lib/X11' 'CFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'
COPYRIGHT Copyright (C) 1999-2009 ImageMagick Studio LLC
CPPFLAGS -I/usr/include/ImageMagick
CXX g++
CXXFLAGS -g -O2 -Wall -W -pthread
DEFS -DHAVE_CONFIG_H
DELEGATES bzlib djvu fontconfig freetype gvc jpeg jp2 lcms lqr openexr png rsvg tiff x11 xml wmf zlib
DISTCHECK_CONFIG_FLAGS 'CFLAGS=-g -O2' 'CPPFLAGS=' 'LDFLAGS=' --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autot race=no --with-dps=no --with-fpx=no --with-gslib=no --with-fontpath= --with-gs-font-dir=/usr/share/fonts/type1/gsfonts
EXEC-PREFIX /usr
HOST i686-pc-linux-gnu
LDFLAGS -L/usr/lib -L/usr/lib/X11 -lfreetype -lz
LIB_VERSION 0x651
LIB_VERSION_NUMBER 6,5,1,0
LIBS -lMagickCore -llcms -ltiff -lfreetype -ljpeg -llqr-1 -lglib-2.0 -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl
NAME ImageMagick
PCFLAGS -fopenmp
PREFIX /usr
QuantumDepth 16
RELEASE_DATE 2009-04-09
VERSION 6.5.1
WEBSITE http://www.imagemagick.org
Code: Select all
root@helios:~# convert logo: logo.miff
root@helios:~# convert logo: logo.jpg
root@helios:~# convert logo: logo.png
root@helios:~# convert logo: logo.jpg
root@helios:~# identify logo.*
logo.jpg JPEG 640x480 640x480+0+0 8-bit DirectClass 42.7kb
logo.miff[1] MIFF 640x480 640x480+0+0 8-bit Palette PseudoClass 256c 43.4kb
logo.png[2] PNG 640x480 640x480+0+0 8-bit PseudoClass 256c 36.2kb
i would appreciate any help or solutions
digital greetinx
toX_