Skip to content

Commit

Permalink
Correctly mention .tif filename suffix as output
Browse files Browse the repository at this point in the history
Factually panimg produces `.tif` and not `.tiff` (minus one 'f').
  • Loading branch information
chrisvanrun authored Oct 18, 2024
1 parent cfafe31 commit 94997a3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ To access the help test you can use `panimg -h`.
| `.fda` | `.mha` | `oct` | <sup>[2](#footnote2)</sup> |
| `.png` | `.mha` | `fallback` | <sup>[3](#footnote3)</sup> |
| `.jpeg` | `.mha` | `fallback` | <sup>[3](#footnote3)</sup> |
| `.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` | |

<a name="footnote1">1</a>: Detached headers are not supported.

Expand Down

0 comments on commit 94997a3

Please sign in to comment.