早上好 我使用R(與ggplot) 日記帳我提交給希望在TIFF或EPS圖形文件,並使用CMYK(不RGB)。到處搜索,我發現PDF中有colormodel,但不在'TIFF . Typing ?eps found nothing, and ??eps led me to postscript which does have colormodel`中,但生成.ps文件。這些和.eps文件一樣嗎?
我想使用java打印機制來繪製一些Graphics2D對象。所以我必須定義一個Printable的子類。 public class PrintCMYK() implements Printable {
public int print(Graphics g, PageFormat pf, int page)
throws PrinterException