Skip to content

Commit 517314f

Browse files
authored
Enhance documentation with Auto-Contrast details
Added section for Auto-Contrast macro commands and removed duplicate content.
1 parent 3fa5535 commit 517314f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

_pages/plugins/image-viewer.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ Quickly create clean multichannel montages for up to 5 channels :
132132
### **Auto Scale Bar:**
133133
Estimate and add scale bar. You can adjust the size and hide the text in options. This macro is adapted from [Aleš Kladnik](https://forum.image.sc/t/automatic-scale-bar-in-fiji-imagej/60774)
134134

135-
and various **Auto Contrast macros**.
135+
### **Auto-Contrast**
136+
Recordable macro commands reproducing the **Channels and Contrast** buttons
137+
136138

137139
# Installation
138140
- in Fiji, add the __Image Viewer__ [Update Site](https://imagej.net/update-sites/following). That's it.
@@ -147,8 +149,10 @@ This will intall a "View" menu in your Toolbar will all Image Viewer commands!
147149
Note :
148150
If you like these tools so much you need to get them installed at every starts, just copy this macro code and past it at the end of your
149151
- `Fiji/macros/StartupMacros.fiji.ijm` for Fiji
150-
- `ImageJ/macros/StartupMacros.txt` for ImageJ
151-
```js
152+
- `ImageJ/macros/StartupMacros.txt` for ImageJ
153+
154+
155+
```java
152156
var viewer_Menu = newMenu("Image Viewer Menu Tool",
153157
newArray(
154158
"Channels and Contrast",
@@ -178,8 +182,3 @@ macro "Image Viewer Menu Tool - N20C000 T0c15v T8c10i Tac10e Tfc10w" {
178182
run(command);
179183
}
180184
```
181-
182-
183-
184-
### **Auto-Contrast**
185-
Recordable macro commands reproducing the **Channels and Contrast** buttons

0 commit comments

Comments
 (0)