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

Properties

imageFileUris: string[]