CMYK color mode Gimp 2.10 - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: CMYK color mode Gimp 2.10 (/Thread-CMYK-color-mode-Gimp-2-10) Pages:
1
2
|
RE: CMYK color mode Gimp 2.10 - rich2005 - 12-11-2019 You might see warning messages. The Gimp devs breaking the tif format, reported as a bug, might be fixed in the next release. However, using Gimp 2.10.14 1. With the image open in Gimp, go to Cyan -> Export Image. 2. That gets you the Cyan application. 3. Plus a Gimp warning message, ignore / close that. [attachment=3587] 4. Use the Output drop down menu and select a CMYK profile [attachment=3588] 5. Use the Cyan Save dialogue 6. Give your file a new name / file format [attachment=3589] If you have something like ImageMagick installed you can check the format. The Cyan application does work on its own, if you have problems with Gimp try that. If you need a CMYK PDF then you need to use the image in Scribus. Gimp is 100% an RGB editor. If you need to edit in CMYK then Krita will convert between different color models and edit as well. ----------------------------- Edit: There is a new version (version 2) of CYAN that is stand-alone and does not work with Gimp. Version 1.2 is the one for Gimp see: https://github.com/rodlie/cyan/tree/1.2 for downloads. ----------------------------- A more up-to-date demo with Cyan 1.2.4 and Gimp 2.10.32 in Win 10 https://youtu.be/D6unCeSgvZk 4 minutes duration RE: CMYK color mode Gimp 2.10 - ThirdEye - 12-11-2019 Thanks Rich. I guess somehting doesnt work, because choosing export does not open cyan from my Gimp 2.10.14. But nevertheless, I think I have to look for another way anyway, because I wanted to get an CMKY Histogram and that will probably not work, because you've said GIMP is an RGB only program. I also get an error inside Cyan if I try to open the test-image (jpg) there. So I will try some whole different programm to achieve my goal. But thanks again for your effort and have a nice day RE: CMYK color mode Gimp 2.10 - ingolf_p96 - 08-05-2020 Hello, I have just installed CYAN exactly as explained in that very helpful video. I work with gimp 2.10.14 but after installation and initial run of cyan I do not get it in the menu bar, tried to re-start but still no cyan-menu. Thank you for your help. ingolf RE: CMYK color mode Gimp 2.10 - rich2005 - 08-06-2020 Thanks for your report. There should be a revised Cyan 1.2.1 for Windows, I do not know where that has gone, so from my archive, posted here: https://u.pcloud.link/publink/show?code=XZEcRGkZgkdn89MYyjJDSpqBRqWoCJE51Jfk Just the same as the original but zipped for Windows convenience. 11 MB zip file. Then a quick rundown again on the installation. 1) unzip and put Cyan.exe (22,292 B) somewhere convenient. I placed in my User profile. Run it from there and it will unpack a Gimp plugin. [attachment=4711] 2) Check in your Gimp profile that the plugin cyan.py (4900 B) exists. Remember, a python plugin, needs a image (blank will do) open otherwise greyed-out. [attachment=4712] Still not working for you ? I do not know. It might be your anti-virus or it might be a language setting. RE: CMYK color mode Gimp 2.10 - ingolf_p96 - 08-16-2020 (08-06-2020, 08:06 AM)rich2005 Wrote: Thanks for your report. Hello rich2005, Tank you for your help - it works, great! Can use it now ... RE: CMYK color mode Gimp 2.10 - Hinkel - 02-24-2024 Hello, does anybody knows how to install cyan under linux/ubuntu? I tried everything, but I can't get a cyan Menu icon. I copy the cyan files in "/.config/GIMP/2.10/plug-ins" and in "usr/lib/gimp/2.0/pug-ins" but there's no effect I use GIMP 2.10.30 and the cyan Version is 1.2.0 RE: CMYK color mode Gimp 2.10 - rich2005 - 02-24-2024 (02-24-2024, 02:04 PM)Hinkel Wrote: Hello, does anybody knows how to install cyan under linux/ubuntu? I tried everything, but I can't get a cyan Menu icon. I copy the cyan files in "/.config/GIMP/2.10/plug-ins" and in "usr/lib/gimp/2.0/pug-ins" but there's no effect Gimp 2.10.30 and ubuntu - then that will be ubuntu (or Mint) 22.04 - which does not have python support. Get the appimage for ubuntu from here: https://github.com/TasMania17/Gimp-Appimages-Made-From-Debs/releases/tag/Gimp-Python2-AppImage-Launchers-for-Linux Make sure it is executable and run it. It will start Gimp and add python 2.7 support. cyan should show in the menu. [attachment=11286] As a note, the Cyan executable goes in usr/bin Make sure you are using Cyan 1.2.4 https://github.com/rodlie/cyan/releases/tag/1.2.4 Run Cyan and it starts in standalone mode + installs the python plugin in the Gimp plug-ins folder. This is in a Mint 21.3 VM [attachment=11288] |