-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
Hello,
I have a 1000 frames (individual 16-bit 1088x1088 tiff files) that I want convert to a Tiff stack that needs to be in big endian format. But when I run the process it throws an exception (An attempt was made to move the file pointer before the beginning of the file.) at frame 909. This is where the output file goes over 2GB.
If I try to create a tiff stack in little endian format, it gets created without any issues (2.2 GB).
Any thoughts on how this can be fixed/worked around?
Regards,
Abhijeet