File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1213,7 +1213,7 @@ def _save_tif(
12131213 tifffile .imwrite (
12141214 output_path ,
12151215 image_data ,
1216- compression = "zstd " ,
1216+ compression = "zlib " ,
12171217 bigtiff = use_bigtiff ,
12181218 )
12191219 return
@@ -1280,7 +1280,7 @@ def _save_tif(
12801280 tifffile .imwrite (
12811281 output_path ,
12821282 image_data ,
1283- compression = "zstd " ,
1283+ compression = "zlib " ,
12841284 bigtiff = use_bigtiff ,
12851285 )
12861286 return
@@ -1307,7 +1307,7 @@ def _save_tif(
13071307 output_path ,
13081308 image_data ,
13091309 resolution = resolution ,
1310- compression = "zstd " ,
1310+ compression = "zlib " ,
13111311 bigtiff = use_bigtiff ,
13121312 )
13131313 else :
@@ -1327,7 +1327,7 @@ def _save_tif(
13271327 imagej = True ,
13281328 resolution = resolution ,
13291329 metadata = imagej_metadata ,
1330- compression = "zstd " ,
1330+ compression = "zlib " ,
13311331 bigtiff = use_bigtiff ,
13321332 )
13331333
You can’t perform that action at this time.
0 commit comments