Bug 697978 - Need device that supports spot color to CMYK that has halftone per tag (object type)
Summary: Need device that supports spot color to CMYK that has halftone per tag (objec...
Status: NOTIFIED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Color (show other bugs)
Version: master
Hardware: All All
: P1 enhancement
Assignee: Ray Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-03 10:11 UTC by Ray Johnston
Modified: 2021-10-09 08:51 UTC (History)
0 users

See Also:
Customer: 531
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ray Johnston 2017-06-03 10:11:37 UTC
A customer is interested in having Ghostscript create halftoned CMYK with
proper spot color / overprint, where the halftone depends on the object type.

This has (so far) required correcting many tag issues, but also needs some
additions to the "DeviceN" colors to support tags.
Comment 1 Ray Johnston 2017-06-12 07:30:35 UTC
I have been working on this, but hadn't noticed that it was assigned (by
default) to Michael.
Comment 2 Ray Johnston 2017-06-12 07:32:01 UTC
and this isn't actually a bug, but an enhancement (adding a new device)
Comment 3 Ray Johnston 2021-01-08 00:58:52 UTC
I have a method in development that provides for object type specific halftones.

It works, but there are some reference counting issues I need to track down.
Comment 4 Ray Johnston 2021-08-23 05:15:58 UTC
Commit 2e66582c527646015731cd0f4a0fb2e2d1559887 replaces the tiffsep1 device
with one that supports spot colors and also provides for object type specific
halftones. The object type specific halftone commit 032cb22e6d63 added this
for the graphics state.

Note that pages with transparency don't support object type specific halftones
for this or any other halftoned devices since the page is rendered to contone
buffers, then halftoned once the page is complete.