Skip to content

Commit cee3046

Browse files
committed
Set default image interpolation to anti-aliasing
Fix #101
1 parent 3c0b9e3 commit cee3046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdl/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def initialize():
322322
Conf.view.sig_def_baseline.get(0.0)
323323
Conf.view.ima_def_colormap.get("viridis")
324324
Conf.view.ima_def_invert_colormap.get(False)
325-
Conf.view.ima_def_interpolation.get(0)
325+
Conf.view.ima_def_interpolation.get(5)
326326
Conf.view.ima_def_alpha.get(1.0)
327327
Conf.view.ima_def_alpha_function.get(LUTAlpha.NONE.value)
328328

0 commit comments

Comments
 (0)