Expand description
Camera color calibration database.
Static lookup tables for camera-specific color matrices, sourced from LibRaw/dcraw (Sony, Canon, Nikon, Fujifilm models) and DNG file metadata (Apple models).
Color matrices follow the DNG specification: they transform XYZ values to camera-native color space under a given calibration illuminant.
Modules§
- light_
source - EXIF LightSource codes for calibration illuminants.
Structs§
- Camera
Calibration - Camera color calibration data.
Functions§
- all_
cameras - Returns all camera calibrations in the database.
- find_
camera_ calibration - Look up camera calibration data by substring match.
- get_
camera_ calibration Deprecated - Look up camera calibration data by model string.