Closed tlnagy closed 6 years ago
In multi-position files, the IFDs can be intercalated but load assumes that they are sequential leading to misassignment of IFDs to positions here:
load
https://github.com/tlnagy/OMETIFF.jl/blob/4e59f9f0bc9af0f5968f0b32cca2e16d9d4b5edf/src/loader.jl#L75
Next find the next IFD, but it may or may not belong to this position.
In multi-position files, the IFDs can be intercalated but
load
assumes that they are sequential leading to misassignment of IFDs to positions here:https://github.com/tlnagy/OMETIFF.jl/blob/4e59f9f0bc9af0f5968f0b32cca2e16d9d4b5edf/src/loader.jl#L75
Next find the next IFD, but it may or may not belong to this position.