interface WriteTIFFArguments {
    configuration: TiffGeneratorParameters;
    imageFileUris: string[];
}

Properties

imageFileUris: string[]