Table of Contents ▸ List of Commands ▸ Geometry Manipulation ▸ append | ◀ yuv82rgb | append_tiles ▶ |
append | Built-in command |
Arguments:
- [image],axis,_centering or
- axis,_centering
Description:
Append specified image to selected images, or all selected images together, along specified axis.(equivalent to shortcut command a).
axis can be { x | y | z | c }.
Usual centering values are { 0:left-justified | 0.5:centered | 1:right-justified }.
Default values:
centering=0.
Examples of use:
• Example #1
image.jpg split y,10 reverse append y

• Example #2
image.jpg repeat 5 { +rows[0] 0,{10+18*$>}% } remove[0] append x,0.5

• Example #3
image.jpg append[0] [0],y
