I want to export orthomap not in tiled format.
I wast thinking that RasterFormatNone will help me to do this, but I get error that it's not supported : RuntimeError: Unsupported raster format
chunk.exportOrthomosaic(path, dx=1e-07, dy=1e-07, format=PhotoScan.RasterFormat.RasterFormatNone, image_format=PhotoScan.ImageFormat.ImageFormatTIFF, tiff_overviews=False, white_background=False, write_kml=True)