This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.7.1-1: ImageMagick seems to lack jpeg support


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-list@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]