using Metashape 1.8.3
When I use export raster and select tile_width and tile_height they only work if global_profile is False, does the global_profile overwrite the tile_width and tile_height to 256 ?
chunk.exportRaster(path=os.path.join(work_path,'OrthoTiles.ZIP'),source_data=Metashape.OrthomosaicData,format=Metashape.RasterFormatTMS,image_format=Metashape.ImageFormatPNG,max_zoom_level=23,min_zoom_level=0,global_profile=True,tile_width=512, tile_height=512)