Menu

Tree [ffb2a8] master /
 History

HTTPS access


File Date Author Commit
 src 2013-05-01 R. Kerviche R. Kerviche [235f04] Cleaning and changing QWT includes for QWT6 on ...
 ColorApplet.pro 2013-05-01 R. Kerviche R. Kerviche [235f04] Cleaning and changing QWT includes for QWT6 on ...
 README.txt 2014-09-29 R. Kerviche R. Kerviche [ffb2a8] Adding an updated README.txt

Read Me

================================================================================

	COLOR APPLET
	
	DATE    : 03/12/2011
	LICENSE : Public domain
	AUTHOR  : Ronan Kerviche (ronan.kerviche@free.fr)

================================================================================

	DESCRITPTION

	Qt Applet for color conversion between different spaces (XYZ, xyz, 
L*U*V*, LAB (Hunter), L*A*B*, RGB, sRGB, Adobe RGB, YIQ, Y'UV). Gives the color 
for a Black Body at a given temperature. Plots the chromaticity diagram and 
gives an approximation of the dominant wavelength and purity. Plots the
 histograms for an input image in a given color space.

	You can extract source files in charge of color management to use them 
in your own projects : 
		color.hpp
		color.cpp
		colorSpace.hpp
		colorSpace.cpp
		illuminants.hpp
		illuminants.cpp
		spectrum.hpp
		spectrum.cpp
		spectrumData.cpp

================================================================================

	HOW TO BUILD (LINUX)

	Requires : Qt (>=4.7.0), QWT (>=6.0)
	
	On Debian-like platforms (Ubuntu, Mint, etc.)
		sudo-apt get install qt-sdk libqwt-dev

	On RHEL-like platforms (Fedora, CentOS, etc.) 
		sudo yum install qt-devel qwt-devel

	Compile : 
	qmake && make

================================================================================