Some third party software may require orthomosaic files in a .tif format. Unfortunately, Pix4Dmatic only exports the orthomosaic in .tiff format. To batch convert those files to .tif.
- Open the folder containing all the .tiff files that need to be converted to .tif
- Anywhere inside the folder - “Hold shift + right click”
- Select “Open Power Shell Window Here” - window opens
- Copy: “ls | Rename-Item -NewName { [io.path]::ChangeExtension($_.name, “tif”) }”
- In Power Shell Window paste: “ls | Rename-Item -NewName { [io.path]::ChangeExtension($_.name, “tif”) }”
- HIt - “Enter”
All .tiff files should now be in .tif file format.