You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms » FIL.JoinImages_OfSeries
Creates a single image by glueing together a series of input images in horizontal or vertical direction.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void JoinImages_OfSeries ( FilNet.JoinImages_OfSeriesState ioState, FilNet.Image inImage, FilNet.JoinDirection inDirection, int inSeriesSize, int inMargin, INullable<FilNet.Image> outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.JoinImages_OfSeriesState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inDirection | FilNet.JoinDirection | Direction in which images are joined. | ||
![]() | inSeriesSize | int | <1, INF> | Number of images which are joined. | |
![]() | inMargin | int | <0, INF> | 0 | Thickness (in pixels) of black frame around joined images. Default value: 0. |
![]() | outImage | FilNet.INullable<FilNet.Image> | Output image. This parameter cannot be null. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input images do not have compatible dimensions in JoinImages_OfSeries. |
DomainError | Input images do not have the same pixel format in JoinImages_OfSeries. |