jimp-dev/jimp

CMYK Source Saved as RGB

Aberta

#1.030 aberto em 22 de jul. de 2021

 (0 comentário) (0 reação) (0 responsável)JavaScript (785 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (13.218 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador