ICC-Profile
This set of modules is the color tool kit I developed as a consultant in the printing business. I use it for solving one-off problems and testing new ideas. The software was developed on the OS X operating system, but should work on other OS.
These modules are used by PressCal, a tool for calibrating printing processes. See https://optimalmethod.org/ for details. There is a programming tutorial on that web site, which contains example code.
There are two optional XS modules written in C that require compiling. These work on OS X, but are not ported to other OS. Therefore, I have not released them to CPAN, but they are available on https://optimalmethod.org/.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install (you may need to use 'sudo' to install)
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc ICC::Profile
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/Public/Dist/Display.html?Name=ICC-Profile
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/ICC-Profile
CPAN Ratings
http://cpanratings.perl.org/d/ICC-Profile
Search CPAN
http://search.cpan.org/dist/ICC-Profile/
LICENSE AND COPYRIGHT
Copyright © 2004-2020 William B. Birkett
Programs in this distribution, authored by William B. Birkett, are licensed under the GNU General Public License, v3.
See https://www.gnu.org/licenses/gpl-3.0.html for license details.