rrAssembleTiles
If you render a image sequence as "tiled", then the post-script rrAssembleTiles is automatically enabled.
It will compose all tiles into full images.
Commandline Flags
The commandline for rrAssembleTiles is:
rrAssembleTiles BaseFileName Extension Start End Step Offset NumberOfTiles FinalImageWidth FinalImageHeight [SaveFormat1] [SaveFormat2] [SaveFormat3] [--horizontal] [--ContinueOnError]
SaveFormat1-3, --horizontal and --ContinueOnError are optional flags.
They can be used to tell rrAssembleTiles which file format it should write.
If an image writer for "SaveFormat1" is available for the required bit depth, then rrAssembleTiles tries "SaveFormat2", then "SaveFormat3".
Possible values are:
.tga |
8 bit uncompressed |
.sgi |
8bit and 16bit, both RLE-compressed |
.exr |
Half-Float (8bit, 16bit and float are converted) |
The rrAssembleTiles tool has two different run modes:
- An exr mode that support multi-layer and multi-part files.
This works with vertical stripes/tiles only. (which means you cannot use --horizontal ) - A fallback mode for all other file formats.
It supports RGBA only, no additional layer.
The post-script config file with the commandline is located in
[RR]\render_apps\_prepost_scripts\post00__AssembleTiles.cfg