Skip to content

Commit

Permalink
Support ICS format
Browse files Browse the repository at this point in the history
  • Loading branch information
joda01 authored May 27, 2022
1 parent c1f8fa0 commit dd7f993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/danmayr/imagej/algorithm/FileProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ private static void findFiles(final File[] files, ArrayList<File> foundFiles) {
} else if (file.getName().toLowerCase().endsWith(".vsi")
|| file.getName().toLowerCase().endsWith(".tiff")
|| file.getName().toLowerCase().endsWith(".czi")
|| file.getName().toLowerCase().endsWith(".ics")
|| file.getName().toLowerCase().endsWith(".tif")) {
foundFiles.add(file);
}
Expand Down

0 comments on commit dd7f993

Please sign in to comment.