I have preped TIF images as grayscale. If I include these images in a PDF, the images are transformed to CMYK images.
This is my simple config:
What do I wrong?
This is my simple config:
@page {
prince-pdf-page-colorspace: gray;
}
@prince-pdf {
prince-pdf-color-options: use-true-black;
prince-pdf-output-intent: url("http://www.color.org/registry/profiles/PSOuncoated_v3_FOGRA52.icc");
prince-pdf-profile: "PDF/X-1a:2003";
prince-pdf-color-conversion: none;
}
What do I wrong?
