How to convert image to CMYK in GIMP?
I am supposed to send some artwork to the printers tomorrow and their guidelines requires it to be CMYK.
I have installed the plugin Separate+ from the 'gimp-plugin-registy' package. I have also installed some ICC colour profiles from the 'icc-profiles' package.
When I try to use the Separate+ plugin all I can get it to output is an image that looks like the original but with the colours inverted.
How can I convert my image to CMYK?
gimp convert cmyk colors
add a comment |
I am supposed to send some artwork to the printers tomorrow and their guidelines requires it to be CMYK.
I have installed the plugin Separate+ from the 'gimp-plugin-registy' package. I have also installed some ICC colour profiles from the 'icc-profiles' package.
When I try to use the Separate+ plugin all I can get it to output is an image that looks like the original but with the colours inverted.
How can I convert my image to CMYK?
gimp convert cmyk colors
superuser.com/questions/390916/… may help
– Ringtail
Mar 21 '12 at 18:15
add a comment |
I am supposed to send some artwork to the printers tomorrow and their guidelines requires it to be CMYK.
I have installed the plugin Separate+ from the 'gimp-plugin-registy' package. I have also installed some ICC colour profiles from the 'icc-profiles' package.
When I try to use the Separate+ plugin all I can get it to output is an image that looks like the original but with the colours inverted.
How can I convert my image to CMYK?
gimp convert cmyk colors
I am supposed to send some artwork to the printers tomorrow and their guidelines requires it to be CMYK.
I have installed the plugin Separate+ from the 'gimp-plugin-registy' package. I have also installed some ICC colour profiles from the 'icc-profiles' package.
When I try to use the Separate+ plugin all I can get it to output is an image that looks like the original but with the colours inverted.
How can I convert my image to CMYK?
gimp convert cmyk colors
gimp convert cmyk colors
edited Mar 21 '12 at 18:24
Jorge Castro
36.2k105422617
36.2k105422617
asked Mar 21 '12 at 18:09
edmedm
2,89232027
2,89232027
superuser.com/questions/390916/… may help
– Ringtail
Mar 21 '12 at 18:15
add a comment |
superuser.com/questions/390916/… may help
– Ringtail
Mar 21 '12 at 18:15
superuser.com/questions/390916/… may help
– Ringtail
Mar 21 '12 at 18:15
superuser.com/questions/390916/… may help
– Ringtail
Mar 21 '12 at 18:15
add a comment |
5 Answers
5
active
oldest
votes
I realize this is an old question, but I just stumbled upon it and found the answer. After you separate the image into the CMYK channels, you get a .tif image with 4 layers (one for each color). This image looks inverted because each area where this is white/grey represents a certain amount of cyan, magenta, yellow, or black.
Once you have this, just go to Image -> Separate -> Export and export your image as a .tif. This will repackage your image with the CMYK profile you choose, and when you view it, it will be the right print colors.
You can also use Image -> Separate -> Proof, and select the color profile of your monitor and it will generate a .tif preview with all the right colors. It's a pretty nice plugin!
add a comment |
Have you tried this:
Separating an image:
To convert an RGB image to CMYK format, bring up the right-button
menu, and go to "Image->" If the plugin in installed correctly, there
will be a new menu, "Separate". From this new menu, select "Separate
(normal)"; you will be prompted to select an RGB source profile, and a
CMYK destination profile. If you have installed the Adobe and sRGB
profiles as per the instructions in the archive, you can just accept
the defaults for testing, otherwise you'll have to locate the profiles
manually.
A new image will be created with four greyscale layers, named "C",
"M", "Y", and "K".
If you have loads of memory to spare, you can use the "Separate
(colour)" option; this will perform the same operation, but the new
image will contain five layers: The first, "Background" will be white,
and the other four will be solid Cyan, Magenta, Yellow and Black, with
the separated image data in layer masks. In addition, the layer modes
for the four colours will be set to "Darken Only". This gives a rough
reconstruction of the colours, and is the next best thing to a true
CMYK painting mode, since you can paint on the layer masks, and see
the results in realtime.
NEW for 0.3 - the "primary" colours chosen for the "Separate (colour)" mode are now much more akin to the primaries used in
printing, which are nowhere near as bright, saturated and downright
lurid as pure screen Cyan and Magenta! This gives a far more
realistic preview of the colours.
source : here
2
Since most of the text is quoted, you should indicate that. Thanks for the link btw
– Joseph Turian
May 7 '12 at 19:08
add a comment |
The Separate+ plugin for GIMP:
Load your file into GIMP.
Make sure to save the file separately as flattened.
Make sure you have registered any color profile you want to use (icc). If you have an ICC file you want to use; before you startup GIMP, right-click on it and the Windows XP menu will say "Install Profile" ... click that.
Back to GIMP...
Click on Image > Separate
Click on Separate in the menu...
In the first dropdown click on your source (sRGB) more than likely.
In the second dropdown click on the ICC that you want to use or provide the path.
Click on Rendering Intent to select "relative colorimetric"
Then just Click OK.
You will get four layers, C, M, Y and K
You can see it all put back together by Clicking Image > Separate > Separate then Proof
If satisfied, you are ready to go.
Click on Image > Separate > Separate and then Export.
This you can use to combine all to CMYK format and save as a .tif.
That is it in a nutshell with some variances...
Hope this helps.
2
There is no "Windows XP menu" in Ubuntu.
– Skippy le Grand Gourou
Aug 10 '16 at 13:59
add a comment |
Super easy with ImageMagick (preinstalled in every Ubuntu):
convert input.jpg -colorspace cmyk -compression LZW output.tif
Note: the exported file would be quite large (no matter the tool), so it's better to include compression - for TIFF the most widely used is LZW.
More info e.g. here.
add a comment |
I gave up on Gimp as far as converting to cmyk - just install Krita its also open source and free. I no longer require photoshop. I use Affinity Publisher and will probably purchase Affinity Photo as well but for what I require now Krita works just fine. I simply added the cmyk profile I need, which is so simple to do in Krita.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f114858%2fhow-to-convert-image-to-cmyk-in-gimp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
I realize this is an old question, but I just stumbled upon it and found the answer. After you separate the image into the CMYK channels, you get a .tif image with 4 layers (one for each color). This image looks inverted because each area where this is white/grey represents a certain amount of cyan, magenta, yellow, or black.
Once you have this, just go to Image -> Separate -> Export and export your image as a .tif. This will repackage your image with the CMYK profile you choose, and when you view it, it will be the right print colors.
You can also use Image -> Separate -> Proof, and select the color profile of your monitor and it will generate a .tif preview with all the right colors. It's a pretty nice plugin!
add a comment |
I realize this is an old question, but I just stumbled upon it and found the answer. After you separate the image into the CMYK channels, you get a .tif image with 4 layers (one for each color). This image looks inverted because each area where this is white/grey represents a certain amount of cyan, magenta, yellow, or black.
Once you have this, just go to Image -> Separate -> Export and export your image as a .tif. This will repackage your image with the CMYK profile you choose, and when you view it, it will be the right print colors.
You can also use Image -> Separate -> Proof, and select the color profile of your monitor and it will generate a .tif preview with all the right colors. It's a pretty nice plugin!
add a comment |
I realize this is an old question, but I just stumbled upon it and found the answer. After you separate the image into the CMYK channels, you get a .tif image with 4 layers (one for each color). This image looks inverted because each area where this is white/grey represents a certain amount of cyan, magenta, yellow, or black.
Once you have this, just go to Image -> Separate -> Export and export your image as a .tif. This will repackage your image with the CMYK profile you choose, and when you view it, it will be the right print colors.
You can also use Image -> Separate -> Proof, and select the color profile of your monitor and it will generate a .tif preview with all the right colors. It's a pretty nice plugin!
I realize this is an old question, but I just stumbled upon it and found the answer. After you separate the image into the CMYK channels, you get a .tif image with 4 layers (one for each color). This image looks inverted because each area where this is white/grey represents a certain amount of cyan, magenta, yellow, or black.
Once you have this, just go to Image -> Separate -> Export and export your image as a .tif. This will repackage your image with the CMYK profile you choose, and when you view it, it will be the right print colors.
You can also use Image -> Separate -> Proof, and select the color profile of your monitor and it will generate a .tif preview with all the right colors. It's a pretty nice plugin!
answered Nov 20 '12 at 4:39
jat255jat255
653517
653517
add a comment |
add a comment |
Have you tried this:
Separating an image:
To convert an RGB image to CMYK format, bring up the right-button
menu, and go to "Image->" If the plugin in installed correctly, there
will be a new menu, "Separate". From this new menu, select "Separate
(normal)"; you will be prompted to select an RGB source profile, and a
CMYK destination profile. If you have installed the Adobe and sRGB
profiles as per the instructions in the archive, you can just accept
the defaults for testing, otherwise you'll have to locate the profiles
manually.
A new image will be created with four greyscale layers, named "C",
"M", "Y", and "K".
If you have loads of memory to spare, you can use the "Separate
(colour)" option; this will perform the same operation, but the new
image will contain five layers: The first, "Background" will be white,
and the other four will be solid Cyan, Magenta, Yellow and Black, with
the separated image data in layer masks. In addition, the layer modes
for the four colours will be set to "Darken Only". This gives a rough
reconstruction of the colours, and is the next best thing to a true
CMYK painting mode, since you can paint on the layer masks, and see
the results in realtime.
NEW for 0.3 - the "primary" colours chosen for the "Separate (colour)" mode are now much more akin to the primaries used in
printing, which are nowhere near as bright, saturated and downright
lurid as pure screen Cyan and Magenta! This gives a far more
realistic preview of the colours.
source : here
2
Since most of the text is quoted, you should indicate that. Thanks for the link btw
– Joseph Turian
May 7 '12 at 19:08
add a comment |
Have you tried this:
Separating an image:
To convert an RGB image to CMYK format, bring up the right-button
menu, and go to "Image->" If the plugin in installed correctly, there
will be a new menu, "Separate". From this new menu, select "Separate
(normal)"; you will be prompted to select an RGB source profile, and a
CMYK destination profile. If you have installed the Adobe and sRGB
profiles as per the instructions in the archive, you can just accept
the defaults for testing, otherwise you'll have to locate the profiles
manually.
A new image will be created with four greyscale layers, named "C",
"M", "Y", and "K".
If you have loads of memory to spare, you can use the "Separate
(colour)" option; this will perform the same operation, but the new
image will contain five layers: The first, "Background" will be white,
and the other four will be solid Cyan, Magenta, Yellow and Black, with
the separated image data in layer masks. In addition, the layer modes
for the four colours will be set to "Darken Only". This gives a rough
reconstruction of the colours, and is the next best thing to a true
CMYK painting mode, since you can paint on the layer masks, and see
the results in realtime.
NEW for 0.3 - the "primary" colours chosen for the "Separate (colour)" mode are now much more akin to the primaries used in
printing, which are nowhere near as bright, saturated and downright
lurid as pure screen Cyan and Magenta! This gives a far more
realistic preview of the colours.
source : here
2
Since most of the text is quoted, you should indicate that. Thanks for the link btw
– Joseph Turian
May 7 '12 at 19:08
add a comment |
Have you tried this:
Separating an image:
To convert an RGB image to CMYK format, bring up the right-button
menu, and go to "Image->" If the plugin in installed correctly, there
will be a new menu, "Separate". From this new menu, select "Separate
(normal)"; you will be prompted to select an RGB source profile, and a
CMYK destination profile. If you have installed the Adobe and sRGB
profiles as per the instructions in the archive, you can just accept
the defaults for testing, otherwise you'll have to locate the profiles
manually.
A new image will be created with four greyscale layers, named "C",
"M", "Y", and "K".
If you have loads of memory to spare, you can use the "Separate
(colour)" option; this will perform the same operation, but the new
image will contain five layers: The first, "Background" will be white,
and the other four will be solid Cyan, Magenta, Yellow and Black, with
the separated image data in layer masks. In addition, the layer modes
for the four colours will be set to "Darken Only". This gives a rough
reconstruction of the colours, and is the next best thing to a true
CMYK painting mode, since you can paint on the layer masks, and see
the results in realtime.
NEW for 0.3 - the "primary" colours chosen for the "Separate (colour)" mode are now much more akin to the primaries used in
printing, which are nowhere near as bright, saturated and downright
lurid as pure screen Cyan and Magenta! This gives a far more
realistic preview of the colours.
source : here
Have you tried this:
Separating an image:
To convert an RGB image to CMYK format, bring up the right-button
menu, and go to "Image->" If the plugin in installed correctly, there
will be a new menu, "Separate". From this new menu, select "Separate
(normal)"; you will be prompted to select an RGB source profile, and a
CMYK destination profile. If you have installed the Adobe and sRGB
profiles as per the instructions in the archive, you can just accept
the defaults for testing, otherwise you'll have to locate the profiles
manually.
A new image will be created with four greyscale layers, named "C",
"M", "Y", and "K".
If you have loads of memory to spare, you can use the "Separate
(colour)" option; this will perform the same operation, but the new
image will contain five layers: The first, "Background" will be white,
and the other four will be solid Cyan, Magenta, Yellow and Black, with
the separated image data in layer masks. In addition, the layer modes
for the four colours will be set to "Darken Only". This gives a rough
reconstruction of the colours, and is the next best thing to a true
CMYK painting mode, since you can paint on the layer masks, and see
the results in realtime.
NEW for 0.3 - the "primary" colours chosen for the "Separate (colour)" mode are now much more akin to the primaries used in
printing, which are nowhere near as bright, saturated and downright
lurid as pure screen Cyan and Magenta! This gives a far more
realistic preview of the colours.
source : here
edited Aug 5 '12 at 13:31
Mateo
7,30384871
7,30384871
answered Mar 21 '12 at 18:21
hhlphhlp
32.3k1478131
32.3k1478131
2
Since most of the text is quoted, you should indicate that. Thanks for the link btw
– Joseph Turian
May 7 '12 at 19:08
add a comment |
2
Since most of the text is quoted, you should indicate that. Thanks for the link btw
– Joseph Turian
May 7 '12 at 19:08
2
2
Since most of the text is quoted, you should indicate that. Thanks for the link btw
– Joseph Turian
May 7 '12 at 19:08
Since most of the text is quoted, you should indicate that. Thanks for the link btw
– Joseph Turian
May 7 '12 at 19:08
add a comment |
The Separate+ plugin for GIMP:
Load your file into GIMP.
Make sure to save the file separately as flattened.
Make sure you have registered any color profile you want to use (icc). If you have an ICC file you want to use; before you startup GIMP, right-click on it and the Windows XP menu will say "Install Profile" ... click that.
Back to GIMP...
Click on Image > Separate
Click on Separate in the menu...
In the first dropdown click on your source (sRGB) more than likely.
In the second dropdown click on the ICC that you want to use or provide the path.
Click on Rendering Intent to select "relative colorimetric"
Then just Click OK.
You will get four layers, C, M, Y and K
You can see it all put back together by Clicking Image > Separate > Separate then Proof
If satisfied, you are ready to go.
Click on Image > Separate > Separate and then Export.
This you can use to combine all to CMYK format and save as a .tif.
That is it in a nutshell with some variances...
Hope this helps.
2
There is no "Windows XP menu" in Ubuntu.
– Skippy le Grand Gourou
Aug 10 '16 at 13:59
add a comment |
The Separate+ plugin for GIMP:
Load your file into GIMP.
Make sure to save the file separately as flattened.
Make sure you have registered any color profile you want to use (icc). If you have an ICC file you want to use; before you startup GIMP, right-click on it and the Windows XP menu will say "Install Profile" ... click that.
Back to GIMP...
Click on Image > Separate
Click on Separate in the menu...
In the first dropdown click on your source (sRGB) more than likely.
In the second dropdown click on the ICC that you want to use or provide the path.
Click on Rendering Intent to select "relative colorimetric"
Then just Click OK.
You will get four layers, C, M, Y and K
You can see it all put back together by Clicking Image > Separate > Separate then Proof
If satisfied, you are ready to go.
Click on Image > Separate > Separate and then Export.
This you can use to combine all to CMYK format and save as a .tif.
That is it in a nutshell with some variances...
Hope this helps.
2
There is no "Windows XP menu" in Ubuntu.
– Skippy le Grand Gourou
Aug 10 '16 at 13:59
add a comment |
The Separate+ plugin for GIMP:
Load your file into GIMP.
Make sure to save the file separately as flattened.
Make sure you have registered any color profile you want to use (icc). If you have an ICC file you want to use; before you startup GIMP, right-click on it and the Windows XP menu will say "Install Profile" ... click that.
Back to GIMP...
Click on Image > Separate
Click on Separate in the menu...
In the first dropdown click on your source (sRGB) more than likely.
In the second dropdown click on the ICC that you want to use or provide the path.
Click on Rendering Intent to select "relative colorimetric"
Then just Click OK.
You will get four layers, C, M, Y and K
You can see it all put back together by Clicking Image > Separate > Separate then Proof
If satisfied, you are ready to go.
Click on Image > Separate > Separate and then Export.
This you can use to combine all to CMYK format and save as a .tif.
That is it in a nutshell with some variances...
Hope this helps.
The Separate+ plugin for GIMP:
Load your file into GIMP.
Make sure to save the file separately as flattened.
Make sure you have registered any color profile you want to use (icc). If you have an ICC file you want to use; before you startup GIMP, right-click on it and the Windows XP menu will say "Install Profile" ... click that.
Back to GIMP...
Click on Image > Separate
Click on Separate in the menu...
In the first dropdown click on your source (sRGB) more than likely.
In the second dropdown click on the ICC that you want to use or provide the path.
Click on Rendering Intent to select "relative colorimetric"
Then just Click OK.
You will get four layers, C, M, Y and K
You can see it all put back together by Clicking Image > Separate > Separate then Proof
If satisfied, you are ready to go.
Click on Image > Separate > Separate and then Export.
This you can use to combine all to CMYK format and save as a .tif.
That is it in a nutshell with some variances...
Hope this helps.
answered Mar 18 '13 at 19:16
user141454
2
There is no "Windows XP menu" in Ubuntu.
– Skippy le Grand Gourou
Aug 10 '16 at 13:59
add a comment |
2
There is no "Windows XP menu" in Ubuntu.
– Skippy le Grand Gourou
Aug 10 '16 at 13:59
2
2
There is no "Windows XP menu" in Ubuntu.
– Skippy le Grand Gourou
Aug 10 '16 at 13:59
There is no "Windows XP menu" in Ubuntu.
– Skippy le Grand Gourou
Aug 10 '16 at 13:59
add a comment |
Super easy with ImageMagick (preinstalled in every Ubuntu):
convert input.jpg -colorspace cmyk -compression LZW output.tif
Note: the exported file would be quite large (no matter the tool), so it's better to include compression - for TIFF the most widely used is LZW.
More info e.g. here.
add a comment |
Super easy with ImageMagick (preinstalled in every Ubuntu):
convert input.jpg -colorspace cmyk -compression LZW output.tif
Note: the exported file would be quite large (no matter the tool), so it's better to include compression - for TIFF the most widely used is LZW.
More info e.g. here.
add a comment |
Super easy with ImageMagick (preinstalled in every Ubuntu):
convert input.jpg -colorspace cmyk -compression LZW output.tif
Note: the exported file would be quite large (no matter the tool), so it's better to include compression - for TIFF the most widely used is LZW.
More info e.g. here.
Super easy with ImageMagick (preinstalled in every Ubuntu):
convert input.jpg -colorspace cmyk -compression LZW output.tif
Note: the exported file would be quite large (no matter the tool), so it's better to include compression - for TIFF the most widely used is LZW.
More info e.g. here.
answered Sep 11 '18 at 9:43
jenajena
23118
23118
add a comment |
add a comment |
I gave up on Gimp as far as converting to cmyk - just install Krita its also open source and free. I no longer require photoshop. I use Affinity Publisher and will probably purchase Affinity Photo as well but for what I require now Krita works just fine. I simply added the cmyk profile I need, which is so simple to do in Krita.
add a comment |
I gave up on Gimp as far as converting to cmyk - just install Krita its also open source and free. I no longer require photoshop. I use Affinity Publisher and will probably purchase Affinity Photo as well but for what I require now Krita works just fine. I simply added the cmyk profile I need, which is so simple to do in Krita.
add a comment |
I gave up on Gimp as far as converting to cmyk - just install Krita its also open source and free. I no longer require photoshop. I use Affinity Publisher and will probably purchase Affinity Photo as well but for what I require now Krita works just fine. I simply added the cmyk profile I need, which is so simple to do in Krita.
I gave up on Gimp as far as converting to cmyk - just install Krita its also open source and free. I no longer require photoshop. I use Affinity Publisher and will probably purchase Affinity Photo as well but for what I require now Krita works just fine. I simply added the cmyk profile I need, which is so simple to do in Krita.
answered Jan 4 at 5:41
GeraldGerald
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f114858%2fhow-to-convert-image-to-cmyk-in-gimp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
superuser.com/questions/390916/… may help
– Ringtail
Mar 21 '12 at 18:15