projects
/
movit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support conversion to and from the XYZ color space.
[movit]
/
image_format.h
diff --git
a/image_format.h
b/image_format.h
index
55aa8d4
..
f84a0f4
100644
(file)
--- a/
image_format.h
+++ b/
image_format.h
@@
-9,6
+9,7
@@
enum ColorSpace {
COLORSPACE_REC_709 = 0, // Same as sRGB.
COLORSPACE_REC_601_525 = 1,
COLORSPACE_REC_601_625 = 2,
+ COLORSPACE_XYZ = 3, // Mostly useful for testing and debugging.
};
enum GammaCurve {