jimp-dev/jimp

CMYK Source Saved as RGB

开放

#1,030 创建于 2021年7月22日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (785 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (13,218 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南