babl: implement CMYK color model in reference and base
authorØyvind Kolås <pippin@gimp.org>
Mon, 12 Nov 2018 22:35:31 +0000 (23:35 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sat, 24 Nov 2018 02:57:24 +0000 (03:57 +0100)
commit843e091485f7716b86fd26d546b99f49dddcad08
treeeed5a0c00c1147583043f66edaf09bdaf8bb52ed
parent0f376418ff187245275289c74128e0dd9a5f208b
babl: implement CMYK color model in reference and base

This commit adds support to the reference fishes of babl to deal
with CMYK based pixel format encodings, backed by babl spaces with
ICC CMYK ICC profiles.
19 files changed:
babl/babl-conversion.c
babl/babl-fish-reference.c
babl/babl-fish.c
babl/babl-icc.c
babl/babl-internal.h
babl/babl-model.c
babl/babl-model.h
babl/babl-sanity.c
babl/babl-space.c
babl/babl-space.h
babl/babl.c
babl/babl.h
babl/base/Makefile.am
babl/base/babl-base.c
babl/base/babl-base.h
babl/base/model-cmyk.c [new file with mode: 0644]
export-symbols
extensions/Makefile.am
extensions/naive-CMYK.c