Skip to content

Commit

Permalink
Merge pull request ome#4135 from sbesson/tiffreader_imagej_ordercertain
Browse files Browse the repository at this point in the history
TiffReader: mark order as certain if metadata is read from ImageJ tag
  • Loading branch information
dgault authored Jan 12, 2024
2 parents ff12362 + 4b9dc7a commit eccd92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/formats-bsd/src/loci/formats/in/TiffReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ else if (eq > 0) {
t = getImageCount();
}
m.dimensionOrder = "XYCZT";
m.orderCertain = true;

if (z * t * (isRGB() ? 1 : c) == ifds.size()) {
m.sizeZ = z;
Expand Down

0 comments on commit eccd92c

Please sign in to comment.