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 <cygwin-l...@njw.me.uk> 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