Opened 8 years ago

Closed 8 years ago

#6651 closed enhancement (fixed)

GeoTIFF: storing non standard order of band color interpretation

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.2.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: gtiff
Cc:

Description

It is desirable to be able to generate analytic products such a B,G,R,infrared have bands stored in that order, but the photometric interpretation of TIFF are pretty limited. One solution is to extend the capabilities of the XML stored in the TIFFTAG_GDAL_METADATA to store the GDALColorInterpreation value of each band (when needed).

Change History (1)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 35431:

GTiff: handle storing (and reading) band color interpretation in GDAL internal metadata when it doesn't match the capabilities of the TIFF format, such as B,G,R ordering (fixes #6651)

Note: See TracTickets for help on using tickets.