(data-input)= # Data Input LightlyTrain supports standard RGB images and images for domain-specific use cases, such as medical imaging. It also loads images from specialized formats. The following image formats are supported: - jpg - jpeg - png - ppm - bmp - pgm - tif - tiff - webp - dcm [(DICOM)](#dicom-support) See the [Single- and Multi-Channel Images](multi_channel) page for details on using multi-channel images in LightlyTrain. See the dedicated page for more details about specific domain image support. ```{toctree} --- hidden: maxdepth: 1 --- multi_channel dicom ```