Changes between Initial Version and Version 1 of Ticket #3094


Ignore:
Timestamp:
Aug 4, 2009, 9:05:05 PM (15 years ago)
Author:
warmerdam
Comment:

The problem is that the TIFF file is all-in-one-strip. Libtiff has support for breaking up uncompressed files into smaller chunks. GDAL has recent support for breaking up 1 bit 1 strip files but general large compressed files like this will choke GDAL.

I will contemplate how to improve the scanline by scanline access to large strips.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3094

    • Property Keywords GTIFF added
    • Property Owner changed from Warmerdam to warmerdam
    • Property Status newassigned
    • Property Milestone 1.6.2
  • Ticket #3094 – Description

    initial v1  
    11The following are error messages from GDAL. The test dataset is at
    22ftp://GDAL@ftp.esri.com/tiff-lzw-problem.zip
    3 
     3{{{
    44ERROR 2: Unable to allocate 418499163 bytes for a temporary strip buffer in GTIFF driver.
    55ERROR 1: IReadBlock failed at X offset 0, Y offset 0
     
    3838ERROR 2: Unable to allocate 418499163 bytes for a temporary strip buffer in GTIFF driver.
    3939ERROR 1: IReadBlock failed at X offset 0, Y offset 0
    40 
     40}}}