From owner-freebsd-ports@FreeBSD.ORG Sun Jul 27 16:14:48 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D6D37B401 for ; Sun, 27 Jul 2003 16:14:48 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7896643FA3 for ; Sun, 27 Jul 2003 16:14:47 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.20) id 19guj0-000AWT-QQ; Sun, 27 Jul 2003 16:14:46 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 27 Jul 2003 16:14:46 -0700 To: ports@FreeBSD.org Message-Id: Subject: convert: No decode delegate for this image format (jpeg) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 23:14:48 -0000 > None of the archives you requested (freebsd-questions, freebsd-bugs, > freebsd-stable, freebsd-multimedia and freebsd-ports) are available at > this time. so i am whining here 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