Presentation is loading. Please wait.

Presentation is loading. Please wait.

多媒體安全作業 - Macros 指導教授 :黃文楨 老師 報告人: 9624714 劉秉昕. DisplayWindowTitles.txt.

Similar presentations


Presentation on theme: "多媒體安全作業 - Macros 指導教授 :黃文楨 老師 報告人: 9624714 劉秉昕. DisplayWindowTitles.txt."— Presentation transcript:

1 多媒體安全作業 - Macros 指導教授 :黃文楨 老師 報告人: 9624714 劉秉昕

2 DisplayWindowTitles.txt

3 DEMO

4

5

6

7 getList("window.titles") Returns a list (array) of non-image window titles. For an example, see the DisplayWindowTitles macro. Requires 1.38m. nImages Returns number of open images. The parentheses "()" are optional. getTitle() Returns the title of the current image.

8 setBatchMode(arg) If arg is true, the interpreter enters batch mode and images are not displayed, allowing the macro to run up to 20 times faster. If arg is false, exits batch mode and displays the active image in a window. ImageJ exits batch mode when the macro terminates if there is no setBatchMode(false) call. Note that a macro should not call setBatchMode(true) more than once. selectImage(id) Activates the image with the specified ID (a negative number).If id is greater than zero, activates the idth image listed in the Window menu. With ImageJ 1.33n and later, id can be an image title (a string).

9 報告完畢 !!謝謝~


Download ppt "多媒體安全作業 - Macros 指導教授 :黃文楨 老師 報告人: 9624714 劉秉昕. DisplayWindowTitles.txt."

Similar presentations


Ads by Google