Move camera constants into multiple JSON files

Create dcraw.json for dcraw constants, rt.json for RawTherapee overrides
for dcraw, and cammatrices.json for color matrices from Adobe DNG
Converter.

Cherry-picked from ART, commit 4f360f3a883f6920f6507c533646db275853093f.
This commit is contained in:
Lawrence Lee
2024-11-10 14:59:16 -08:00
parent bc2fbfad66
commit 6bd9d410ca
5 changed files with 4968 additions and 1 deletions

View File

@@ -38,6 +38,9 @@ install(FILES ${SOUNDFILES} DESTINATION "${DATADIR}/sounds")
install(FILES ${INPUTICCFILES} DESTINATION "${DATADIR}/iccprofiles/input")
install(FILES ${OUTPUTICCFILES} DESTINATION "${DATADIR}/iccprofiles/output")
install(FILES ${DCPFILES} DESTINATION "${DATADIR}/dcpprofiles")
install(FILES "cammatrices.json" DESTINATION "${DATADIR}")
install(FILES "dcraw.json" DESTINATION "${DATADIR}")
install(FILES "rt.json" DESTINATION "${DATADIR}")
install(FILES ${OPTIONSFILE} DESTINATION "${DATADIR}" PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ RENAME options)
install(DIRECTORY "${PROFILESDIR}" DESTINATION "${DATADIR}" FILES_MATCHING PATTERN "*.pp3")