在不使用 Photoshop 的情况下使用 CMYK PSD

发布于 2024-07-07 06:40:34 字数 680 浏览 12 评论 0原文

我遇到了一个常见但又困难的问题。 我不使用 Photoshop 进行图像处理。 由于我的所有工作都是基于网络的,GIMP 可以在 99% 的情况下满足我的需要。 问题是我偶尔会收到 PSD 文件,其中包含 CMYK 编码而不是 RGB 编码。 这些文件不会在 GIMP 中打开,也不会在 ImageMagick 中转换。

有没有人找到了将 CMYK 文件转换为 RGB 文件(PSD 格式或 PNG 等平面格式)的好解决方案,并且涉及使用 Photoshop? 比如说 GIMP 插件还是独立实用程序?

I have run into a common, yet difficult problem. I do not use Photoshop for image manipulation. Since all my work is web-based, GIMP does what I need in 99% of the situations. The problem is that I occasionally receive PSD files with CMYK encoding rather than RGB encoding. These files will not open in GIMP, nor will they convert in ImageMagick.

Has anyone found a good solution for converting CMYK files to RGB files (either PSD format or a flat format like PNG) that does not involve the use of Photoshop? Say a plug-in for GIMP or a standalone utility?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

国粹 2024-07-14 06:40:34

我对 Imagemagick 很幸运:

convert input.psd -colorspace rgb output.png

它为每一层创建了一堆名为 output-[0-9].png 的文件。 足够好开始在 Gimp 上使用它了。 当我尝试在 Gimp 2.6 中打开这些 PSD 时,收到的消息是:

Error loading PSD file: Unsupported color mode: CMYK

我正在使用 Ubuntu Lucid 的 Imagemagick:

Version: ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Features: OpenMP

I just had luck with Imagemagick:

convert input.psd -colorspace rgb output.png

It created a bunch of files named output-[0-9].png one for each layer. Good enough to start working with it on Gimp. When I tried to open those PSDs in Gimp 2.6 the message I got was:

Error loading PSD file: Unsupported color mode: CMYK

I'm using Ubuntu Lucid's Imagemagick:

Version: ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Features: OpenMP
や三分注定 2024-07-14 06:40:34

假设您可以访问 Windows 计算机,IrfanView 或 XnView 等免费软件可以打开它并以您需要的任何格式重新保存。 XnView 知道更多格式,并且有一个用于此任务的 NConvert 命令行版本,但 IrfanView 也可以执行命令行操作 - 我通常安装两者,更喜欢 IrfanView 的界面。

Assuming you have access to a Windows computer, freewares like IrfanView or XnView can open it and resave in whatever format you need too. XnView knows more formats, and has a NConvert command line version for this task, but IrfanView can do command line operations as well - I usually install both, preferring IrfanView's interface.

苍白女子 2024-07-14 06:40:34

Superuser.com 上有一个非常相似的问题,其中一个答案引导我进入程序Krita。 我在 Krita 版本 2.8 中打开了一个大小约为 26 Mb(6761 x 2423 像素)的 CMYK .psd 文件.1,Ubuntu Linux 14.04 中的 KDE 版本 4.13.3。 使用 Krita 中的Image-->Properties对话框将颜色空间从 CMYK 转换为 RGB 后,该程序能够将图像存储为 RGB PNG 文件。 更新Nicolas 在下面的评论中指出:如果您的 .psd 文件包含多个图层,则可能有必要在保存之前进入图像-->转换图像颜色空间

之后我可以用 gimp 打开生成的 RGB PNG,据我所知,所有颜色都以合理的方式转换。

Krita 已经在上面的评论(Heiken)中提到过。 但由于我认为 Krita 是原始问题最合适的答案之一,我决定发布这个答案来报告我在这里的经历。

There is a very similar question on Superuser.com where one answer lead me the Program Krita. I've opened a CMYK .psd file of about 26 Mb in Size (6761 x 2423 pixels) in Krita version 2.8.1 with KDE version 4.13.3 in Ubuntu Linux 14.04. After converting the color space from CMYK to RGB using the dialogue Image-->Properties in Krita this program is able to store the image as a RGB PNG file. Update: Nicolas pointed out in a comment below: if your .psd file contains several layers it might be necessary, to go into Image-->Convert Image Color Space before saving.

