Import eQuimageLab and start dashboard:

[1]:
import equimagelab as eqlab
dbrd = eqlab.Dashboard() # Start the dashboard.
###########################################
# Welcome to eQuimageLab version 1.3.0... #
###########################################
Documentation available at: https://astro.ymniquet.fr/codes/equimagelab/docs/
Luma = 0.2127R+0.7152G+0.0722B.
Dash app running on http://127.0.0.1:8050/

Set parameters:

[2]:
eqlab.params.set_figure_max_width(1024) # Max display width.
eqlab.params.set_image_sampling(1) # Image downsampling rate for display (reduces image resolution but speeds up display).

Load and display image:

[3]:
original, meta = eqlab.load_image("NGC6888.png")
dbrd.show(original, histograms = True, statistics = True)
Loading file NGC6888.png...
Format = PNG.
Image size = 2400x1800 pixels.
Number of channels = 3.
Data type = uint8.
Bit depth per channel = 8.
Bit depth per pixel = 24.
Channel #0: minimum = 0.03529, maximum = 1.00000.
Channel #1: minimum = 0.01176, maximum = 0.97255.
Channel #2: minimum = 0.00000, maximum = 0.99216.
Succesfully read EXIF data...