Page 1 of 1

DPX Support

Posted: 2011-06-14T07:37:29-07:00
by imaiden
I am very new to IM and am having trouble animating a DPX image sequence.

animate: no decode delegate for this image format

Can someone point me in the direction on how to have a dpx delegate?

convert -list configure

Path: /usr/lib/ImageMagick-6.6.2/config/configure.xml

Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99 -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 -pthread
CONFIGURE ./configure '--prefix=/usr' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--with-modules' '--with-gs-font-dir=/usr/share/fonts/type1/gsfonts' '--with-magick-plus-plus' '--with-djvu' '--with-perl' '--enable-shared' '--without-dps' '--without-fpx' '--with-perl-options=INSTALLDIRS=vendor' '--x-includes=/usr/include/X11' '--x-libraries=/usr/lib/X11' 'CFLAGS=-g -O2' 'LDFLAGS=-Wl,-Bsymbolic-functions' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'
COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC
CPPFLAGS -I/usr/include/ImageMagick
CXX g++
CXXFLAGS -g -O2 -pthread
DEFS -DHAVE_CONFIG_H
DELEGATES bzlib djvu fontconfig freetype gvc jpeg jng jp2 lcms lqr openexr png rsvg tiff x11 xml wmf zlib
DISTCHECK_CONFIG_FLAGS 'CFLAGS=-g -O2' 'CPPFLAGS=' 'LDFLAGS=-Wl,-Bsymbolic-functions' --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=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 powerpc-unknown-linux-gnu
LDFLAGS -L/usr/lib -Wl,-Bsymbolic-functions -L/usr/lib/X11 -R/usr/lib/X11
LIB_VERSION 0x662
LIB_VERSION_NUMBER 6,6,2,6
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 2010-12-02
VERSION 6.6.2
WEBSITE http://www.imagemagick.org

Path: [built-in]

Name Value
-------------------------------------------------------------------------------
NAME ImageMagick

Re: DPX Support

Posted: 2011-06-14T10:20:06-07:00
by fmw42
what was your exact command line?

if you type

convert -list format

do you see something like

DPX* DPX rw- SMPTE 268M-2003 (DPX 2.0)
Digital Moving Picture Exchange Bitmap, Version 2.0.
See SMPTE 268M-2003 specification at http://www.smtpe.org


in particular is it listed as rw

your im is 6.6.2.6. perhaps there was a bug at that time. you might try upgrading to the current IM version at 6.7.0.7

Re: DPX Support

Posted: 2011-06-14T22:25:36-07:00
by imaiden
Thanks the upgrade did the trick!