It is currently Sun Apr 28, 2024 9:50 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: I need to make images in CMYK
PostPosted: Fri Jun 05, 2015 11:55 pm  (#1) 
Offline
GimpChat Member

Joined: Feb 12, 2013
Posts: 16
Hi Gimpers,

2 questions:
Years ago I illustrated a book [or 2] using paper and ink. I have been asked to redo the books to be able to be published in both ebook & Print on Demand formats. So this means images in CMYK, and then able to be converted to pdf

So I need to make print ready images. I like using GIMP & definitely do not have time to teach myself Photoshop - even though I have a copy of it. After using GIMP for the last few years, Photoshop seems to be really counter-intuitive...
I generally use GIMP for fairly simple signs, illustrations and image manipulation.
I need to draw the images in bright and clear colour.

What Gimp plugin will work for me?
[I tried to install separate+ but Windows7 keeps asking for a DLL that I can't find...]

Second Q - I need to draw figures and images and need to know how to smooth those line drawings. I find the path tool a nightmare - so difficult to use. If anyone has simple instructions for me as a start point that would be great. Even if someone could point me to a great tutorial - I would really appreciate it.

PS not a nerd, originally a teacher, so please answer in simple hierarchical language. [sometimes you guys confuse me as my nerdspeak is rusty ;-)]. What I mean is please don't skip any steps in your answer, I only play with GIMP and only use it occasionally. But love using it. I would like to get much better at it, especially so I can reproduce my original drawings, and improve on them as illustrations.

Karine


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 1:59 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12518
Unlike built in CMYK support that you have with PS, GIMP doesn't directly support embedded CMYK. There was talks about doing so many years ago, but it was decided that RGB was good enough. You can decompose your image to CMYK channels, but that's as far as you can get with the GIMP. Decomposing does allow you do create templates which might be good enough for offset printing firms. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 2:05 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12518
Example of what I'm referring to. You can convert your RGB photo image to CMYK channels. If you have each of the channels of your CMYK, you can Recompose to RGB in GIMP too; colors might be slightly off. :)


Attachments:
cmyk_decompose_example.png
cmyk_decompose_example.png [ 163.34 KiB | Viewed 15986 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 2:43 am  (#4) 
Offline
GimpChat Member

Joined: Feb 12, 2013
Posts: 16
Thanks Lyle.
I'll try to do this.
What about composing using the CMYK in the colour palette, and then if I save this as a jpg or png with the channels converted to CMYK, will these then display as CMYK? and print correctly?
I guess I can check by printing.

Hmmm - I have a suggestion for a [probably huge] project... composition in CMYK. My thought that it would be well received [not just by me] because most people/some people don;t just display their images on a RGB screen but print their images eventually, and printers use CMYK.

Argh I dread having to attempt the Photoshop learning curve.
I have started it up around 17 times in the last week, and closed it again after the tutorials for the version I have seem to be missing steps in logic. It is way out of my comfort zone.

Thanks again,
I appreciate the feedback
K


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 3:59 am  (#5) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7717
Location: On the other side of this screen
Not an answer to your questions Katrine but I advise you not to save in jpg format if any of your pictures have transparency. (It will turn to white) png is the best there.

_________________


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 5:18 am  (#6) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2425
Oh dear, can-of-worms time.

Quote:
What Gimp plugin will work for me?
[I tried to install separate+ but Windows7 keeps asking for a DLL that I can't find...]


you need libtiff3.dll from Gimp 2.6.
All the required files + a few more are here:
http://www.mediafire.com/download/azx5y ... tility.zip
For separate+ there is: icc_colorspace.exe libtiff3.dll separate.exe separate_import.exe all these go in your gimp profile C:\Users\your-name\gimp-2.8\plug-ins. There is also a basic icc profile ISOcoated.icc, put that anywhere you like provided you can find it again.

A bit of a video on the subject: https://www.youtube.com/watch?v=2rby7r771D4 4 minutes so should not strain the concentration.

Quote:
...So this means images in CMYK, and then able to be converted to pdf..


For PDF I would not use Gimp except for the image editing. Save your work as RGB png or jpg.

I am sure that someone will be along soon to suggest Scribus and if you intend lots of publishing then it is worth the effort to learn all the in-and-outs.

For speed, then get the latest version of ImageMagick http://www.imagemagick.org/script/binary-releases.php - down torards the bottom of that page.

You do need to know how to use command line, but pop your image(s) in a convenient folder open a terminal (cmd window) there and use the command

convert some-image.png -verbose -density 300 -evaluate Pow 0.454545 -colorspace CMYK some-image_cmyk.pdf

if the colours are maybe too dark/light then use the alternative
convert some-image.png -verbose -density 300 -evaluate Pow 2.2 -colorspace CMYK some-image_cmyk.pdf


It all looks more complicated than it is ;)

a very late edit: As a linux user I often forget this. For Windows user I believe Ghostscript is required for anything PDF so get it from here:
http://www.ghostscript.com/download/gsdnld.html

_________________
Image


Last edited by rich2005 on Sun Jun 07, 2015 3:15 am, edited 1 time in total.

Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 6:05 am  (#7) 
Offline
Script Coder
User avatar

Joined: Dec 27, 2014
Posts: 508
Don't use JPG!
Whatever software you end up using, always save files in a loss-less format eg. PNG, BMP, TIFF(lossless),etc for transfer to other packages.
JPG/JPEG will always introduce nasty artefacts, even if you specify 100% quality, and is therefore best avoided in any production "pipeline".


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 9:04 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12518
Yeah; PS support CMYK embedded jpegs if my memory serves me correctly, but that's pretty much a no-no for many many reasons as far as sharing these type files for the general consumption and defintely a problem when working the image in the GIMP. Yes; can of worms this thread can get so this will be my last input on the matter. lol

:)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 06, 2015 7:35 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
I think that this topic would be interesting for you. Also follow this link (includes in the topic).

For your purpose you can work with my paint, gimp and krita. With krita would change RGB mode to CMYK when you are finishing your work, and notice that krita can open .xcf files and support some G'mic's filters.

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Fri Jun 12, 2015 9:02 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2013
Posts: 143
Krita seems to have a problem with exporting or saving after changing the color mode . In Debian at the moment; might try it in Windwoes tomorrow. I need to get a thing or two printable, and it would be nice if I could get Krita to do it.

_________________
Image


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Fri Jun 12, 2015 9:24 pm  (#11) 
Offline
GimpChat Member

Joined: Feb 12, 2013
Posts: 16
I downloaded Krita to have a play. I like some of the features. But I couldn't get it to import or open a .xcf [sad]. But I am looking forward to playing with it. Is there any reason that it might not be opening .xcf?

In Gimp - If I can choose my colours using the colour picker, & ensure that they are CMYK compliant/convertible. Then convert the finished png using image magic [or even photoshop or illustrator] or .xcf using Krita - well then I will be very happy.

I can't seem to draw as well in photoshop or illustrator - they seem so very complex & they never seem to do what I want. I really want to stick with Gimp mostly because I am comfortable in the medium.

I only have part of the weekends to play at the moment. So this may take some time.
I am so very happy to hear everyone's suggestions.
Love this forum - thank you all.


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Fri Jun 12, 2015 10:59 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2013
Posts: 143
When I have to, I will do all the real work in GIMP and export, then tweak color in Photoslop (I hate it too, but it groks cmyk, darnit)) So far so good, I've been able to produce sellable greeting cards.

_________________
Image


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Fri Jun 12, 2015 11:11 pm  (#13) 
Offline
GimpChat Member

Joined: Feb 12, 2013
Posts: 16
Matera - Good to know. I'd love to see some.

I am working on the book right now.
Love the illustrating. Much better than work graphics for website logos!

Thanks for the tips
K


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 13, 2015 5:58 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2013
Posts: 143
http://www.jaks-place.com/wordpress/about/cards/

I'm thinking of making some to sell myself too, lol

_________________
Image


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 13, 2015 6:01 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jan 31, 2015
Posts: 146
Karine R wrote:
I downloaded Krita to have a play. I like some of the features. But I couldn't get it to import or open a .xcf [sad]. But I am looking forward to playing with it. Is there any reason that it might not be opening .xcf?

In Gimp - If I can choose my colours using the colour picker, & ensure that they are CMYK compliant/convertible. Then convert the finished png using image magic [or even photoshop or illustrator] or .xcf using Krita - well then I will be very happy.

I can't seem to draw as well in photoshop or illustrator - they seem so very complex & they never seem to do what I want. I really want to stick with Gimp mostly because I am comfortable in the medium.

I only have part of the weekends to play at the moment. So this may take some time.
I am so very happy to hear everyone's suggestions.
Love this forum - thank you all.


I've only just recently installed Krita on my system, (and not a recent version), but as far as I can tell it doesn't seem to support the .xcf format. The solution should be to export it to openraster (i.e. .ora) or .psd with Gimp, then open it as one of those with Krita.


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sat Jun 13, 2015 11:33 pm  (#16) 
Offline
GimpChat Member

Joined: Feb 12, 2013
Posts: 16
Good tip, thanks David.
I'll try that when I get up to that stage.


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sun Jun 14, 2015 4:53 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 31, 2015
Posts: 146
Karine R wrote:
Good tip, thanks David.
I'll try that when I get up to that stage.


There's also Cinepaint, a Gimp fork that handles CMYK (apparently):

http://sourceforge.net/projects/cinepaint/

Most recent version is from 2013. I can't vouch for it though, as I've never used it.


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sun Jun 14, 2015 6:06 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
The oldest Krita that I've installed (run on Deb7) is 2.4.4 (I think) and it is able to open .xcf files.

If you convert, under Krita, rgb to cmyk you can export or save as the file in .tiff format.

Also, there is an Open Source app, for Linux & Win, named CMYKTool, developed by the same author of separate gimp-plugin.

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Sun Jun 14, 2015 7:13 pm  (#19) 
Offline
GimpChat Member

Joined: Feb 12, 2013
Posts: 16
I downloaded Krita 2.9.4 - which is the newest version.
it would not open .xcf and there was nowhere to import. However I did not try to open an existing png & attempt to convert to CMYK. Will do that.
I do like the look and feel of it.
But need time to get around to it.
I will also look at CMYKTool - thanks


Top
 Post subject: Re: I need to make images in CMYK
PostPosted: Mon Jun 15, 2015 3:23 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
I don't know why you can not open .xcf in Krita.
I hope that the attachment help you.



p.s.
For interested people Xournal (or googling, instead)


Attachments:
KritaCMYK.pdf [2.43 MiB]
Downloaded 207 times

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora
Top
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) COLOR CONVERTED TO CMYK

12

No new posts Attachment(s) CMYK Student's non-destructive dev build after 2.99.18 in use by me

93

No new posts CMYK student is going to implement non-destructive filters soon

0

No new posts Dull colors in PDF export--RGB to CMYK conversion problem

10

No new posts Attachment(s) Make a brush - Make a mandala

313



* Login  



Powered by phpBB3 © phpBB Group