Function “getMaterializations”
function getMaterializations(file)
Gets the "materializations" of a file
Materializations are versions of the same image with identical contents, but with a different file format. Most notably, the two files of a RAW/JPEG pair are materializations of each other.
Parameters
| Name | Type | Description |
|---|---|---|
file | FileNode | File node for which to determine materializations |
Return Value
Returns an array of FileNode objects.