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. I have tried to make it portable to other OS, but I cannot test, so there may be issues. Let me know if you find bugs – I will try to fix them.

These reason for posting these modules to CPAN is to support the OPTIMAL method, a technique for calibrating printing processes. See https://optimalmethod.org/ for details. There is a programming tutorial on that web site, illustrating the use of these modules.

There are three 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. They are available on request.

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.