Convert RGB to CMYK
How to change a RGB PNG to a CMYK PNG or TIF
Install Imagick:
sudo apt install imagemagick
Then run convert:
convert rgbimage.png -colorspace cmyk -compress LZW output.tif
sudo apt install imagemagick
Then run convert:
convert rgbimage.png -colorspace cmyk -compress LZW output.tif