Project ↗ | Documentation ↗ | — | Tutorials ↗ | How To's ↗ | Explanations ↗ | References |
Entry ↗ | — | Sections ↘ | Permuted Sections ↘ | Names ↘ | Permuted Names ↘ | Strict ↘ | Implementations ↘ |
Documentation -- Reference Pages -- composer
Table Of Contents
- Roots ↗
Operators
- aktive op montage x
- aktive op montage x-core
- aktive op montage x-rep
- aktive op montage y
- aktive op montage y-core
- aktive op montage y-rep
- aktive op montage z
- aktive op montage z-core
- aktive op montage z-rep
Operators
↑ aktive op montage x
Syntax: aktive op montage x srcs... [→ definition]
Returns image with all inputs joined left to right along the x-axis.
A single input is passed through unchanged.
Input | Description |
---|---|
args... | Source images |
Examples
@1
|
@2
|
@3
|
aktive op montage x @1 @2 @3
|
---|---|---|---|
![]() geometry(0 0 32 32 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 128 128 1) |
![]() geometry(0 0 224 128 1) |
@1
|
@2
|
@3
|
aktive op montage x @1 @2 @3
|
---|---|---|---|
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 192 64 1) |
↑ aktive op montage x-core
Syntax: aktive op montage x-core src0 src1 [→ definition]
Returns image with the 2 inputs joined left to right along the x-axis.
The location of the first image becomes the location of the result.
The other location is ignored.
The width of the result is the sum of the widths of the inputs.
The other dimensions use the maximum of the same over the inputs.
In the result the uncovered parts are zero (black)-filled.
Input | Description |
---|---|
src0 | |
src1 |
↑ aktive op montage x-rep
Syntax: aktive op montage x-rep src (param value)... [→ definition]
Returns image with input joined left to right with itself N times along the x-axis.
Input | Description |
---|---|
src | Source image |
Parameter | Type | Default | Description |
---|---|---|---|
by | uint | Replication factor |
Examples
@1
|
aktive op montage x-rep @1 by 3
|
---|---|
![]() geometry(0 0 32 32 1) |
![]() geometry(0 0 96 32 1) |
↑ aktive op montage y
Syntax: aktive op montage y srcs... [→ definition]
Returns image with all inputs joined top to bottom along the y-axis.
A single input is passed through unchanged.
Input | Description |
---|---|
args... | Source images |
Examples
@1
|
@2
|
@3
|
aktive op montage y @1 @2 @3
|
---|---|---|---|
![]() geometry(0 0 32 32 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 128 128 1) |
![]() geometry(0 0 128 224 1) |
@1
|
@2
|
@3
|
aktive op montage y @1 @2 @3
|
---|---|---|---|
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 192 1) |
↑ aktive op montage y-core
Syntax: aktive op montage y-core src0 src1 [→ definition]
Returns image with the 2 inputs joined top to bottom along the y-axis.
The location of the first image becomes the location of the result.
The other location is ignored.
The height of the result is the sum of the heights of the inputs.
The other dimensions use the maximum of the same over the inputs.
In the result the uncovered parts are zero (black)-filled.
Input | Description |
---|---|
src0 | |
src1 |
↑ aktive op montage y-rep
Syntax: aktive op montage y-rep src (param value)... [→ definition]
Returns image with input joined top to bottom with itself N times along the y-axis.
Input | Description |
---|---|
src | Source image |
Parameter | Type | Default | Description |
---|---|---|---|
by | uint | Replication factor |
Examples
@1
|
aktive op montage y-rep @1 by 3
|
---|---|
![]() geometry(0 0 32 32 1) |
![]() geometry(0 0 32 96 1) |
↑ aktive op montage z
Syntax: aktive op montage z srcs... [→ definition]
Returns image with all inputs joined front to back along the z-axis.
A single input is passed through unchanged.
Input | Description |
---|---|
args... | Source images |
Examples
@1
|
@2
|
@3
|
aktive op montage z @1 @2 @3
|
---|---|---|---|
![]() geometry(0 0 32 32 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 128 128 1) |
![]() geometry(0 0 128 128 3) |
@1
|
@2
|
@3
|
aktive op montage z @1 @2 @3
|
---|---|---|---|
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 64 1) |
![]() geometry(0 0 64 64 3) |
↑ aktive op montage z-core
Syntax: aktive op montage z-core src0 src1 [→ definition]
Returns image with the 2 inputs joined front to back along the z-axis.
The location of the first image becomes the location of the result.
The other location is ignored.
The depth of the result is the sum of the depths of the inputs.
The other dimensions use the maximum of the same over the inputs.
In the result the uncovered parts are zero (black)-filled.
Input | Description |
---|---|
src0 | |
src1 |
↑ aktive op montage z-rep
Syntax: aktive op montage z-rep src (param value)... [→ definition]
Returns image with input joined front to back with itself N times along the z-axis.
Input | Description |
---|---|
src | Source image |
Parameter | Type | Default | Description |
---|---|---|---|
by | uint | Replication factor |
Examples
@1
|
aktive op montage z-rep @1 by 3
|
---|---|
![]() geometry(0 0 32 32 1) |
![]() geometry(0 0 32 32 3) |