ome / bioformats

Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
https://www.openmicroscopy.org/bio-formats
GNU General Public License v2.0
371 stars 241 forks source link

TiffReader: mark order as certain if metadata is read from ImageJ tag #4135

Closed sbesson closed 5 months ago

sbesson commented 6 months ago

Fixes #4134

If parseCommentImageJ is invoked, sets the orderCertain flag to true alongside the dimensionOrder and sizes read from the INI-style metadata.

This commit can be tested by following the scenario of the original issue i.e.:

NicoKiaru commented 6 months ago

Dude, thanks for the christmas present!