Skip to content

An easy-to-use and understand C++ library for colorspace conversions. Currently works with RGB <-> HSL/HSV. Will probably add more in the future

Notifications You must be signed in to change notification settings

alexkuhl/colorspace-conversion-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A small, easy-to-understand C++ library written to convert colorspaces
Will convert RGB to HSV or HSL and back to RGB
Note on the colors:
 R,G,B are ints [0,255]
 S,V,L are floats [0,1]
 H is a float [0,360)

Requires the CImg library header file (testing code used version 1.3.1)
http://cimg.sourceforge.net/

About

An easy-to-use and understand C++ library for colorspace conversions. Currently works with RGB <-> HSL/HSV. Will probably add more in the future

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages