Skip to content

Commit 9fb34d8

Browse files
committed
improve comment
1 parent 2591c87 commit 9fb34d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_file_tiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_bigtiff(self, tmp_path: Path) -> None:
109109

110110
with Image.open("Tests/images/hopper_bigtiff.tif") as im:
111111
# The data type of this file's StripOffsets tag is LONG8,
112-
# which is not currently supported when saving.
112+
# which is not yet supported for offset data when saving multiple frames.
113113
del im.tag_v2[273]
114114

115115
outfile = str(tmp_path / "temp.tif")

0 commit comments

Comments
 (0)