c++ - How to set, for each raster band, the min and max color values (using GDAL) -


Using GDAL in MSVS (C ++), I have successfully created a multiband raster image, but I do not know how to setup (for each)

band) At the minimum and maximum color scale, I can open the image in my QGIS application and open the image with a proper color scale

Anyone How does this know the code?

Thanks in advance!

Calculate the statistics of each raster band; See for more information.


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

rest - Basic cxfrs RESTful JAX-RS Service -

ajax - Decimal('12000') is not JSON serializable -