You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ A plugin to combine power of mouse and keyboard control with image processing an
5
5
*__Warning note__: the use of this plugin may lead to unwanted results if actions are not set the proper way (e.g. deleting files or folders, etc.).
6
6
Remember that you can evaluate part of a macro in either ImageJ or Fiji, prior to a fully automated run.*
7
7
8
+
-------------------------------------------
8
9
Version 1.0.6 released.
9
10
Current features are:
10
11
- mouse move and clicks control, including separated "Press" and "Release" actions on mouse buttons,
@@ -13,12 +14,17 @@ Current features are:
13
14
- GUI is macro-recordable,
14
15
- macro-extendable (to use Ext.<Action>... directly in macro code).
15
16
17
+
-------------------------------------------
16
18
**Documentations**: click on "Help" in GUI or select "AutoClickerJ Macro Extensions" in the plugin menu.
17
19
20
+
21
+
-------------------------------------------
18
22
Two demo macro files are provided for you to quickly see how it works. Obviously, proper macro code would be more efficient in that case. AutoClickerJ plugin will be useful when you can't automate some tasks...
19
23
- "AutoClickerJ-Macro-Ext-demo.ijm" shows how macro extensions functionality helps writing a lighter code,
20
24
- "AutoClickerJ-Macro-GUI-demo.ijm" show some lines captured with the macro recorder when using AutoClickerJ GUI.
21
25
26
+
27
+
-------------------------------------------
22
28
Please report here any trouble you get, for me to fix all bugs.
0 commit comments