This commit is contained in:
2021-04-28 09:29:19 +02:00
parent 84e20e54cc
commit a9f0de27e6
1030 changed files with 14567 additions and 227310 deletions

View File

@@ -17,6 +17,6 @@ pad_im = pad_image(orig, 1, 2, 3, 4, Color.RED)
stack=create_stack([orig,resized,crop, bin_im, new_im, pad_im])
save_image(stack,context.setup.expandPath("{data}/img/out.tiff") ,"tiff")
save_image(stack,expand_paths("{data}/img/out.tiff") ,"tiff")
stack.show()