Menu

#2 just yet another feature

Unstable_(example)
closed-fixed
None
5
2013-09-07
2005-01-26
Olivier
No

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

Discussion

  • Olivier

    Olivier - 2005-01-27

    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

     
  • Vikram Aggarwal

    Vikram Aggarwal - 2006-01-15

    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

     
  • Vikram Aggarwal

    Vikram Aggarwal - 2006-01-15
    • status: open --> open-accepted
     
  • Olivier

    Olivier - 2006-01-18

    patch againt 0.9.6

     
  • Ludovic Rousseau

    Patch committed in revision 208
    https://sourceforge.net/p/vgrabbj/code-svn/208/

    Thanks for your patience

     
  • Ludovic Rousseau

    • status: open-accepted --> closed-fixed
    • assigned_to: Ludovic Rousseau
    • Group: --> Unstable_(example)
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.