![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <glib.h>#include <inttypes.h>#include <lcms2.h>#include <stddef.h>
Include dependency graph for printprof.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| 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) |
| 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().