Skip to content

Commit

Permalink
Merge pull request #1003 from girder/qptiff-extension
Browse files Browse the repository at this point in the history
Set the qptiff extension to prefer the tiff reader.
  • Loading branch information
manthey authored Nov 29, 2022
2 parents aa78cc9 + 8cd363d commit bec1331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/tiff/large_image_source_tiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class TiffFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
'tiff': SourcePriority.HIGH,
'ptif': SourcePriority.PREFERRED,
'ptiff': SourcePriority.PREFERRED,
'qptiff': SourcePriority.PREFERRED,
}
mimeTypes = {
None: SourcePriority.FALLBACK,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bec1331

Please sign in to comment.