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: _pages/plugins/image-viewer.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,9 @@ Quickly create clean multichannel montages for up to 5 channels :
132
132
### **Auto Scale Bar:**
133
133
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)
134
134
135
-
and various **Auto Contrast macros**.
135
+
### **Auto-Contrast**
136
+
Recordable macro commands reproducing the **Channels and Contrast** buttons
137
+
136
138
137
139
# Installation
138
140
- 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!
147
149
Note :
148
150
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
149
151
-`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
152
156
var viewer_Menu = newMenu("Image Viewer Menu Tool",
0 commit comments