X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20100308121926.GB1728@cswt5769> References: <20100308121926 DOT GB1728 AT cswt5769> Date: Mon, 8 Mar 2010 13:01:46 -0800 Message-ID: <2a46270d1003081301w36e97464j75f3a5ec1de40ef5@mail.gmail.com> Subject: Re: 1.7.1-1: ImageMagick seems to lack jpeg support From: Merek Thorondursson To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The IM convert command handles jpeg images well. I'm a novice with ImageMagick, but I don't normally see -geometry used this way. I could be wrong with what you're trying to do, but if you're simply trying to resize a test jpeg with the 600x notation I'd guess you're resizing with intent to maintain the aspect ratio and a final width of 600 pixels. The command line notation I'd use to do that would be: >convert test.jpg -resize 600x test-out.jpg --- Merek Hope this helps. Sorry if I misunderstood the problem. On 3/8/10, Nick White wrote: =B7 The command convert, from the ImageMagick suite, doesn't appear to =B7 have a properly configured jpeg decoder. =B7 # convert test.jpg -geometry 600x test-out.jpg =B7 convert: no decode delegate for this image format `test.jpg'. =B7 convert: missing an image filename `test-out.jpg'. =B7 =B7 Which would imply that jpegs should be readable and writable by =B7 convert, which they don't appear to be. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple