Opened 17 years ago

Closed 17 years ago

#2024 closed defect (fixed)

OFFSITE ignored for greyscale raster files

Reported by: warmerdam Owned by: warmerdam
Priority: high Milestone:
Component: GDAL Support Version: 4.10
Severity: normal Keywords:
Cc:

Description

The OFFSITE parameter is completely ignored for input raster files that
are a single greyscale image (as opposed to colormapped or 24bit RGB images). 

It should be supported, and the OFFSITE value should be the RGB tuple
that the greyscale input value will expand to - normally just the input 
repeated 3 times.

Change History (1)

comment:1 by fwarmerdam, 17 years ago

Resolution: fixed
Status: newclosed
Problem fixed in 4.99 and 4.10.x branch. 

Added msautotest/gdal/offsite_8bitgrey.map test for this fix (in 4.99 only).

Note: See TracTickets for help on using tickets.