DataLab icon indicating copy to clipboard operation
DataLab copied to clipboard

Add support for RGB images

Open PierreRaybaut opened this issue 11 months ago • 0 comments

DataLab provides image processing features for many data types but only grayscale. Currently, here are the supported data types: uint8, uint16, int16, float32 and float64.

This issue aims at proposing a new RGB data type which would be for example based on uint8.

This follows #118 reporting issues with image color spaces while trying to import a RGB image into DataLab.

PierreRaybaut avatar Mar 07 '25 08:03 PierreRaybaut