summaryrefslogtreecommitdiff
path: root/libweston/color-lcms/color-profile.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-19color-lcms: print ICC profile class on errorPekka Paalanen1-2/+20
2024-06-17color-lcms: move ICC profile data to nested structLeandro Ribeiro1-10/+10
2024-06-17color-lcms: avoid destroying cprof without rofileLeandro Ribeiro1-4/+8
2024-06-17color: add get_color_profile_from_params() to color managersLeandro Ribeiro1-10/+135
2024-03-20color-lcms: print profile id instead of pointerPekka Paalanen1-3/+3
2024-03-07color-lcms: stop hard-coding blend-to-output transformationPekka Paalanen1-15/+16
2024-03-07color-lcms: convert VCGT curves to lcmsProfilePtrPekka Paalanen1-8/+11
2024-03-07color-lcms: convert output eotf from curves to lcmsProfilePtrPekka Paalanen1-8/+20
2024-03-07color-lcms: wrap cmsHPROFILE typePekka Paalanen1-34/+34
2024-03-07color-lcms: replace comments in ensure_output_profile_adds_icc()Pekka Paalanen1-4/+6
2024-03-07color-lcms: improve ensure_output_profile_extract() error reportingPekka Paalanen1-9/+30
2024-03-07color-lcms: refactor into ensure_output_profile_extract()Pekka Paalanen1-30/+36
2024-03-07color-lcms: move output-only fields from cmlcms_color_profilePekka Paalanen1-6/+6
2024-02-23color: rename get_stock_sRGB_color_profile to ref_stock_sRGB_color_profilePekka Paalanen1-1/+1
2024-02-23color-lcms: rename get_cprof() to to_cmlcms_cprof()Pekka Paalanen1-2/+2
2024-02-23color-lcms: rename get_cmlcms() to to_cmlcms()Pekka Paalanen1-4/+4
2024-02-14color: add support to the color-management protocolLeandro Ribeiro1-2/+77
2023-10-30color: add get_stock_sRGB_color_profile() to color managerLeandro Ribeiro1-0/+11
2023-04-12color-lcms: add debug scope for color profilesLeandro Ribeiro1-0/+26
2023-04-12color-lcms: save ICC profile version string with a single decimal valueLeandro Ribeiro1-1/+1
2022-09-28color-lcms: add support for matricesVitaly Prosyak1-1/+1
2022-09-28color-lcms: rename output_eotf to eotfVitaly Prosyak1-2/+2
2022-03-01color-lcms: Always use cmsContext for LCMS API which has THR suffixVitaly Prosyak1-5/+6
2022-02-11color-lcms: linearization of an arbitrary color profileVitaly Prosyak1-0/+224
2022-02-11color-lcms: introduce sRGB stock profileVitaly Prosyak1-1/+39
2022-02-09color-lcms: add wrapper API for refcounting cmlcms_color_profileVitaly Prosyak1-0/+19
2022-02-09color-lcms: introduce cmlcms_category, EOTF and INV EOTFVitaly Prosyak1-0/+3
2021-11-23color: introduce weston_color_profilePekka Paalanen1-0/+202