[QGIS Commit] [qgis/Quantum-GIS] 80c251: cumulative cut tools, raster stretching moved from...
GitHub
noreply at github.com
Sun Jul 29 05:07:58 PDT 2012
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 80c251d2a92dcc87ca3056e2e05251fad401bf6a
https://github.com/qgis/Quantum-GIS/commit/80c251d2a92dcc87ca3056e2e05251fad401bf6a
Author: Radim Blazek <radim.blazek at gmail.com>
Date: 2012-07-29 (Sun, 29 Jul 2012)
Changed paths:
M images/images.qrc
A images/themes/default/mActionFullCumulativeCutStretch.png
A images/themes/default/mActionLocalCumulativeCutStretch.png
M src/app/qgisapp.cpp
M src/app/qgisapp.h
M src/core/qgsrasterdataprovider.cpp
M src/core/raster/qgsrasterlayer.cpp
M src/core/raster/qgsrasterlayer.h
M src/core/raster/qgsrasterrenderer.h
M src/gui/raster/qgsrasterminmaxwidget.cpp
M src/plugins/sqlanywhere/sasourceselect.cpp
M src/ui/qgisapp.ui
M tests/testdata/control_images/expected_landsat_basic/expected_landsat_basic.png
Log Message:
-----------
cumulative cut tools, raster stretching moved from qgisapp to raster layer, unfortunately one control image has also be changed because stretching changed from GDALComputeRasterMinMax which gives for tests/testdata/landsat.tif 3. band min/max 57/157 to GDALComputeRasterStatistics which gives 51/172
More information about the QGIS-commit
mailing list