Raster Image - Canvas Size
From RealWorld Wiki
The Canvas Size operation is an operation plug-in working with raster images. The operation changes the canvas size of the image, positions the original content on the new canvas and eventually fills the empty space by given color.
In relative mode, the specified size is added to the current size. Otherwise, the new dimensions must be specified.
[edit] Internals
GUID: 8B4C0E3F-AF8E-493D-B44B-8C692DBE0893
| Parameter name | Type | Default | Value | Note |
|---|---|---|---|---|
| Type | integer | 0 | 0,1 | 0 = relative, 1 = absolute |
| DeltaX | integer | 0 | pixels (if Type = 0) | |
| DeltaY | integer | 0 | pixels (if Type = 0) | |
| SizeX | integer | 800 | pixels (if Type = 1) | |
| SizeY | integer | 600 | pixels (if Type = 1) | |
| Alignment | integer | 4 | 0-8 | 0=TL, 1=T, 2=TR, 3=L, ... |
| Color | integer | 0xffffff | AARRGGBB |
