![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/printprof.h"#include "common/colorspaces.h"#include "lcms2.h"#include <glib.h>#include <unistd.h>
Include dependency graph for printprof.c:Functions | |
| static cmsUInt32Number | ComputeOutputFormatDescriptor (cmsUInt32Number dwInput, int OutColorSpace, int bps) |
| static cmsUInt32Number | ComputeFormatDescriptor (int OutColorSpace, int bps) |
| int | dt_apply_printer_profile (void **in, uint32_t width, uint32_t height, int bpp, cmsHPROFILE hInProfile, cmsHPROFILE hOutProfile, int intent, gboolean black_point_compensation) |
|
static |
Referenced by dt_apply_printer_profile().
|
static |
Referenced by dt_apply_printer_profile().
| int dt_apply_printer_profile | ( | void ** | in, |
| uint32_t | width, | ||
| uint32_t | height, | ||
| int | bpp, | ||
| cmsHPROFILE | hInProfile, | ||
| cmsHPROFILE | hOutProfile, | ||
| int | intent, | ||
| gboolean | black_point_compensation | ||
| ) |
References bpp, ComputeFormatDescriptor(), ComputeOutputFormatDescriptor(), height, and width.
Referenced by _export_image().