educelab / volume-cartographer

Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63 stars 22 forks source link

TIFFIO: Fix memmap endianness issues #110

Closed csparker247 closed 1 month ago

csparker247 commented 1 month ago

When attempting to MemMap a TIFF file, also check that the file's endianness matches that of the system.

Fixes #108.