alderlopez / iplab

Automatically exported from code.google.com/p/iplab
Other
0 stars 0 forks source link

Patch - Command Line Arguments #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by wagd...@web.de on 8 Feb 2011 at 9:36

Attachments: