Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2003 17:03:01 +0200
From:      remco+fb@azrael.xs4all.nl
To:        Randy Bush <randy@psg.com>
Cc:        ports@freebsd.org
Subject:   Re: convert: No decode delegate for this image format (jpeg)
Message-ID:  <20030811150300.GI14718@azrael.xs4all.nl>
In-Reply-To: <E19guj0-000AWT-QQ@ran.psg.com>
References:  <E19guj0-000AWT-QQ@ran.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 27, 2003 at 16:14, Randy Bush wrote:

> fresh portupgrade -fR of ImageMagick-5.5.6_1 on a three day old 4.8-stable
> 
> % convert -size 120x120 720923-000000.jpg -resize 120x120 \
>   +profile "*" thumbnail.jpg
> convert: No decode delegate for this image format (720923-000000.jpg) [Invalid argument].
> 
> this is indeed a JPEG, as, for example, xv testifies.
> 
> and this used to work.
> 
> randy

I noted the same problem last week and decovered the imagemagick
port does not support the jpeg codec by default any more..  To
fix this you need to rebuild, doing something like:

   portupgrade -f -m '-DWITH_JPEG' ImageMagick-5.5.6_1

Other formats, like png, need to be added in the same way.  A
real annoyance, IMO.

HTH,
Remco



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030811150300.GI14718>