Ticket #2330 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

Update NITF driver documentation to reflect compression write support.

Reported by: grevedan Assigned to: rouault
Priority: low Milestone: 1.6.0
Component: GDAL_Raster Version: 1.5.1
Severity: minor Keywords:
Cc:

Description

The NITF driver at http://www.gdal.org/frmt_nitf.html at line 1 reads, "GDAL supports reading of several subtypes of NITF image files, and writing simple uncompressed NITF 2.1 files."

After reviewing the code, setting the creation option "IC=C3" enables JPEG compression with fixed quality of 75, and "IC=C8" enables JP2ECW compression.

Request update of documentation to actual implementation.

Change History

05/11/08 13:08:36 changed by rouault

  • status changed from new to assigned.
  • owner changed from warmerdam to rouault.

05/11/08 13:31:19 changed by rouault

  • status changed from assigned to closed.
  • resolution set to fixed.

Doc update in trunk in r14447