LayerContactSheet node
This documentation is for version 1.0 of LayerContactSheet (net.sf.openfx.LayerContactSheetOFX).
Description
Make a contact sheet from all layers.
Inputs
Input |
Description |
Optional |
---|---|---|
Source |
No |
Controls
Parameter / script name |
Type |
Default |
Function |
---|---|---|---|
Resolution / |
Integer |
x: 3072 y: 2048 |
Resolution of the output image, in pixels. |
Rows/Columns / |
Integer |
x: 3 y: 4 |
How many rows and columns in the grid where the input images or frames are arranged. |
Automatic Rows/Columns / |
Boolean |
On |
Automatically sets the number of rows/columns to display all layers. |
Gap / |
Integer |
0 |
Gap in pixels around each input or frame. |
Center / |
Boolean |
Off |
Center each input/frame within its cell. |
Row Order / |
Choice |
TopBottom |
How image rows are populated.
TopBottom (topbottom): From top to bottom row.
BottomTop (bottomtop): From bottom to top row.
|
Column Order / |
Choice |
LeftRight |
How image columns are populated.
LeftRight (leftright): From left to right column.
RightLeft (rightleft): From right to left column.
|
Show Layer Names / |
Boolean |
Off |
Display the layer name in the bottom left of each frame. |
HiDPI / |
Boolean |
Off |
Should be checked when the display area is High-DPI (a.k.a Retina). Draws OpenGL overlays twice larger. |