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 demonstrate the OPTIMAL method, a technique for
calibrating printing processes. See http://optimalmethod.org/ for details. There are some demo scripts
on that web site that illustrate 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. I would appreciate help getting these
to work on Windows and Unix.

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-2018 William B. Birkett

Programs in this distribution, authored by William B. Birkett, are licensed under the GNU General Public License, v3.

See http://www.gnu.org/licenses/gpl.html for license details.

