~ubuntu-branches/debian/wheezy/ghostscript/wheezy

« back to all changes in this revision

Viewing changes to psi/zicc.c

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2012-02-10 19:27:35 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120210192735-itmbfs6nfl8t9qm8
Tags: 9.05~dfsg-1
* New upstream release.
* Update copyright file:
  + Improve Copyright shortnames:
    - BSD → BSD-3-Clause
    - MIT~Open → NTP~Open
    - MIT~WSU → NTP~WSU
    - MIT~Lucent → NTP~Lucent
    - other-Adobe → BSD-3-Clause~Adobe
  + Fix merge double Files-Excluded, and list globbing before specific
    files.
  + Quote licenses in Comment fields.
  + Drop duplicate Comment fields.
  + Fix refer to license shortname AFPL~AFPL (not AFPL).
  + Extend copyright years.
  + Add new Files section, Apache-2.0 licensed (TrueType file, not
    linked code so not challenging GPL).
  + Drop a few Files sections and a License section.
* strip convenience library openjpeg from upstream source.
* Imported Upstream version 9.05~dfsg
* Drop patches 020110819 and 1001, applied upstream.
* Explicitly disable use of openjpeg: Now preferred if available but
  requires patching for ICC and CMYK support.
* Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include "gsicc_manage.h"
35
35
#include "gx.h"
36
36
#include "gxistate.h"
37
 
#include "gserror.h"
38
37
#include "gsicc_create.h"
39
38
#include "gsicc_profilecache.h"
40
39
 
174
173
        picc_profile->Range.ranges[1].rmax = 127.0;
175
174
        picc_profile->Range.ranges[2].rmin = -128.0;
176
175
        picc_profile->Range.ranges[2].rmax = 127.0;
 
176
        picc_profile->islab = true;
177
177
    } else {
178
178
        for (i = 0; i < ncomps; i++) {
179
179
            picc_profile->Range.ranges[i].rmin = range_buff[2 * i];