From: Øyvind Kolås Date: Wed, 11 Jul 2018 19:48:10 +0000 (+0200) Subject: babl: make babl_space_to_icc symbol internal X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~16^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4f37dfb6a527da0dceda671da9eb9aa0fd3d7fa;p=babl.git babl: make babl_space_to_icc symbol internal --- diff --git a/babl/babl-internal.h b/babl/babl-internal.h index b857a65..392d786 100644 --- a/babl/babl-internal.h +++ b/babl/babl-internal.h @@ -446,4 +446,19 @@ babl_conversion_process (const Babl *babl, void _babl_fish_rig_dispatch (Babl *babl); void _babl_fish_prepare_bpp (Babl *babl); + +/* babl_space_to_icc: + * + * Creates an ICCv2 RGB matrix profile for a babl space. The profiles strive to + * be as small and compact as possible, TRCs are stored as 1024 entry LUT(s). + * + * the result is allocated with malloc and you should free it when done. + */ + +char *babl_space_to_icc (const Babl *space, + const char *description, + const char *copyright, + BablICCFlags flags, + int *icc_length); + #endif diff --git a/babl/babl.h b/babl/babl.h index 164533b..d483249 100644 --- a/babl/babl.h +++ b/babl/babl.h @@ -496,19 +496,6 @@ typedef enum { BABL_ICC_COMPACT_TRC_LUT = 1, } BablICCFlags; -/* babl_space_to_icc: - * - * Creates an ICCv2 RGB matrix profile for a babl space. The profiles strive to - * be as small and compact as possible, TRCs are stored as 1024 entry LUT(s). - * - * the result is allocated with malloc and you should free it when done. - */ - -char *babl_space_to_icc (const Babl *space, - const char *description, - const char *copyright, - BablICCFlags flags, - int *icc_length); /* babl_space_get: * diff --git a/export-symbols b/export-symbols index 2b96e83..f9d0a1c 100644 --- a/export-symbols +++ b/export-symbols @@ -42,7 +42,6 @@ babl_sampling babl_set_user_data babl_space babl_space_from_xyz -babl_space_to_icc babl_space_get_icc babl_chromaticities_make_space babl_space_get