areaDetector / ADCore

The home of the core components of the EPICS areaDetector software. It includes base classes for drivers and code for all of the standard plugins.
https://areadetector.github.io/areaDetector
Other
20 stars 69 forks source link

ADApp/pluginSrc/NDFileTIFF.cpp: restore dedicated handling of 32-bit … #518

Closed mp49 closed 1 week ago

mp49 commented 2 weeks ago

…integers. Having the 32-bit case fall through to the 64-bit case resulted in corrupted data most of the time, and this restores previous behavior without affecting the new 64-bit support.

mp49 commented 2 weeks ago

fixes #519

MarkRivers commented 1 week ago

I have create a new PR that fixes the issues with this one, and adds testing. #520

mp49 commented 1 week ago

Closing this because #520 is a better fix