Changes between Initial Version and Version 1 of Ticket #5386


Ignore:
Timestamp:
Feb 13, 2014, 9:26:50 AM (10 years ago)
Author:
bugbuster
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5386 – Description

    initial v1  
    1 GDAL does not support NITF "Jpeg2000 compression format" based on Kakadu (JP2KAK driver).
    2 As it is with GDAL 1.9.2, it is possible use "IC=C8" compression flag and use JP2KAK driver. However, there is no way to give any option. In particular, tiling is necesary when dealing with large raster images (e.g. 40000 X 40000).
     1GDAL does not completely support NITF "Jpeg2000 compression format" based on Kakadu (JP2KAK driver).
     2As it is with GDAL 1.9.2, it is possible to use "IC=C8" compression flag and use JP2KAK driver. However, there is no way to give any option. In particular, tiling is necesary when dealing with large raster images (e.g. 40000 X 40000).
    33
    44I added JP2KAK into nitfdataset.cpp file , taking "ECW support" as an example :