Skip to content

Commit f77ebe8

Browse files
committed
Cross-link the articles about ImageJ macro
1 parent ce013b7 commit f77ebe8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

_pages/scripting/batch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Batch Processing
33
section: Extend:Scripting:Languages
44
---
55

6+
{% include notice glyph="🎓" content="See also the [step-by-step tutorial on building a macro](/tutorials/batch-processing-with-ij-macro) to automate [batch processing](batch)." %}
7+
68
# Overview
79

810
A fundamental benefit to creating [scripts and macros](/scripting) in [ImageJ](/software/imagej) is the ability to *reuse* their functionality *on more than one image*. Although this can be done manually, there are multiple ways to easily automate this batch processing.

_pages/scripting/macro.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ section: Extend:Scripting:Languages
44
project: /software/imagej
55
---
66

7+
{% include notice glyph="🎓" content="See also the [step-by-step tutorial on building a macro](/tutorials/batch-processing-with-ij-macro) to automate [batch processing](batch)." %}
8+
79
# Why Macros?
810

911
Macros can be used to
@@ -725,7 +727,3 @@ before the `exec` call. (since ImageJ 1.52u38)
725727
# Further documentation
726728

727729
A complete description of the macro language, a reference of the built-in functions, and examples can be found [here](https://imagej.net/ij/developer/index.html).
728-
729-
# Tutorial
730-
731-
For a step-by-step tutorial on building a macro to automate batch processing, see [here](/tutorials/batch-processing-with-ij-macro).

_pages/tutorials/batch-processing-with-ij-macro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Batch Processing with the ImageJ Macro Language
33
project: /software/imagej
44
---
55

6+
{% include notice glyph="🎓" content="See also the [Introduction into Macro Programming](/scripting/macro) and [Batch Processing](/scripting/batch) articles." %}
7+
68
# Introduction
79

810
One of the great strengths of Fiji is its ability to automate workflows. If you have a workflow you wish to automate, Fiji provides you with a number of options:

0 commit comments

Comments
 (0)