#include <gimp-print/gimp-print.h>
#include <gimp-print/curve-cache.h>
Go to the source code of this file.
Data Structures | |
struct | channel_depth_t |
struct | channel_param_t |
struct | color_correction_t |
struct | color_description_t |
struct | lut_t |
Defines | |
#define | CHANNEL_K 0 |
#define | CHANNEL_C 1 |
#define | CHANNEL_M 2 |
#define | CHANNEL_Y 3 |
#define | CHANNEL_W 4 |
#define | CHANNEL_R 5 |
#define | CHANNEL_G 6 |
#define | CHANNEL_B 7 |
#define | CHANNEL_MAX 8 |
#define | CMASK_K (1 << CHANNEL_K) |
#define | CMASK_C (1 << CHANNEL_C) |
#define | CMASK_M (1 << CHANNEL_M) |
#define | CMASK_Y (1 << CHANNEL_Y) |
#define | CMASK_W (1 << CHANNEL_W) |
#define | CMASK_R (1 << CHANNEL_R) |
#define | CMASK_G (1 << CHANNEL_G) |
#define | CMASK_B (1 << CHANNEL_B) |
#define | CMASK_RAW (1 << CHANNEL_MAX) |
#define | CMASK_NONE (0) |
#define | CMASK_RGB (CMASK_R | CMASK_G | CMASK_B) |
#define | CMASK_CMY (CMASK_C | CMASK_M | CMASK_Y) |
#define | CMASK_CMYK (CMASK_CMY | CMASK_K) |
#define | CMASK_CMYKRB (CMASK_CMYK | CMASK_R | CMASK_B) |
#define | CMASK_ALL (CMASK_CMYK | CMASK_RGB | CMASK_W) |
#define | CMASK_EVERY (CMASK_ALL | CMASK_RAW) |
Typedefs | |
typedef unsigned(* | stp_convert_t )(const stp_vars_t *vars, const unsigned char *in, unsigned short *out) |
Enumerations | |
enum | color_correction_enum_t { COLOR_CORRECTION_DEFAULT, COLOR_CORRECTION_UNCORRECTED, COLOR_CORRECTION_BRIGHT, COLOR_CORRECTION_ACCURATE, COLOR_CORRECTION_THRESHOLD, COLOR_CORRECTION_DESATURATED, COLOR_CORRECTION_DENSITY, COLOR_CORRECTION_RAW } |
enum | color_model_t { COLOR_WHITE, COLOR_BLACK, COLOR_UNKNOWN } |
enum | color_id_t { COLOR_ID_GRAY, COLOR_ID_WHITE, COLOR_ID_RGB, COLOR_ID_CMY, COLOR_ID_CMYK, COLOR_ID_KCMY, COLOR_ID_CMYKRB, COLOR_ID_RAW } |
Functions | |
unsigned | stpi_color_convert_to_gray (const stp_vars_t *v, const unsigned char *, unsigned short *) |
unsigned | stpi_color_convert_to_color (const stp_vars_t *v, const unsigned char *, unsigned short *) |
unsigned | stpi_color_convert_to_kcmy (const stp_vars_t *v, const unsigned char *, unsigned short *) |
unsigned | stpi_color_convert_to_cmykrb (const stp_vars_t *v, const unsigned char *, unsigned short *) |
unsigned | stpi_color_convert_raw (const stp_vars_t *v, const unsigned char *, unsigned short *) |
|
Definition at line 71 of file color-conversion.h. |
|
Definition at line 65 of file color-conversion.h. |
|
Definition at line 70 of file color-conversion.h. |
|
Definition at line 64 of file color-conversion.h. |
|
Definition at line 66 of file color-conversion.h. |
|
Definition at line 72 of file color-conversion.h. |
|
Definition at line 69 of file color-conversion.h. |
|
Definition at line 68 of file color-conversion.h. |
|
Definition at line 67 of file color-conversion.h. |
|
Definition at line 103 of file color-conversion.h. |
|
Definition at line 81 of file color-conversion.h. |
|
Definition at line 75 of file color-conversion.h. |
|
Definition at line 100 of file color-conversion.h. |
|
Definition at line 101 of file color-conversion.h. |
|
Definition at line 102 of file color-conversion.h. |
|
Definition at line 104 of file color-conversion.h. |
|
Definition at line 80 of file color-conversion.h. |
|
Definition at line 74 of file color-conversion.h. |
|
Definition at line 76 of file color-conversion.h. |
|
Definition at line 98 of file color-conversion.h. |
|
Definition at line 79 of file color-conversion.h. |
|
Definition at line 82 of file color-conversion.h. |
|
Definition at line 99 of file color-conversion.h. |
|
Definition at line 78 of file color-conversion.h. |
|
Definition at line 77 of file color-conversion.h. |
|
Definition at line 94 of file color-conversion.h. |
|
Definition at line 37 of file color-conversion.h. |
|
Definition at line 106 of file color-conversion.h. |
|
Definition at line 57 of file color-conversion.h. |
|
Definition at line 2338 of file color-conversions.c. References lut_t::color_correction, COLOR_CORRECTION_DESATURATED, color_correction_t::correction, raw_to_raw(), and stp_get_component_data(). |
|
Definition at line 2316 of file color-conversions.c. References color_description_t::color_id, lut_t::input_color_description, and stp_get_component_data(). |
|
Definition at line 2272 of file color-conversions.c. References color_description_t::color_id, lut_t::input_color_description, and stp_get_component_data(). |
|
Definition at line 2250 of file color-conversions.c. References color_description_t::color_id, lut_t::input_color_description, and stp_get_component_data(). |
|
Definition at line 2294 of file color-conversions.c. References color_description_t::color_id, lut_t::input_color_description, and stp_get_component_data(). |