Page 1 of 1

Newbie user can't get started - image rotate

Posted: 2013-06-06T11:14:15-07:00
by AMalsher
I'm trying to aoto-rotate an iPhone photo on Windows.
Can someone please give me the command line syntax?

Re: Newbie user can't get started - image rotate

Posted: 2013-06-06T11:19:00-07:00
by GreenKoopa
convert in.jpg -rotate 90 out.jpg

Also see -auto-orient

Re: Newbie user can't get started - image rotate

Posted: 2013-06-06T12:04:09-07:00
by AMalsher
Thanks, GreenKoopa. That got me started - actually on windows, the syntax has the switches BEFORE the input file specification.
I'm happy, but I cannot promise not to ask more dumb questions!
Thank again

Re: Newbie user can't get started - image rotate

Posted: 2013-06-06T12:26:08-07:00
by GreenKoopa
Some settings may appear before the input file, but operations should appear after the image(s) to be operated on are read in. Here is some reading to get you started:
http://www.imagemagick.org/Usage/basics/