jimp-dev/jimp

CMYK Source Saved as RGB

Open

Aperta il 22 lug 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (13.218 star) (785 fork)batch import
enhancementhelp wanted

Descrizione

Expected Behavior

maintain color mode on save

Current Behavior

CMYK TIFF saved as JPG is RGB

Failure Information (for bugs)


A CMYK TIFF file read then saved as JPG is saved in RGB.

I have read a number of conflicting statements regarding the support for CMYK - one stated that jpeg-js does not support CMYK, which seems untrue (at least currently) - so how does jimp specify which mode for jpeg-js to save in?

Guida contributor