Copying part of an image in GIMP
Using GIMP on Mac OS X (10.9.4), copying part of an image using the select tool ends up copying the whole image instead.
I've selected the part of the image I want to copy with the Rectangle Select Tool. Then I copy it (so far so good). But when I paste it, and then try to move it around, the original image is moved around instead, not the part I want to copy. So it's either copying the whole image or not even copying correctly in the first place.
I've tried both with the main GIMP distribution and the GIMP on Mac OS X version.
Any ideas?
macos copy-paste gimp
add a comment |
Using GIMP on Mac OS X (10.9.4), copying part of an image using the select tool ends up copying the whole image instead.
I've selected the part of the image I want to copy with the Rectangle Select Tool. Then I copy it (so far so good). But when I paste it, and then try to move it around, the original image is moved around instead, not the part I want to copy. So it's either copying the whole image or not even copying correctly in the first place.
I've tried both with the main GIMP distribution and the GIMP on Mac OS X version.
Any ideas?
macos copy-paste gimp
Can you actually move the selection? After selecting, with the cursor inside the selection, the cursor should change to the move cursor (4 arrows). You can then drag the selection around. Does that work? If not, you might have the 'Pixel lock' on.
– jcoppens
Apr 27 '15 at 22:01
I can move the selection itself around, but not the content that's been selected. Neither of the two lock buttons appear to be on. (I just tried switching them on/off, no effect.) :/
– AmadeusDrZaius
Apr 27 '15 at 22:03
You have only one layer in the image, correct? And didn't first add a new layer, before selecting?
– jcoppens
Apr 27 '15 at 22:16
add a comment |
Using GIMP on Mac OS X (10.9.4), copying part of an image using the select tool ends up copying the whole image instead.
I've selected the part of the image I want to copy with the Rectangle Select Tool. Then I copy it (so far so good). But when I paste it, and then try to move it around, the original image is moved around instead, not the part I want to copy. So it's either copying the whole image or not even copying correctly in the first place.
I've tried both with the main GIMP distribution and the GIMP on Mac OS X version.
Any ideas?
macos copy-paste gimp
Using GIMP on Mac OS X (10.9.4), copying part of an image using the select tool ends up copying the whole image instead.
I've selected the part of the image I want to copy with the Rectangle Select Tool. Then I copy it (so far so good). But when I paste it, and then try to move it around, the original image is moved around instead, not the part I want to copy. So it's either copying the whole image or not even copying correctly in the first place.
I've tried both with the main GIMP distribution and the GIMP on Mac OS X version.
Any ideas?
macos copy-paste gimp
macos copy-paste gimp
asked Apr 27 '15 at 21:53
AmadeusDrZaius
11729
11729
Can you actually move the selection? After selecting, with the cursor inside the selection, the cursor should change to the move cursor (4 arrows). You can then drag the selection around. Does that work? If not, you might have the 'Pixel lock' on.
– jcoppens
Apr 27 '15 at 22:01
I can move the selection itself around, but not the content that's been selected. Neither of the two lock buttons appear to be on. (I just tried switching them on/off, no effect.) :/
– AmadeusDrZaius
Apr 27 '15 at 22:03
You have only one layer in the image, correct? And didn't first add a new layer, before selecting?
– jcoppens
Apr 27 '15 at 22:16
add a comment |
Can you actually move the selection? After selecting, with the cursor inside the selection, the cursor should change to the move cursor (4 arrows). You can then drag the selection around. Does that work? If not, you might have the 'Pixel lock' on.
– jcoppens
Apr 27 '15 at 22:01
I can move the selection itself around, but not the content that's been selected. Neither of the two lock buttons appear to be on. (I just tried switching them on/off, no effect.) :/
– AmadeusDrZaius
Apr 27 '15 at 22:03
You have only one layer in the image, correct? And didn't first add a new layer, before selecting?
– jcoppens
Apr 27 '15 at 22:16
Can you actually move the selection? After selecting, with the cursor inside the selection, the cursor should change to the move cursor (4 arrows). You can then drag the selection around. Does that work? If not, you might have the 'Pixel lock' on.
– jcoppens
Apr 27 '15 at 22:01
Can you actually move the selection? After selecting, with the cursor inside the selection, the cursor should change to the move cursor (4 arrows). You can then drag the selection around. Does that work? If not, you might have the 'Pixel lock' on.
– jcoppens
Apr 27 '15 at 22:01
I can move the selection itself around, but not the content that's been selected. Neither of the two lock buttons appear to be on. (I just tried switching them on/off, no effect.) :/
– AmadeusDrZaius
Apr 27 '15 at 22:03
I can move the selection itself around, but not the content that's been selected. Neither of the two lock buttons appear to be on. (I just tried switching them on/off, no effect.) :/
– AmadeusDrZaius
Apr 27 '15 at 22:03
You have only one layer in the image, correct? And didn't first add a new layer, before selecting?
– jcoppens
Apr 27 '15 at 22:16
You have only one layer in the image, correct? And didn't first add a new layer, before selecting?
– jcoppens
Apr 27 '15 at 22:16
add a comment |
2 Answers
2
active
oldest
votes
This was located at the GIMP docs website.
"hold down Ctrl+Alt keys and click-and-drag the selection. This makes the original place empty. A floating selection is created. The required key commands may differ on your system, look in the status bar to see if another combination is specified; for example, Shift+Ctrl+Alt."
This has to do with floating a selection and moving its contents, without the need for copying or pasting.
– jsbueno
Apr 28 '15 at 20:13
the question was about osx
– 2xMax
Nov 7 at 19:55
add a comment |
It is likely your options for the Rectangle selection tool are stuck in some mode other than "Replace the current selection" (and since tool options are store per user, they might be surviving program re-installs).
Just check in the tool options for the the rectangle selection tool (double click the rectangle selection icon if the tool options is not visible),a nd ensure the very first option there "Mode" is set to "Replace the current selection".
There is another way to further check what is going on (and you might need if the problem persists) - after performing "paste" check the Layers dialog (hit ctrl + L if it is not visible), and certify yourself you have both a "background" layer and a "Floating selection" there.
Another cause of your problem might be that you are for some motive consistently anchoring the floating selection after performing the Paste. (for that to happen, one just have to click on the image outside the pasted area). To avoid that, before trying any action on the image, after pasting, select the command Layer->To New Layer from the menus: that will promote the pasted contents to a full layer that can't be "melded back to the bacjground" by chance. (again, watch the Layer's dialog to better understand what is going on)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f906853%2fcopying-part-of-an-image-in-gimp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This was located at the GIMP docs website.
"hold down Ctrl+Alt keys and click-and-drag the selection. This makes the original place empty. A floating selection is created. The required key commands may differ on your system, look in the status bar to see if another combination is specified; for example, Shift+Ctrl+Alt."
This has to do with floating a selection and moving its contents, without the need for copying or pasting.
– jsbueno
Apr 28 '15 at 20:13
the question was about osx
– 2xMax
Nov 7 at 19:55
add a comment |
This was located at the GIMP docs website.
"hold down Ctrl+Alt keys and click-and-drag the selection. This makes the original place empty. A floating selection is created. The required key commands may differ on your system, look in the status bar to see if another combination is specified; for example, Shift+Ctrl+Alt."
This has to do with floating a selection and moving its contents, without the need for copying or pasting.
– jsbueno
Apr 28 '15 at 20:13
the question was about osx
– 2xMax
Nov 7 at 19:55
add a comment |
This was located at the GIMP docs website.
"hold down Ctrl+Alt keys and click-and-drag the selection. This makes the original place empty. A floating selection is created. The required key commands may differ on your system, look in the status bar to see if another combination is specified; for example, Shift+Ctrl+Alt."
This was located at the GIMP docs website.
"hold down Ctrl+Alt keys and click-and-drag the selection. This makes the original place empty. A floating selection is created. The required key commands may differ on your system, look in the status bar to see if another combination is specified; for example, Shift+Ctrl+Alt."
answered Apr 27 '15 at 23:34
OSol1tair3
30719
30719
This has to do with floating a selection and moving its contents, without the need for copying or pasting.
– jsbueno
Apr 28 '15 at 20:13
the question was about osx
– 2xMax
Nov 7 at 19:55
add a comment |
This has to do with floating a selection and moving its contents, without the need for copying or pasting.
– jsbueno
Apr 28 '15 at 20:13
the question was about osx
– 2xMax
Nov 7 at 19:55
This has to do with floating a selection and moving its contents, without the need for copying or pasting.
– jsbueno
Apr 28 '15 at 20:13
This has to do with floating a selection and moving its contents, without the need for copying or pasting.
– jsbueno
Apr 28 '15 at 20:13
the question was about osx
– 2xMax
Nov 7 at 19:55
the question was about osx
– 2xMax
Nov 7 at 19:55
add a comment |
It is likely your options for the Rectangle selection tool are stuck in some mode other than "Replace the current selection" (and since tool options are store per user, they might be surviving program re-installs).
Just check in the tool options for the the rectangle selection tool (double click the rectangle selection icon if the tool options is not visible),a nd ensure the very first option there "Mode" is set to "Replace the current selection".
There is another way to further check what is going on (and you might need if the problem persists) - after performing "paste" check the Layers dialog (hit ctrl + L if it is not visible), and certify yourself you have both a "background" layer and a "Floating selection" there.
Another cause of your problem might be that you are for some motive consistently anchoring the floating selection after performing the Paste. (for that to happen, one just have to click on the image outside the pasted area). To avoid that, before trying any action on the image, after pasting, select the command Layer->To New Layer from the menus: that will promote the pasted contents to a full layer that can't be "melded back to the bacjground" by chance. (again, watch the Layer's dialog to better understand what is going on)
add a comment |
It is likely your options for the Rectangle selection tool are stuck in some mode other than "Replace the current selection" (and since tool options are store per user, they might be surviving program re-installs).
Just check in the tool options for the the rectangle selection tool (double click the rectangle selection icon if the tool options is not visible),a nd ensure the very first option there "Mode" is set to "Replace the current selection".
There is another way to further check what is going on (and you might need if the problem persists) - after performing "paste" check the Layers dialog (hit ctrl + L if it is not visible), and certify yourself you have both a "background" layer and a "Floating selection" there.
Another cause of your problem might be that you are for some motive consistently anchoring the floating selection after performing the Paste. (for that to happen, one just have to click on the image outside the pasted area). To avoid that, before trying any action on the image, after pasting, select the command Layer->To New Layer from the menus: that will promote the pasted contents to a full layer that can't be "melded back to the bacjground" by chance. (again, watch the Layer's dialog to better understand what is going on)
add a comment |
It is likely your options for the Rectangle selection tool are stuck in some mode other than "Replace the current selection" (and since tool options are store per user, they might be surviving program re-installs).
Just check in the tool options for the the rectangle selection tool (double click the rectangle selection icon if the tool options is not visible),a nd ensure the very first option there "Mode" is set to "Replace the current selection".
There is another way to further check what is going on (and you might need if the problem persists) - after performing "paste" check the Layers dialog (hit ctrl + L if it is not visible), and certify yourself you have both a "background" layer and a "Floating selection" there.
Another cause of your problem might be that you are for some motive consistently anchoring the floating selection after performing the Paste. (for that to happen, one just have to click on the image outside the pasted area). To avoid that, before trying any action on the image, after pasting, select the command Layer->To New Layer from the menus: that will promote the pasted contents to a full layer that can't be "melded back to the bacjground" by chance. (again, watch the Layer's dialog to better understand what is going on)
It is likely your options for the Rectangle selection tool are stuck in some mode other than "Replace the current selection" (and since tool options are store per user, they might be surviving program re-installs).
Just check in the tool options for the the rectangle selection tool (double click the rectangle selection icon if the tool options is not visible),a nd ensure the very first option there "Mode" is set to "Replace the current selection".
There is another way to further check what is going on (and you might need if the problem persists) - after performing "paste" check the Layers dialog (hit ctrl + L if it is not visible), and certify yourself you have both a "background" layer and a "Floating selection" there.
Another cause of your problem might be that you are for some motive consistently anchoring the floating selection after performing the Paste. (for that to happen, one just have to click on the image outside the pasted area). To avoid that, before trying any action on the image, after pasting, select the command Layer->To New Layer from the menus: that will promote the pasted contents to a full layer that can't be "melded back to the bacjground" by chance. (again, watch the Layer's dialog to better understand what is going on)
answered Apr 28 '15 at 20:12
jsbueno
543210
543210
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f906853%2fcopying-part-of-an-image-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
Can you actually move the selection? After selecting, with the cursor inside the selection, the cursor should change to the move cursor (4 arrows). You can then drag the selection around. Does that work? If not, you might have the 'Pixel lock' on.
– jcoppens
Apr 27 '15 at 22:01
I can move the selection itself around, but not the content that's been selected. Neither of the two lock buttons appear to be on. (I just tried switching them on/off, no effect.) :/
– AmadeusDrZaius
Apr 27 '15 at 22:03
You have only one layer in the image, correct? And didn't first add a new layer, before selecting?
– jcoppens
Apr 27 '15 at 22:16