开发者

How to set a color profile with exiftool?

I have some .jpg files without a color profile, and would like to set them to a particular color profile using exiftool.

what parameter do I n开发者_运维问答eed to supply to do this?


For exiftool to add a color profile, you need a profile.file
You can extract this from any JPEG image by:

exiftool -icc_profile -b somefile.jpg > profile.icc

Then attach this profile by using

exiftool "-icc_profile<=profile.icc" yourfile.jpg
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