手机上将mp4转换成amv_如何在Linux上将tiff图像从RGB颜色转换为CMYK颜色?

手机上将mp4转换成amv

I have a poster to be submitted to the publisher which requires image files in CMYK color. The file I already have is in RGB color. How to convert it on Linux?

我有一张海报要提交给出版商,它需要CMYK颜色的图像 文件 。 我已经拥有的文件是RGB颜色。 如何在Linux上转换它?

The convert tool from ImageMagick with option -colorspace to alternate image colorspace of images.

具有选项-colorspace ImageMagick convert工具,用于替换图像的图像色彩空间。

The plain output with colorspace is quite large. So we’d better use a compression like LZW when writing the image:

具有colorspace的普通输出非常大。 因此,我们最好在写入图像时使用类似LZW的压缩方式:

$ convert from.tif -colorspace cmyk -compress LZW to.tif

To find more supported colorspace and compress options, you can use the -list option of convert:

要查找更多受支持的色彩空间和压缩选项,可以使用convert-list选项:

$ convert -list colorspace
CIELab
CMY
CMYK
Gray
HCL
HCLp
HSB
HSI
HSL
HSV
HWB
Lab
LCH
LCHab
LCHuv
LMS
Log
Luv
OHTA
Rec601Luma
Rec601YCbCr
Rec709Luma
Rec709YCbCr
RGB
scRGB
sRGB
Transparent
XYZ
YCbCr
YDbDr
YCC
YIQ
YPbPr
YUV

and

$ convert -list compress
B44
B44A
BZip
DXT1
DXT3
DXT5
Fax
Group4
JBIG1
JBIG2
JPEG
JPEG2000
Lossless
LosslessJPEG
LZMA
LZW
None
Piz
Pxr24
RLE
Zip
RunlengthEncoded
ZipS
Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自: https://www.systutorials.com/how-to-convert-tiff-images-from-rgb-color-to-cmyk-color-on-linux/

手机上将mp4转换成amv

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值