imagemagick convert CMYK pdf to RGB jpeg or PNG and preseerve colors

前端 未结 3 638
我寻月下人不归
我寻月下人不归 2021-01-02 03:41

I have a cmyk pdf that I am trying to convert to a RGB jpeg or png file but have the colors stay pretty close to what the CMYK version is (compared to how photoshop does it)

3条回答
  •  难免孤独
    2021-01-02 04:23

    Based on previous answers, I finally managed to keep natural colors from a CMYK pdf to a RGB png simply using:

    convert -colorspace sRGB cmyk.pdf rbg.png

提交回复
热议问题