Skip to main content
Participating Frequently
July 26, 2023
Question

How to use psdtags and tifffile libraries to create multi-channel tiff files in python

  • July 26, 2023
  • 1 reply
  • 679 views

I want to generate a tiff file with labeled spot color channels like the one in the link below. When opened in photoshop, there are W1 and W2 channels in the channel interface besides CMYK github.com/cgohlke/tifffile/files/11844519/origin.zip In addition to CMYK files, the UV printer also needs to add two layers of spot color channels in tiff for printing of varnish and white ink. If the varnish layer and white ink layer cannot be merged or generated through code, then I have to use photoshop to generate it manually.

This topic has been closed for replies.

1 reply

Participating Frequently
July 28, 2023

....