Artifact 9670a0370dc0419c3f08cede962a7024fd975a5a:
- File demos/min.tcl — part of check-in [23635a08f9] at 2011-11-23 03:34:40 on branch infinite-plane — Updated the demos of the remaining binary operators to show how they perform on images translated relative to each other. (user: andreask size: 132) [more...]
def op_min { label Min active { expr { [bases] == 2 } } setup_image { show_image [crimp min [base 0] [base 1]] } }