From 94997a313af5c90186acdcc03406e44e457ac25a Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Fri, 18 Oct 2024 13:54:47 +0200 Subject: [PATCH] Correctly mention .tif filename suffix as output Factually panimg produces `.tif` and not `.tiff` (minus one 'f'). --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 200565f..648dcc0 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,14 @@ To access the help test you can use `panimg -h`. | `.fda` | `.mha` | `oct` | [2](#footnote2) | | `.png` | `.mha` | `fallback` | [3](#footnote3) | | `.jpeg` | `.mha` | `fallback` | [3](#footnote3) | -| `.tiff` | `.tiff` | `tiff` | | -| `.svs` (Aperio) | `.tiff` | `tiff` | | -| `.vms`, `.vmu`, `.ndpi` (Hamamatsu) | `.tiff` | `tiff` | | -| `.scn` (Leica) | `.tiff` | `tiff` | | -| `.mrxs` (MIRAX) | `.tiff` | `tiff` | | -| `.biff` (Ventana) | `.tiff` | `tiff` | | -| `.dcm` (DICOM-WSI) | `.tiff` | `tiff` | | +| `.tiff` | `.tif` | `tiff` | | +| `.tif` | `.tif` | `tiff` | | +| `.svs` (Aperio) | `.tif` | `tiff` | | +| `.vms`, `.vmu`, `.ndpi` (Hamamatsu) | `.tif` | `tiff` | | +| `.scn` (Leica) | `.tif` | `tiff` | | +| `.mrxs` (MIRAX) | `.tif` | `tiff` | | +| `.biff` (Ventana) | `.tif` | `tiff` | | +| `.dcm` (DICOM-WSI) | `.tif` | `tiff` | | 1: Detached headers are not supported.