Table of Contents ▸ List of Commands ▸ Flow Control ▸ apply_tiles | ◀ apply_parallel_overlap | apply_timeout ▶ |
apply_tiles
Arguments:
- "command",_tile_width[%]>0,_tile_height[%]>0,_tile_depth[%]>0,_overlap_width[%]>=0,_overlap_height[%]>=0,_overlap_depth[%]>=0,_boundary_conditions={ 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }
Description:
Apply specified command on each tile (neighborhood) of the selected images, eventually with overlapping tiles.(equivalent to shortcut command at).
Default values:
tile_width=tile_height=tile_depth=10%,overlap_width=overlap_height=overlap_depth=0 and boundary_conditions=1.
Example of use:
image.jpg +equalize[0] 256 +apply_tiles[0] "equalize 256",16,16,1,50%,50%