Skip to content

Commit

Permalink
Merge pull request #55 from adamjtaylor/qptiff-support
Browse files Browse the repository at this point in the history
Add support for QPTIFF
  • Loading branch information
BWMac authored May 10, 2024
2 parents 1febf2e + 830a9e6 commit d219b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcqc/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_file_type(cls, file_type: str) -> FileType:
FileType("TXT", (".txt",), "format_1964")
FileType("JSON", (".json",), "format_3464")
FileType("JSON-LD", (".jsonld",), "format_3749")
FileType("TIFF", (".tif", ".tiff", ".svs", ".scn"), "format_3591")
FileType("TIFF", (".tif", ".tiff", ".svs", ".scn", ".qptiff"), "format_3591")
FileType("OME-TIFF", (".ome.tif", ".ome.tiff"), "format_3727")
FileType("TSV", (".tsv"), "format_3475")
FileType("CSV", (".csv"), "format_3752")
Expand Down

0 comments on commit d219b8e

Please sign in to comment.