[Gdal-dev] SID to TIF
Jason M. Nielsen
jnielsen at aero-graphics.com
Tue Jun 8 10:11:42 EDT 2004
Quoting "David W. Lowther" <DLowther at scigis.com>:
> Are there any limitations to the size of TIF that can be created when
> going from SID to TIF using GDAL compiled with the Lizardtech SDK? We
> have been trying to decompress some color county mosaics using
> mrsiddecode from Lizardtech without success and it has been suggested
> that this is because there is a 4GB file size limit for the resultant
> TIF - supposedly due to MS Windows - and our resultant TIF would be 8GB
> or more. Does anyone know if this would apply to using GDAL on Windows?
> What about GDAL on Linux? If all of these seem to be dead ends, has
> anyone got any suggestions on decompressing these things?
>
>
>
> Thanks,
>
>
>
> Dave
Apparently the TIFF size limitation is 2**32 bytes in length which is 4GB. It
seems like I have seen TIFFs greater than 6GB but only the file. Never seen them
visually. This does not really help you beyond one aspect. The Version 6 TIFF
specification seems to indicate you are limited to a 4GB TIFF. Or maybe Im
entirely off in left field.
More information about the Gdal-dev
mailing list