G'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing
GREYC CNRS ENSICAEN UNICAEN

A Full-Featured Open-Source Framework for Image Processing



Latest stable version: 3.3.5        Current pre-release: 3.3.6 (2024/04/19)

Reference

Table of Contents  ▸  List of Commands  ▸  Geometry Manipulation  ▸  append◀  yuv82rgb    |    append_tiles  ▶

append

Built-in command

Arguments:

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

Command: 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

Command: image.jpg repeat 5 { +rows[0] 0,{10+18*$>}% } remove[0] append x,0.5

• Example #3

image.jpg append[0] [0],y

Command: image.jpg append[0] [0],y
G'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing

G'MIC is an open-source software distributed under the CeCILL free software licenses (LGPL-like and/or
GPL-compatible). Copyrights (C) Since July 2008, David Tschumperlé - GREYC UMR CNRS 6072, Image Team.