#include <gimp-print/gimp-print.h>
#include "gimp-print-internal.h"
#include <gimp-print/gimp-print-intl-internal.h>
#include <math.h>
#include <string.h>
#include "lut.h"
Go to the source code of this file.
Functions | |
int | mem_eq (const unsigned short *i1, const unsigned short *i2, int count) |
unsigned | generic_cmy_to_kcmy (stp_const_vars_t vars, const unsigned short *in, unsigned short *out) |
unsigned | raw_cmy_to_kcmy (stp_const_vars_t vars, const unsigned short *in, unsigned short *out) |
|
Definition at line 57 of file color-cmyk.c. References lut_t::channel_curves, FMIN, lut_t::gcr_curve, lut_t::image_width, mem_eq(), lut_t::steps, and stp_curve_resample(). |
|
Definition at line 47 of file color-cmyk.c. Referenced by generic_cmy_to_kcmy(), raw_cmy_to_kcmy(), and stp_channel_convert(). |
|
Definition at line 147 of file color-cmyk.c. References FMIN, lut_t::image_width, and mem_eq(). |