Rotating a selected part of an image - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Rotating a selected part of an image (/Thread-Rotating-a-selected-part-of-an-image) |
Rotating a selected part of an image - gimp-artist - 04-29-2018 I selected a part of an image using rectangular select tool. I did shift+R to rotate the selected part. I adjusted parameters in the rotate dialog box appropriately. I chose the selection in tool option. Finally I clicked the rotate button in rotate dialog box. The result is only rotating the marching ant not the image itself. I don't understand. To make it work, I did all things above paragraph except I chose the layer in tool option. This time the selected part of the image rotated as I adjusted in the rotate dialog box. However the rotated image is cut off the outside of originally selected area. I don't understand. How do I resolve this issue? RE: rotating a selected part of an image - rich2005 - 04-29-2018 Quote:I selected a part of an image using rectangular select tool. I did shift+R to rotate the selected part. I adjusted parameters in the rotate dialog box appropriately. I chose the selection in tool option. Finally I clicked the rotate button in rotate dialog box. The result is only rotating the marching ant not the image itself. I don't understand. That did not work because making a selection defines the area of the selection not the contents. Edit -> Copy before rotating. However that might leave a nasty hole in the image. Quote:To make it work, I did all things above paragraph except I chose the layer in tool option. This time the selected part of the image rotated as I adjusted in the rotate dialog box. However the rotated image is cut off the outside of originally selected area. I don't understand. Much better, nearly there. Make the selection then Edit -> Copy Edit -> Paste That gets a floating selection layer in the layers dialogue. Layer -> To New layer then Layer -> Layer to image size to prevent the cropping now rotate it. RE: rotating a selected part of an image - gimp-artist - 04-29-2018 (04-29-2018, 12:56 PM)rich2005 Wrote:Quote:I selected a part of an image using rectangular select tool. I did shift+R to rotate the selected part. I adjusted parameters in the rotate dialog box appropriately. I chose the selection in tool option. Finally I clicked the rotate button in rotate dialog box. The result is only rotating the marching ant not the image itself. I don't understand. First of all, I wanted to make a quote for the reply, but it doesn't work. I don't know why. On your method, Does this 'Layer -> to new layer' necessary? I can work on the floating layer. Is there any quicker way to the simple rotation function? Thanks for the reply. Have a nice day. RE: rotating a selected part of an image - rich2005 - 04-29-2018 I do most replies off-line, in a text editor, so a quote looks like this Giving your Gimp version has become even more important now that Gimp 2.10 is out. However, there is a plugin that should work. layer-via-copy-cut.py Attached. Unzip pop it into your Gimp profile plug-ins folder. The linux permissions should already be set to executable but check anyway. As the name suggests straight from a selection to a rotatable layer If it does not work let me know, and I will find the link to an earlier version. RE: rotating a selected part of an image - gimp-artist - 04-29-2018 (04-29-2018, 04:05 PM)rich2005 Wrote: I do most replies off-line, in a text editor, so a quote looks like this |