ValidateICC =========== :author: Andreas Romeyke Simple CLI tool based on reference implementation of color consortium, IccProfLib2 library, found at https://github.com/InternationalColorConsortium/DemoIccMAX[] Please read file "COPYING" for license, tool is simple derivation of ValidateIccProfile() from file IccProfile.cpp. == How to Compile You need the ICCProfLib2 library compiled and installed, you need cmake. Try this in current project dir: * mkdir build/ * cd build/ * cmake ../ * make * make install
Description
validates an ICC profile using the reference implementation of the International Color Consortium
Languages
CMake
38.8%
Perl
31.5%
C++
29.7%