how can I convert an RGB image to CMYK and vice versa in Java?

前端 未结 4 1897
伪装坚强ぢ
伪装坚强ぢ 2020-12-21 01:03

our web app let users download dynamically generated images in different formats (bmp, png and jpeg). Some of our users download the images for printing, thus we would like

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-21 01:44

    It appears that it's not simple and you'll have to either load up a color profile to do it or extend the colorspace to support CYMK.

提交回复
热议问题