-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Labels
bugcomponent:readersenhancementcode enhancements, features, improvementscode enhancements, features, improvements
Description
While looking into #2923 I went through the generic_image reader code. All the images with A channel are converted to floats and NaNs are placed to the no data pixels. If there's no A but the image has a nodatavals metadata item present and nodata_handling is set to "fill_value" the image is kept as integer data. I'm not sure PNG supports the no data value (or fill value).
Maybe the generic_image reader should have a feature to force a fill_value that would replace the A band whether there is a fill value in the original image or not.
Originally posted by @pnuu in #2897 (comment)
Metadata
Metadata
Assignees
Labels
bugcomponent:readersenhancementcode enhancements, features, improvementscode enhancements, features, improvements