tifffile icon indicating copy to clipboard operation
tifffile copied to clipboard

Read and write TIFF files

Results 3 tifffile issues
Sort by recently updated
recently updated
newest added

Hi @cgohlke I ran into another svs file with malformed description metadata that prevents `svs_description_metadata` to parse it correctly: ```python import fsspec from tifffile import TiffFile from tifffile.tifffile import svs_description_metadata...

bug

When trying to package version 20220812 for Debian, I see the following failures when running on the installed package: ``` _______________________ test_issue_imagej_hyperstack_arg _______________________ def test_issue_imagej_hyperstack_arg(): """Test write ImageJ with hyperstack...

bug

Hey, thanks for the package :) I have some large cloud optimized geotiffs and I'm trying to remove specific tags from them. I was looking through the code and saw...

enhancement