| 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
<a href="image.jpg" class="highslide" onclick="return hs.expand(this)">image.jpg</a> split y,10 reverse append y
• Example #2
<a href="image.jpg" class="highslide" onclick="return hs.expand(this)">image.jpg</a> repeat 5 { +rows[0] 0,{10+18*$>}% } remove[0] append x,0.5
• Example #3
<a href="image.jpg" class="highslide" onclick="return hs.expand(this)">image.jpg</a> append[0] [0],y


Home
Download
News
Mastodon
Bluesky
X
Summary - 17 Years
Summary - 16 Years
Summary - 15 Years
Summary - 13 Years
Summary - 11 Years
Summary - 10 Years
Resources
Technical Reference
Scripting Tutorial
Video Tutorials
Wiki Pages
Image Gallery
Color Presets
Using libgmic
G'MIC Online
Community
Discussion Forum (Pixls.us)
GimpChat
IRC
Report Issue