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: <20100309123947.GA4068@cswt5769> References: <20100309123947 DOT GA4068 AT cswt5769> Date: Wed, 10 Mar 2010 06:03:12 -0800 Message-ID: <2a46270d1003100603s1b2473d1v699057155e7bdb06@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 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 Hi Nick As Wes Barris' response shows, I made in error in my syntax. When using the height argument alone, it is necessary to prefix it with the lower-case x. When using width alone, you use just the pixel-width integer, no trailing x. I should have suggested convert test.jpg -resize 600 test-out.jpg instead of convert test.jpg -resize 600x test-out.jpg --- Merek On 3/9/10, Nick White wrote: > I tried convert test.jpg -resize 600x test-out.jpg > > with several different jpegs, including ones I'm sure are good, and > got exactly the same results. > > Thanks, > > Nick -- 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