Opened 12 years ago

Closed 12 years ago

#4610 closed defect (fixed)

ARG Driver: uint8 NoData value incorrect.

Reported by: dzwarg Owned by: dzwarg
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: arg
Cc:

Description

The NoData value for uint8 ARGs use -1/255 for the NoData value, when they should be using -128/128.

Attachments (1)

arg128.patch (1.6 KB ) - added by dzwarg 12 years ago.
Changed nodata value for int8 ARGs. Added test to check the nodata value of new ARGs.

Download all attachments as: .zip

Change History (2)

by dzwarg, 12 years ago

Attachment: arg128.patch added

Changed nodata value for int8 ARGs. Added test to check the nodata value of new ARGs.

comment:1 by dzwarg, 12 years ago

Resolution: fixed
Status: newclosed

Committed fix in r24219.

Note: See TracTickets for help on using tickets.