HOME | DD

Published: 2012-06-01 20:19:52 +0000 UTC; Views: 30946; Favourites: 75; Downloads: 8432
Redirect to original
Description
GIMP 2.8 Python Plugin.Copy and move the selected area to a new layer in the same position.
This function is similar to the functions with the same names in Photoshop, and more powerful. Unlike them, it can copy/cut content, not just from one layer, but also from the layer groups. In Photoshop, this is not possible
I hope this plug-in will be useful for someone else.
Installation Instructions:
1. Extract "layer-via-copy-cut.py" from .zip archive to the ".../.gimp-2.x/plug-ins/" directory.
2. Make sure that the extracted file is executable.
3. If you are already running GIMP, close and reopen it.
This plugin requires Python!
If you have the "Filters > Python-Fu > Console" menu item you are all set. If not, install Python support for GIMP.
Version History:
v1.6 (09.01.2014)
- Over 35% speedup.
- Some code improvements.
v1.5 (04.06.2012)
- Added automatic cache cleanup.
- Fixed bug with non-rectangular selection.
v1.4 (04.06.2012)
- The new layer/group is created above the original, and not at the top of the stack.
- Some code improvements.
v1.3 (01.06.2012)
- Initial release.
My other plugins:
Create Layer Mask from...
Duplicate to another Image
Place Layer into Selection
Scale Layer to Image Size
The latest versions of the plugins
you also can download from:
some-gimp-plugins.com
Related content
Comments: 59
groovyjeff [2012-06-04 00:51:53 +0000 UTC]
Where would I find the /.gimp-2.x/plug-ins directory? I have Gimp 2.8 but am having trouble finding the directory.
👍: 0 ⏩: 1
slybug In reply to groovyjeff [2012-06-04 16:54:31 +0000 UTC]
Under Windows XP the path should look like this: 👍: 0 ⏩: 0
\Documents and Settings\
Windows 7:
\Users\
On Unix, the plug-in directory is usually located at:
$HOME/.gimp-2.8/plug-ins/
rninishcap [2012-06-03 01:54:34 +0000 UTC]
How did you get GIMP 2.8?
I've been trying to get it all day. I have 2.6, so I tried to update it with a command I found online. But I'm not completely sure where I'm supposed to put it, and no matter what I do, it still isn't updated to 2.8 ;_;
👍: 0 ⏩: 2
Phelipefox In reply to rninishcap [2012-06-26 16:34:27 +0000 UTC]
Hey, I use Gimp 2.8 on Windows and Linux and in Linux to upgrade of 2.6 for 2.8.. Open the Terminal and type sudo apt-get update, wait and last type the command sudo apt-get install gimp, here its ok!
👍: 0 ⏩: 0
slybug In reply to rninishcap [2012-06-03 15:51:46 +0000 UTC]
Sorry, can’t help you. I'm using Gimp 2.8 on Windows.
👍: 0 ⏩: 1
<= Prev |