~ubuntu-branches/ubuntu/saucy/argyll/saucy

« back to all changes in this revision

Viewing changes to xicc/xicc.h

  • Committer: Package Import Robot
  • Author(s): Christian Marillat
  • Date: 2012-04-25 07:46:07 UTC
  • mfrom: (1.2.2) (13.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120425074607-yjqadetw8kum9skc
Tags: 1.4.0-4
Should Build-Depends on libusb-dev (Closes: #670329).

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
#define XICC_USE_HK 1   /* [Set] Set to 1 to use Helmholtz-Kohlraush in all CAM conversions */
49
49
#define XICC_NEUTRAL_CMYK_BLACK         /* Use neutral axis black, else use K direction black. */
50
 
#define XICC_BLACK_POINT_TOLL 1.0               /* Tollerance of CMYK black point location */ 
 
50
#define XICC_BLACK_POINT_TOLL 0.5                       /* Tollerance of CMYK black point location */ 
 
51
#define XICC_BLACK_FIND_ABERR_WEIGHT 10.0       /* Weight of ab error against min L in BP */
51
52
 
52
53
/* ------------------------------------------------------------------------------ */
53
54
 
460
461
 
461
462
        /* clut inversion support */
462
463
        double      icent[MXDI];                /* center of input gamut */
 
464
        double      licent[MXDI];               /* last icent value used */
463
465
 
464
466
        icxClip clip;                                   /* Clip setup information */
465
467
 
561
563
        int negative;                   /* NZ for Negative, else Positive */
562
564
        int blackandwhite;              /* NZ for BlackAndWhite, else Color */
563
565
 
 
566
        /* Default intent */
 
567
        icRenderingIntent  default_ri;  /* Default rendering intent */
 
568
 
564
569
        /* Other stuff ICC ?? */
565
570
 
566
571
}; typedef struct _profxinf profxinf;