|
| 以 PDF 格式下载本书 (103 KB)
PrefaceIntroductionThe KCMS Calibrator Tool Loadable Interface Guide describes how to create a dynamically loadable device handler to be used in calibrating devices. Your colorimeter software interacts with the Kodak Color Management System (KCMS(TM)) Calibrator Tool to gather the color measurements needed to correct ICC format profiles. The measurement data is then used by the KCMS framework to achieve the device independent display of color images. Currently calibration of color monitor devices only is supported. This guide is part of the software development kit (SDK) portion of the KCMS software product. Who Should Use This BookThis guide is intended to be used by programmers who are writing dynamically installable modules (for example, colorimeter device handlers) that provide KCMS Calibrator Tool with color measurement data. This guide assumes its readers are familiar with the KCMS color management software and the colorimeter hardware. Before You Read This BookBefore reading this guide, you should
How This Book Is OrganizedThis guide is organized into the following chapters: Chapter 1, Overview ," is an overview of color calibration. Read this chapter to understand the main software components involved in calibration. The chapter summarizes how Calibrator Tool (which is executed with the kcms_calibrate(1) command) interacts with the dynamically loadable module to obtain calibration data. (For details on kcms_calibrate(1), see the man page description.) Chapter 2, Calibrating A Monitor ," describes calibration from the end-user perspective and the action of the underlying sample software. Chapter 3, OWconfig Database ," details how you insert and delete OWconfig entries for dynamically loadable calibration modules. Chapter 4, Measuring Monitor Response ," touches on the rationale Calibrator Tool uses to gather measurement data. Chapter 5, Data Structures ," describes the structures Calibrator Tool uses for measurement data. Chapter 6, Functions ," alphabetically presents and describes the interfaces a loadable module uses to interact with Calibrator Tool. Glossary defines words and phrases used in this guide. Related BooksSun PublicationsFor information using KCMS Calibrator Tool see the OpenWindows Advanced User's Guide. The section entitled "Calibrating Your Monitor," in Chapter 10, "Customizing Your Environment," contains information on how to calibrate your monitor with Calibrator Tool. For basic information on color concepts and KCMS, see the first two white papers listed in Table P-1 . The other two white papers provide background information on your viewing environment. These files are located online in the /usr/openwin/demo/kcms/docs/ directory. Table P-1 KCMS White Papers
X Window System InformationThe following X Window System manuals are available through SunExpress or your local bookstore.
Ordering Sun DocumentsThe SunDocsSM program provides more than 250 manuals from Sun Microsystems, Inc. If you live in the United States, Canada, Europe, or Japan, you can purchase documentation sets or individual manuals using this program. For a list of documents and how to order them, see the catalog section of the SunExpress(TM) Internet site athttp://www.sun.com/sunexpress. Note - The term "x86" refers to the Intel 8086 family of microprocessor chips, including Pentium and Pentium Pro processors and compatible microprocessor chips made by AMD and Cyrix. In this document, the term "x86" refers to the overall platform architecture, whereas "Intel Platform Edition" appears in the product name. What Typographic Changes MeanTable P-2 describes the typographic changes used in this book. Table P-2 Typographic Conventions
Shell Prompts in Command ExamplesTable P-3 shows the default system prompt and superuser prompt for the C shell, Bourne shell, and Korn shell. Table P-3 Shell Prompts
Naming ConventionsIn this guide, KCMS refers to the Kodak Color Management System. The names of calibration functions and data structures consist of the prefix string `KCMS' plus other significant words that suggest what the function or data structure does. To illustrate, KCMSCMonInit() is a function name consisting of four significant words:
Table P-4 describes each significant word. Table P-4 Naming Conventions
Note - The prefix strings `KCS' and `kcs' also are used to refer to the Kodak Color Management System product in related documentation. |
|||||||||||||||||||||||||||||||||||||||||