Search found 2 matches
- 2012-07-27T10:52:24-07:00
- Forum: Users
- Topic: Problem using conditional rotate
- Replies: 2
- Views: 3565
Re: Problem using conditional rotate
Ohh! good point about ^, I mostly use Linux so this is very frustrating for me. I'll try it out and see if I can get something. Problem fixed. Thanks for your help! Correct line is: FOR %%a in ("%~dp1*.pdf") DO convert "%%a" -rotate "-90<" -density 70 "%%~dpajpg\%%~na.jpg"
- 2012-07-27T08:00:18-07:00
- Forum: Users
- Topic: Problem using conditional rotate
- Replies: 2
- Views: 3565
Problem using conditional rotate
Hi, I'm converting a bunch of engineering drawings and I need them all to be landscape instead of portrait. The drawings are going from PDF to JPG. I am on Windows 7 32 bit, using ImageMagick 6.7.8-4. This is for a batch script. I've read the page on distorting images and I'm still having problems ...