Skip to content

Commit

Permalink
Merge pull request #108 from brainglobe/accept-tiff-directories
Browse files Browse the repository at this point in the history
Accept both .tif and .tiff files in directories
  • Loading branch information
alessandrofelder authored Nov 27, 2024
2 parents 3a75006 + b9c1547 commit 8e3f91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainglobe_utils/IO/image/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def load_any(
y_scaling_factor,
z_scaling_factor,
anti_aliasing=anti_aliasing,
file_extension=".tif",
file_extension=".tif*",
load_parallel=load_parallel,
n_free_cpus=n_free_cpus,
)
Expand Down

0 comments on commit 8e3f91f

Please sign in to comment.