datacute / iplab

Automatically exported from code.google.com/p/iplab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

more command line arguments

GoogleCodeExporter opened this issue · comments

Hi,

I've added two more possibilities to call iplab with command line arguments:

/cmd <Filename> <Method1>...<MethodN>: opens the file specified by <Filename> 
and calls the methods of the class ImageDoc specified by <Method1>...<MethodN>. 
The method must have no parameters. Example : /cmd "C:\...\sample1.jpg" Clone 
opens the picture sample.jpg and clones it

/apply <Filename><MenuItem1>...<MenuItemN> opens the file specified by 
<FileName> and calls the Methods specified by MenuItem. The Methods must be 
MenuItems who as such have two parameters.

Changes to the original code have been marked by the keyword HACK


Original issue reported on code.google.com by wagd...@web.de on 1 Feb 2011 at 1:11

Attachments:

Please post a patch, not the whole file.

Original comment by dales...@gmail.com on 3 Feb 2011 at 1:50

Original comment by andrew.k...@gmail.com on 25 Mar 2012 at 7:46

  • Changed state: Duplicate