We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(\.ome)?\.tiff?
Some TIFF-based formats such as SVS commonly use an extension other than .tiff. With current latest version via pip install generate-tiff-offsets, download https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1.svs and place in a test directory:
.tiff
pip install generate-tiff-offsets
$ ls -og total 173392 -rwxrwxrwx 1 177552579 Nov 6 15:51 CMU-1.svs $ generate_tiff_offsets --input_file CMU-1.svs $ ls -og CMU-1.svs -rwxrwxrwx 1 66 Nov 6 15:54 CMU-1.svs $ cat CMU-1.svs [157121040, 157593686, 175414110, 177087892, 177463730, 177551836]
The output looks correct, but I would have expected it to be placed in a separate CMU-1.svs.json file instead of overwriting the input file.
CMU-1.svs.json
The text was updated successfully, but these errors were encountered:
Interesting. @melissalinkert Would you be able/willing to make a PR?
Sorry, something went wrong.
No branches or pull requests
Some TIFF-based formats such as SVS commonly use an extension other than
.tiff
. With current latest version viapip install generate-tiff-offsets
, download https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1.svs and place in a test directory:The output looks correct, but I would have expected it to be placed in a separate
CMU-1.svs.json
file instead of overwriting the input file.The text was updated successfully, but these errors were encountered: