interface WriteTIFFArguments {
    imageFileUris: string[];
    options?: CreateTIFFOptions;
}

Properties

imageFileUris: string[]