~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to profile/prof.h

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        char *file_name,                /* output icc name */
55
55
        cgats *icg,                             /* input cgats structure */
56
56
        int spec,                               /* Use spectral data flag */
 
57
        icxIllumeType tillum,   /* Target/simulated instrument illuminant */
 
58
        xspect *cust_tillum,    /* Possible custom target/simulated instrument illumination */
57
59
        icxIllumeType illum,    /* Spectral illuminant */
58
60
        xspect *cust_illum,             /* Possible custom illumination */
59
61
        icxObserverType observ, /* Spectral observer */
86
88
        int nooluts,                    /* nz to supress creation of output (PCS) shaper luts */
87
89
        int nocied,                             /* nz to supress inclusion of .ti3 data in profile */
88
90
        int verify,
89
 
        int nsabs,                              /* nz for non-standard absolute output */
 
91
        int autowpsc,                   /* nz for Auto scale the WP to prevent clipping above WP patch */
 
92
        int clipovwp,                   /* nz for Clip cLUT values above WP */
90
93
        double wpscale,                 /* >= 0.0 for media white point scale factor */
91
94
        int dob2a,                              /* nz to create a B2A table as well */
92
95
        int extrap,                             /* nz to create extra cLUT interpolation points */