We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0e720 commit c76b740Copy full SHA for c76b740
1 file changed
src/imcflibs/imagej/prefs.py
@@ -37,8 +37,8 @@ def set_default_ij_options():
37
# Set foreground color to be white and background black
38
IJ.run("Colors...", "foreground=white background=black selection=red")
39
40
- # Set black background for binary images and set pad edges to false to prevent eroding from image edge
41
- IJ.run("Options...", "black ")
+ # Set black background for binary images and set pad edges to true to prevent eroding from image edge
+ IJ.run("Options...", "iterations=1 count=1 black pad")
42
43
# Set default saving format to .txt files
44
IJ.run("Input/Output...", "file=.txt save_column save_row")
0 commit comments