Afterwards I was able to open the resulting RGB PNG with gimp and all colours were converted in a reasonable way as far as I can tell.

Krita was already mentioned in a comment (by Heiken) above. But since Krita is in my opinion one of the best suitable answers to the original question I decided to post this answer to report about my experience here.

恰似旧人归 2024-07-14 06:40:34

Open Office 实际上可以导入 CMYK PSD 文件。 只需右键单击 PSD 文件并选择“使用其他应用程序打开”,然后选择 OpenOffice.org Drawing。 (假设您使用的是 GNOME。)

但它不支持图层,因此您无法做任何真正花哨的事情。

Open Office can actually import CMYK PSD files. Just right click on a PSD file and choose "Open With Other Application" and choose OpenOffice.org Drawing. (Assuming you are using GNOME.)

It doesn't support layers though, so you can't do anything really fancy.

落花随流水 2024-07-14 06:40:34

您也可以将其导入Scribus,如果在Scribus中使用1.3.5或更高版本,您可以更改图层可见性和混合模式,图像可以保存为tif、jpg、png、pdf、ps/eps; 之后,任何内容都可以使用 Gimp 进行编辑。

Also you can import it to Scribus, if use 1.3.5 or higher in Scribus you can change the layer visibility and blend mode, the image can be saved in tif, jpg, png, pdf, ps/eps; after, any of this can be edited with Gimp.

葬花如无物 2024-07-14 06:40:34

似乎这里存在一个插件 http://cue.yellowmagic.info/softwares/separate -plus/index.html 其中包括:

单独的
RGB 到 CMYK 转换/Softproofing 插件(Alastair M. Robinson 的“Separate”插件的改进版本

Seems like a plugin exists here http://cue.yellowmagic.info/softwares/separate-plus/index.html which includes:

separate
RGB to CMYK conversion / Softproofing plug-in (improved version of Alastair M. Robinson's "Separate" plug-in

趁年轻赶紧闹 2024-07-14 06:40:34

我在寻找同一问题的答案时发现了你的问题,我自己刚刚在我的 Ubuntu 机器上遇到了这个问题。

更希望的是,我将 PSD 文件传输到我的 Windows XP 计算机上,发现可以使用 paint.net 打开它。 然后我再次保存它,这花了很长时间 - 当我看到文件的令人难以置信的大小时,这并不奇怪。 原版为3.7Mb,重新保存的版本为197Mb! 幸运的是,它压缩到了大约 940K。

不管怎样,重点是当我在 Linux 上的 GIMP 上尝试重新保存的文件时,它似乎工作得很好。 它甚至给了我层次。

顺便说一句,paint.net 是一个很好的小程序,尽管它的工作方式与 The Gimp 略有不同。 它也是免费的:-)

希望这有帮助。

R。

I found your question as I was searching for answers to the same problem, having just encourntered it myself on my Ubuntu machine.

More in hope than anything else, I transferred the PSD file to my Windows XP machine where I found that I could open it using paint.net. I then saved it again which took ages - not a surprise when I looked at the unbelievable size of the file. The original was 3.7Mb and the re-saved version was 197Mb ! Fortunately, it zipped to about 940K.

Anway, the point is that when I tried the re-saved file on the GIMP on Linux, it seemed to work fine. It even gave me layers.

BTW, paint.net is a fine little program, though it works a little differently than The Gimp. It is also free :-)

Hope that this helps.

R.

西瑶 2024-07-14 06:40:34

Gimp 有一个名为 Ghostscript 的插件,它似乎对我有用。

问题的答案很晚,而且可能不在您提出问题的时候,但就这样吧。 我不知道它的效果如何,因为我刚刚开始使用它。

Gimp has a plugin called Ghostscript, which seems to work for me.

late answer to the question and probably not around when you posed the question, but there you go. I do not know how well it works as I just started using it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文