just yet another feature
Status: Beta
Brought to you by:
gmaniac
I need to make a lot of operations before sending the
picture to the ftp server (rotation, incrustation, etc)
. So I add an option to run all needed tools from the
inside of vgrabbj, via a system() call.
From the man page
-Z 'commands'
Ask vgrabbj to launch an external
program. May be used to pass the picture through
ImageMagick or others filters. The first '%s' instance
in the command line will be replaced with filename. If
UseTmpOut is On, 'commands' will be run before the
file is renamed.
The patch againt 0.9.6 is attached
Logged In: YES
user_id=1052615
Oops,
I forgot to mention in the doc that you need to redirect
stdin/out/err to /dev/null if you want to run in daemon mode.
fe:
Exec ./rotate.sh %s &> /dev/null < /dev/null
Exec
Logged In: YES
user_id=1331325
This is a useful feature. Could you resubmit the patch. It
seems to have mysteriously disappeared. You could also mail
it directly to me at vikram@mayin.org
-- Vikram
patch againt 0.9.6
Patch committed in revision 208
https://sourceforge.net/p/vgrabbj/code-svn/208/
Thanks for your patience