4 .\" The contents of this file are subject to the terms of the
5 .\" Common Development and Distribution License (the "License").
6 .\" You may not use this file except in compliance with the License.
8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 .\" or http://www.opensolaris.org/os/licensing.
10 .\" See the License for the specific language governing permissions
11 .\" and limitations under the License.
13 .\" When distributing Covered Code, include this CDDL HEADER in each
14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 .\" If applicable, add the following below this CDDL HEADER, with the
16 .\" fields enclosed by brackets "[]" replaced with your own identifying
17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
21 .\" Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
24 .TH libopenexr 3LIB "Mar 21 2011" "SunOS 5.11" "Interface Libraries"
26 libopenexr \- user-level OpenEXR library
30 cc [ \fIflag\fR\&.\&.\&.\ ] \fIfile\fR\&.\&.\&. -\fBI/usr/include/OpenEXR -\fBlIlmImf
31 -\fBlImath -\fBlIex -\fBlHalf -\fBlIlmThread -\fBlz \fR [ \fIlibrary\fR\&.\&.\&. ]
37 The IlmImf library is used to read and write Industrial Light & Magic (ILM)
38 OpenEXR images. The IlmImf library depends on the ilmbase libraries.
40 See /usr/share/doc/openexr for a full description and for some code that
41 demonstrates how to use the IlmImf library to read and write OpenEXR files.
42 The doc directory contains some high-level documentation and history about
43 the OpenEXR image file format.
48 \fB\fB/usr/lib/libIlmImf\&.so\fR\fR
55 \fBintro\fR(3), \fBlibz\fR(3LIB), \fBlibilmbase\fR(3LIB)
57 \fIhttp://www\&.openexr\&.com\fR
61 The OpenEXR source code distribution is free software. See the file
62 named COPYING (included in this distribution) for details.