Search found 2 matches

by wormy8378
2011-07-20T08:47:07-07:00
Forum: Users
Topic: Image Rotation
Replies: 2
Views: 8274

Re: Image Rotation

OK I have got this corrected using this batch file.
for %%i in ("C:\RotatingImage\*.tif") do convert "%%~si" -rotate "-180<" "C:\test\%%~ni%%~xi"
Thanks to for all that viewed and helped.
by wormy8378
2011-07-19T19:45:00-07:00
Forum: Users
Topic: Image Rotation
Replies: 2
Views: 8274

Image Rotation

Ok this should be an easy one for you guy's. I'm am very new. Here is what I'm trying to do. I have a .tif file in "X:\upsidedown\this is my file.tif " I want to Rotate this image 180 and place it in "x:\corrected\*.tif" folder. Here's the part I can't get. I want it to convert , take the original ...