Back to FabImage Library website
You are here: Start » Function Reference » Image Basics » JoinProfilesIntoImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Creates an image by joining an array of 1D profiles into consecutive image rows.
Syntax
C++
C#
void fil::JoinProfilesIntoImage ( const ftl::Array<fil::Profile>& inProfiles, fil::Image& outImage )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage. |
DomainError | Input profiles have different X coordinates in JoinProfilesIntoImage. |