Table of Contents ▸ List of Commands ▸ Geometry Manipulation ▸ shift | ◀ seamcarve | shrink ▶ |
shift | Built-in command |
Arguments:
- vx[%],_vy[%],_vz[%],_vc[%],_boundary_conditions,_interpolation={ 0:Nearest_neighbor | 1:Linear }
Description:
Shift selected images by specified displacement vector.Displacement vector can be non-integer in which case linear interpolation should be chosen.
boundary_conditions can be { 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }.
Default values:
boundary_conditions=0 and interpolation=0.
Example of use:
image.jpg +shift[0] 50%,50%,0,0,0 +shift[0] 50%,50%,0,0,1 +shift[0] 50%,50%,0,0,2