Ticket #2330 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Update NITF driver documentation to reflect compression write support.

Reported by: grevedan Owned by: 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

Changed 5 years ago by rouault

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

Changed 5 years ago by rouault

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

Doc update in trunk in r14447

Note: See TracTickets for help on using tickets.