Artifact 6e6d2af05845470f98105f26329845db9d1efc6b:
- File
demos/expand_wrap.tcl
— part of check-in
[cdbfcd8700]
at
2010-07-21 21:51:23
on branch ak-experimental
— Renamed the border handling to 'expand'. Reworked the higher-level
implementation to make the border type a sub-method instead of an
option.
Reworked the handling of border-type specific arguments for const: auto-extend missing data per number of color channels in the image), ignore superfluous values.
Renamed 'extend' to 'replicate', so that we can use 'extend' for the last border type to be implemented. (user: andreask size: 119) [more...]
def expand_wrap { label {Expand Wrap} setup_image { show_image [crimp expand wrap [base] 50 50 50 50] } }