alderlopez / iplab

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

more command line arguments #8

Closed GoogleCodeExporter closed 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.

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

GoogleCodeExporter commented 8 years ago
Please post a patch, not the whole file.

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

GoogleCodeExporter commented 8 years ago

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