Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-27 Thread Werner
> > > %wif convert -rotate 90 %p .tmp_%p; then mv .tmp_%p %p; else rm .tmp_%p;fi > > > > why not using this: > > > > %wif mogrify -rotate 90 %p ;fi and why not %w mogrify -rotate 90 %p ??? Greetings Werner - This SF

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Martin Stolle
On Fri, Oct 24, 2008 at 06:37:14PM +0200, Sébastien Barthélemy wrote: > Le vendredi 24 octobre 2008 à 07:52 -0400, Martin Stolle a écrit : > > %wif convert -rotate 90 %p .tmp_%p; then mv .tmp_%p %p; else rm .tmp_%p;fi > > why not using this: > > %wif mogrify -rotate 90 %p ;fi > Because that wo

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Sébastien Barthélemy
Le vendredi 24 octobre 2008 à 07:52 -0400, Martin Stolle a écrit : > %wif convert -rotate 90 %p .tmp_%p; then mv .tmp_%p %p; else rm .tmp_%p;fi why not using this: %wif mogrify -rotate 90 %p ;fi - This SF.Net email is spo

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Werner
> ... Hello Martin, thanks for the help. Martin Stolle <[EMAIL PROTECTED]> writes: > The "i" is part of the "if". The command starts right after the "w". > > Anyways, try this: > > %wif convert -rotate 90 %p .tmp_%p; then mv .tmp_%p %p; else rm .tmp_%p;fi converts needs at first filenam, t

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Laurent Monin
Martin Stolle a écrit : On Fri, Oct 24, 2008 at 10:36:32AM +, Werner wrote: Thanks for that hint I changed now %vif to %wif and get no more annoying message-window and it works in fullscreen-mode too. (Since I don't know what the i in wif means.) I've got the command %wif jpegtran -r

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Martin Stolle
On Fri, Oct 24, 2008 at 10:36:32AM +, Werner wrote: > Thanks for that hint > > I changed now %vif to %wif and get no more annoying message-window and it > works > in fullscreen-mode too. (Since I don't know what the i in wif means.) > > I've got the command > %wif jpegtran -rotate 90 -cop

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-24 Thread Werner
Thanks for that hint I changed now %vif to %wif and get no more annoying message-window and it works in fullscreen-mode too. (Since I don't know what the i in wif means.) I've got the command %wif jpegtran -rotate 90 -copy all -outfile %p_tmp %p; then mv %p_tmp %p;else rm %p_tmp;fi now. Bu

Re: [Geeqie-devel] rotate and save the rotated image (via simple?shortcuts)

2008-10-23 Thread Martin Stolle
On Thu, Oct 23, 2008 at 07:52:42PM +, Werner wrote: > > > Editors shortcut keys are Alt+E+[0-9] > > And unfortunately this seems to not work in fullscreen mode - does it somehow? At least for me, +1 through +9 also active the "editor" commands, and it also works from full screen. If you want

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-23 Thread Werner
> > Editors shortcut keys are Alt+E+[0-9] And unfortunately this seems to not work in fullscreen mode - does it somehow? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-23 Thread Werner
Laurent MONIN <[EMAIL PROTECTED]> writes: > - through Edit configurable menu, rotation is done through external programs > which will modify the original image > > Editors shortcut keys are Alt+E+[0-9] Fine. Thank you for the explanation. Only there always appears an annoying message-window. A

Re: [Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-23 Thread Laurent MONIN
On Thu, 23 Oct 2008 16:44:36 + (UTC) Werner <[EMAIL PROTECTED]> wrote: > > I defined shortcuts to rotate (r and l) but I want also to save the image > rotated. Therefore would be good a simple shortcut like s, ctrl+s or shift+s. > But it seems, geeqie can't do that, does it??? > Hi Werner,

[Geeqie-devel] rotate and save the rotated image (via simple shortcuts)

2008-10-23 Thread Werner
I defined shortcuts to rotate (r and l) but I want also to save the image rotated. Therefore would be good a simple shortcut like s, ctrl+s or shift+s. But it seems, geeqie can't do that, does it??? - This SF.Net email is sp