6.1
Changes since 6:
- Faster for
RGB48
input with less memory used. - Support
RGBS
input (6x slower thanRGB48
). - Support XYZ as preset colorspace. Note that internally an RGB colorspace with D50 white point instead of XYZ colorspace is used.
- Allow overriding rendering intent in
iccc.Tag
. - Meson won't ask for Objective-C compiler when unnecessary.