Questions tagged «color-management»


5
如何将彩色pdf转换为黑白?
我想将一个带有一些彩色文本和图像的pdf转换为另一个只有黑白的pdf,以减小其尺寸。此外,我想将文本保留为文本,而不变换图片中的页面元素。我尝试了以下命令: convert -density 150 -threshold 50% input.pdf output.pdf 在另一个问题中找到了一个link,但它确实做了我不想要的:输出中的文本被转换为较差的图像,并且不再可以选择。我尝试了Ghostscript: gs -sOutputFile=output.pdf \ -q -dNOPAUSE -dBATCH -dSAFER \ -sDEVICE=pdfwrite \ -dCompatibilityLevel=1.3 \ -dPDFSETTINGS=/screen \ -dEmbedAllFonts=true \ -dSubsetFonts=true \ -sColorConversionStrategy=/Mono \ -sColorConversionStrategyForImages=/Mono \ -sProcessColorModel=/DeviceGray \ $1 但是它给了我以下错误信息: ./script.sh: 19: ./script.sh: output.pdf: not found 还有其他创建文件的方法吗?

2
我可以在Linux下对Dell U2413宽色域显示器进行色彩校准吗?
如果我将Dell U2413宽色域显示器与Fedora一起用于摄影,是否可以正确使用它?我有一个ColorHug,而且我看到有一个U2410 ccmx配置文件 ; 那会让我处于一个足够合理的范围内吗?还是我应该只使用标准色域的U2412M(价格的一半)? 当然,在理想的环境中,我更喜欢较宽的色域,但是对于误校准的较宽色域,我更喜欢完美工作的8位sRGB。 (PS:仅Linux;无双引导。)
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.