HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openexr_std_attr.h
Go to the documentation of this file.
1 /*
2 ** SPDX-License-Identifier: BSD-3-Clause
3 ** Copyright Contributors to the OpenEXR Project.
4 */
5 
6 #ifndef OPENEXR_CORE_STD_ATTR_H
7 #define OPENEXR_CORE_STD_ATTR_H
8 
9 #include "openexr_attr.h"
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 /** @file */
16 
17 /**
18  * @defgroup Standard attributes
19  * @brief These are a group of attributes which are not strictly required,
20  * but have common definitions and should be preferred for representing
21  * the information they describe.
22  * @{
23  */
24 
25 /*
26 chromaticities
27 whiteLuminance
28 adoptedNeutral
29 renderingTransform
30 lookModTransform
31 xDensity
32 owner
33 comments
34 capDate
35 utcOffset
36 longitude
37 latitude
38 altitude
39 focus
40 expTime
41 aperture
42 isoSpeed
43 envmap
44 keyCode
45 timeCode
46 wrapmodes
47 framesPerSecond
48 multiView
49 worldToCamera
50 worldToNDC
51 deepImageState
52 originalDataWindow
53 dwaCompressionLevel
54 */
55 
56 /** @} */
57 
58 #ifdef __cplusplus
59 } /* extern "C" */
60 #endif
61 
62 #endif /* OPENEXR_CORE_STD_ATTR_H */