all devices regression report - 2018-01-12-12:53:13 - 1508f69d9ed68baac7e659e6089edbf12c9717a9

[email protected] Fri, 12 Jan 2018 12:53:13 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.regression
Message-ID <20180112205313.E10A32040273@i7>
Differences in all devices errors using gs/examples files

Previous Revision: d6a0412e281b786847ec96acc0ba85ffa22bf04d
 Current Revision: 1508f69d9ed68baac7e659e6089edbf12c9717a9

commit 1508f69d9ed68baac7e659e6089edbf12c9717a9
Author:     Ray Johnston <[email protected]>
AuthorDate: Fri Jan 12 08:23:09 2018 -0800
CommitDate: Fri Jan 12 09:47:14 2018 -0800

    Fix devn color affecting psdcmyk tests/pdf/Bug6901014_launch_leaflet.pdf p2
    
    The image interpolation uses copy_alpha_hl_color so when InterpolateControl=-1
    is used with this file in clist mode, playback ends up calling the
    default_no_copy_alpha_hl_color function which throws an "undefined" error. If
    this proc is seen, instead pass to copy_alpha which can work as long as the
    devn color can be packed into a chunky color which is the case as long as the
    num_components is <= 8, which is useful enough to make it worth trying. If
    the num_components is too large, the copy_alpha will throw a "rangecheck".

base/gxclrast.c

new errors:

errors that went away:

errors that are not whitelisted:
=== ghostpdl/examples/transparency_example.ps === cp50 ===
=== ghostpdl/examples/transparency_example.ps === psdrgb ===