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

NameTypeDescription
fileFileNodeFile node for which to determine materializations

Return Value

Returns an array of FileNode objects.