lennart-rth / Live-Earth-Wallpapers

A collection of all earth related space Images in one script to set as your Desktop background.
GNU General Public License v3.0
300 stars 13 forks source link

sentinel color grading #22

Closed lennart-rth closed 1 year ago

lennart-rth commented 1 year ago

Sometimes the Sentinel Images are quit dark. Especially in the northern hemisphere (>30°).\ There is already some color grading going on in sentinel.py:white_balance(). This needs to be replaced with a sequence of "correction steps" , to auto brighten, auto contrast and auto strech (colorspace not image size) the image. A good start would be the ImageEnhance Module from Pillow.