Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Raster layer properties : use/save default pyramid resampling method
Currently when you build raster pyramids from the Pyramids tab in raster layer properties, the default method proposed is the first one in the combobox, i.e. nearest neighbour. This is generally a poor choice for quality. This changeset uses the settings gdal/driverOptions/_pyramids/resampling already used by the Options dialog to select the resampling method (and AVERAGE if not yet defined), and it saves the user choice when generating them.
- Loading branch information
Showing
with
23 additions
and 5 deletions.