Is there any way to use Convert SPHERE CUBE Droplet when output is larger than 4GB, it worked fine to make a cube as each was about 2GB, but I ran the cube back to a sphere and now I cant even open the folder in Explorer as it has corrupt TIF file in it and crashes Windows Explorer.
EDIT: Deleted file using CMD so now I can at least browse folder again.
Its a limation of the tiff file format:
The TIFF file formats use 32-bit offsets, which limits file size to around 4 GiB. Some implementations even use a signed 32-bit offset, running into issues around 2 GiB already. BigTIFF is a TIFF variant file format which uses 64-bit offsets and supports much larger files. The BigTIFF file format specification was implemented in 2007 in development releases of LibTIFF version 4.0, which was finally released as stable in December 2011. Support for BigTIFF file formats by applications is limited.