Page 2 of 2
Re: Irfanview
Posted: 31 Jul 2013 04:06
by kiwichick
I've just checked it out in XYplorer and, if you mean Rotate Left and Rotate Right in the Floating Preview right-click context menu, it only rotates the picture for that one-time view - it doesn't save the picture with the new rotation. And I want to batch rotate - that's why your IfranViewSuite script would be so handy.
Re: Irfanview
Posted: 31 Jul 2013 04:14
by RalphM
Serendipity was probably talking about the scripting command rotate, which can be used in various ways.
I got two PFA's defined with the following code doing the trick for me:
Code: Select all
|"Rotate -90° clockwise" jpg>::rotate 270
|"Rotate 90° clockwise" jpg>::rotate
Re: Irfanview
Posted: 31 Jul 2013 07:23
by kiwichick
Hey thanks for that Ralph!!! That certainly does the trick, although it only works on one image no matter how many are selected. I should be able to create a foreach loop though, shouldn't I, to do multiple imahes at once?
Re: Irfanview
Posted: 31 Jul 2013 14:50
by kiwichick
Well I'm quite proud of myself. I haven't tested all the actions of this script but for Rotate it was the sel +1 command. The +1 needs to be enclosed in quotes now so it should be sel "+1".
Re: Irfanview
Posted: 03 Aug 2013 10:05
by RalphM
Happy you got it working for you.