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
Original issue reported on code.google.com by
wagd...@web.de
on 1 Feb 2011 at 1:11