Skip to content

Coloriser/RGBtoLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1 RGBtoLAB

Python Code for conversion of an image from RGB color model to LAB color model.

The code accepts a JPG image in RGB color model as input and converts it into a TIFF file in LAB color model.

###RGB The RGB color model is an additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green and blue.Details here.

###LAB A Lab color space is a color-opponent space with dimensions L for lightness and a and b for the color-opponent dimensions, based on nonlinearly compressed (e.g. CIE XYZ) coordinates. Details here.

###Usage Supply the input image filename as a CLI. The converted image will be saved in the working directory.

About

RGB to LAB conversion using PIL library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages