Paint.NET :: Add New Menu Item Allows To Copy Selection From ALL Visible Layers
Dec 16, 2011
Add a new menu item "Edit->Copy Flattened" which allows one to copy the selection from ALL the visible layers, instead of just the currently selected layer.
View 1 Replies
ADVERTISEMENT
Mar 11, 2013
If you've ever created an image having multiple assorted layers, and want to apply a modification to the final image while keeping those original layers intact, here's the script to do that:
Select allfrom PSPApp import *
def ScriptProperties():
return {
'Author': u'Ken Arway',
'Copyright': u'2013',
'Description': u'Copies all visible layers to a newly created ra'
u'ster layer.',
[code]....
Just use your favourite text editor to copy that code into a text file, and save the file as "CopyVisibleMergedToNewLayer.pspscript" in your user scripts directory. Doesn't matter if it's the "Restricted" or "Trusted" directory.
As the name implies, all the visible layers will be copied and merged, so it's easy to first "hide" the layers you don't want merged before running the script.
Yes, it's just a series of recorded actions; but the key is its use of the "Select All" and "Paste Into Selection" actions -- that ensures that the resulting merged layer maintains the same positioning as the individual layers. In other words, if your original layers have a transparent background and opaque areas that are off-center, simply using Edit...Paste As New Layer will center those opaque areas in the canvas, which is not what you want....
View 4 Replies
View Related
Mar 16, 2012
I don't see a "Copy Visible" function, does one exist that does it? Basically I have 10 layers, but I want to copy/paste the 'visible' area to stick in a test harness without having to manually flatten the image first.
View 4 Replies
View Related
Jun 22, 2012
Working with many layers 60+ is great, but most of the time we have many that are not selected i.e. visible.sometime 30+ those layers are most of the time not needed anymore or make it too crowd in the layer box, making layer selection and handling messy.
The best way is to remove them from the PDN, while keeping only the visible selected. But removing the "not selected" layers one by one is time consuming and again, accidents happen.
Three solutions .
A simple way to do it, is just add under "edit menu" or the "Layer menu" the following. "Create new PDN from selected visible layers"..
OR
add to the "Save As" the option to "Save selected visible layers only"
OR the long way, that has its good things in it too.
Add the option to INVERT the layers visibility selection, and then the option to remove/delete selected layers. (of coarse add an approval "are you sure box")
This option would even be great for other uses when we need to switch back and forth between many visible layers. for example when making animations etc.
View 2 Replies
View Related
Dec 19, 2011
In Photoshop, there is a shortcut that does the following:
Ctrl + Alt + Shift + E — You’ll get a new layer at the top of the layer stack containing a merged representation of all visible layers (handy for sharpening adjustments, etc.).
I tried this in PSP X3 and it doesn't work. Does it even possible to do this in PSP? I know how to merge all the layers in PSP but all the merged layers then disappear. The Photoshop feature keeps all the visible layers and merges them into a combined merged visible layer.
View 5 Replies
View Related
Jun 20, 2012
I am working on a plugin for adobe illustrator CS6 by using adobe CS6 SDK. By using this plugin I need to add a Me nu Item In File Menu of Adobe Illustrator.
I have used the following code for this:
______________________________________________________________________ ________
SPBasicSuite *mBasic = message->d.basic;
AIMenuSuite *sAIMenu;
mBasic->AcquireSuite(kAIMenuSuite,kAIMenuVersion, (const void**)&sAIMenu);
SPPluginRef plugin;
[Code]...
But i have nothing as output.
View 9 Replies
View Related
Mar 11, 2011
I need to make a “sector” or “triangle” selection and copy it from pictures. Is there any way to do it in Paint.net? I can not find such an option.
View 2 Replies
View Related
Sep 24, 2011
I've got a large project with an object that's dependent on a multitude of layers (over 17).
I don't want to flatten them because it's a large no no, and with they way the whole image is setup, idk if it's possible.
I want to just copy all the layers into a new .pdn file and save it separately so I can experiment with flattening without wrecking the big picture, as well as just having it for versatility for use in future projects.
So is there any way to copy an entire layer over? I don't mean magic wand it over to a new project (I just tried that.). I need all the settings with the layer, the opacity, filter settings, Title etc etc.
Pasting it over won't work since a lot of layers have filter settings like Overlay and the such.
I tried manually reapplying the settings, but there's so many different layers it's virtually impossible to figure which one needs which settings. It would be easier if AT LEAST the layer titles were transferred over, that way I could at least figure out which layers I'm looking at between the two projects, but I haven't figure a way to do it yet.
So is there any way to do this? Or any alternative?
And if not can it be added to a 4.X version? I think this would be a killer feature. I can think of a few other occasions
View 2 Replies
View Related
Nov 24, 2012
I have pdn file that has multiple layers so when I go to the one I want to copy to another canvas entirely, I used the lasso selection tool and copy.
Well, it did but what it copied was a blank lasso with the nubs around it. I think (I was just trying any and everything to get it to copy the image not a blank.) I think! I made a duplicate layer and then it showed up.
Is that the way to transfer one layer's image into another canvas? Or is there a surer and easier way.
View 10 Replies
View Related
Aug 9, 2012
I'm trying to build a sprite image for a website based on a graphic that I created with Paint.NET.
The graphic has about 6 different layers.
To make the sprite image, I need the items in one layer to be duplicated in the exact same spots only shifted down by an integral number of the height. So, if the original image is 400px, I stretch the canvas out to 1200px. Now I want to copy each of the 6 layers and paste them exactly 400px down, then copy each of the 6 layers and paste them exactly 800px down.
I'm guessing there is a way to do something like this using the scripting ability of Paint.NET, but I have never used that feature before.
View 1 Replies
View Related
Feb 9, 2014
I download an image of the net of a dog with a .png transparent background. open in paint it's showing the transparency which is great, now say i make another image (not a layer) of 400px, by 400px, and fill it white, I'm so used to in photoshop just dragging transparency masks/layers from one image directly into a new image,
I've tried everything in paint.net even tried making a new layer, filling that white, bringing the transparency image to the front. so the white layer is behind the transparency one, then copy/cut to the new image with a filled in "white" background.
but all that copies across is the transparency layer, unlike Photoshop there's no copy merged, move merged option. so how do you get to cut/move a bunch of layers as 1 into a new image either by drag and drop, or cut and paste?
View 4 Replies
View Related
Oct 10, 2013
I have developed a script that act on the layers individually so it would be great if I could add a new command in the layer context menu (the one that has Blending Options..., Duplicate and Delete Group, Copy,Paste and Clear Style and add or remove colors from the "eye" icon, etc...
I know that you can add the script to File/Scripts submenu but if I had access to it directly from that context menu, it would be much better. I have seen a script that adds a new top menu item to the menu bar of the ESTK so I am hopeful it can be done something similar in PS.
View 2 Replies
View Related
May 27, 2012
I am trying to create an action to create a new layer by copying the bg layer, add a layer mask to the new layer and then start the Tilt Shift filter. All works until I go Insert Menu Item and choose Blur>Tilt Shift. It just doesn't get added to the action. Other menu items do work. I'm assuming this is an oversight in the implementation of CS6?Can't see that that can be the case.
View 1 Replies
View Related
Feb 6, 2013
When writting scripts to Photoshop I can use the app.runMenuItem() method to acess commands in the menus. For example: app.runMenuItem (charIDToTypeID("ZoomIn")) will run the Zoom In command.
Does Illustrator have any such method (or accepts anything like action description) to enable us to acess it´s menu items? For example acess Expand comnand, or Object > Live Paint > Make..
View 2 Replies
View Related
Nov 16, 2012
I have added a Menu Item in File Menu in Adobe Illustrator CS6.
Its working greate.
But I want to create a Short-Cut Key for it (CTRL+J).
I am using AI CS6 SDK for it.
How will it be possible.
View 9 Replies
View Related
Mar 28, 2012
Is it "normal" to have the "Update" menu item grayed out on the 64bit version and NOT on the 32bit version?
View 1 Replies
View Related
May 28, 2013
I have lost MACROS on Tool Bar in X4.
Is there a way of getting it back?
View 1 Replies
View Related
Apr 10, 2011
I have used the display selected with edges toggle quad menu item for years, and can't seem to get it to work for me. Is it broken?
View 5 Replies
View Related
Feb 17, 2012
add the direct to PDF icon menu item to AutoCAD 2012.
View 4 Replies
View Related
Sep 30, 2009
I have been going crazy trying to get my custom scripts to appear in the "Scripts" menu item under "File" in Illustrator CS4. I've tried placing them in Presets > Scripts, I've tried creating a folder under "Plug-Ins" called "Scripts" and placing them there, and several other places in an attempt to find anything that will work, but so far nothing has. I've also tried deleting the Illustrator Prefs but that didn't work.
View 11 Replies
View Related
Apr 10, 2012
illustrator scripting but have some knowledge in indesign scripting using javascript.In Indesign we can disable menu item thru menuActions.. Is there any object available like that to disable a existing menu (eg. File>Save).
View 1 Replies
View Related
Jun 21, 2012
if there is a way to open any menu item by script (Javascript) in illustrator CS5/5.1? perhaps something like this:
"app.menuActions.itemByID(0123).invoke()".
I looked at the scripting reference, but i didn't found it.
View 4 Replies
View Related
Jan 15, 2012
I've been using LR3 for over a year - current version 3.6. For no apparent reason, the 'Make second copy' menu item no longer shows in the import panel. Imported files are copied to the location specified the last time the item was available. I've looked in all of panels, but don''t find any way to disable the second copy function, or to manage the second copy function. I'm running MAC 10.6.8.
View 3 Replies
View Related
Sep 16, 2012
Change the menu item Quick off to Slow off.
See attached. It now take 4 pen actions to get the safe titles overlay on and off. And before it was one pen movement. So before it was aptly named quick off. Now you should rename it. Slow off. Or "waste of time" something that matches function.
I vote for reinstating the quick off operation from 2012. And I checked, there is no quick off in the hotkey editor, so I can't streamline the usage with a user key.
[URL]........
View 2 Replies
View Related
Aug 22, 2011
I've had this problem in 2011 and 2012 on 2 different machines, but haven't seen it on the bug list, and have seen a post saying the hotkey combo for 'add menu item to shelf' is the same it's always been - Ctrl-Shift-Alt, then selecting menu item.
But when I press that, the menu item executes, but no shelf button appears.
I use this combo - a lot- to make custom shelves per project or need. Frustrated it no longer seems to work.
View 2 Replies
View Related
Jan 14, 2013
This has been an issue since at least CS4. If you add a script to your actions via "Insert Menu Iitem" (not sure if it's for all items or just scripts) and close Illustrator, those actions disappear. Apparently, in CS6, Adobe has completely ignored improving including scripts to Actions, which really makes automation powerful. As awesome as CS6 is, that part is pretty lame.
View 1 Replies
View Related
Jun 17, 2013
I have a list of menu items. I want them to change color when the user rolls over any of the six menu items. I want to write a function so it would be
var = menuTarget; (this is the item the user is currently mouseovering how do I define this?)
menuTarget.mouseover(function(){
$(this).css("color","red");
})
menuTarget.mouseout(function(){
$(this).css("color","green");
})
View 2 Replies
View Related
Mar 21, 2012
How do you copy a non-block item from one drawing to another drawing. With both drawings open, the two methods I've used are the Edit>Copy in drawing 1 and Edit>Paste in drawing or Right mouse button (drop down menu)> Copy in drawing 1 and Right mouse button> Paste in drawing 2. Sometimes one or both methods work and at other times neither works.
Is there another copy method or am I doing something incorrectly?
View 3 Replies
View Related
Oct 24, 2012
How can I copy eyes from one photo to another. Great photo but one of the people had thier eyes closed.
View 1 Replies
View Related
Feb 16, 2013
I presently have code that will select objects on screen based on particular stored object handles. The code then prompts the user to add additional selections once these handle selections are made. No problem. The problem lies with attempting to deselect the objects that were selected via object handles. I should say highlighted because that is what the present code is doing. It is highlighting the objects on screen. The code I am using follows:
Dim ids(1) As ObjectId ids(0) = ObjectIdFromHandle(myDocDB, "1D6") ids(1) = ObjectIdFromHandle(myDocDB, "1DE") Autodesk.AutoCAD.Internal.Utils.SelectObjects(ids) ' Get the Pickfirst selection
[Code]....
View 5 Replies
View Related
Apr 17, 2014
all the twirly triangle dropdown menu things (what's the official term?) underneath the contents menu of layers. Especially now that I'm working with Convert to Shape Layer functionality I'm wondering what an efficient/shortcut based way to work with these inner menus is. For instance when converting Text to Shape layers - it seems like I'm spending most of my time dealing with twirly triangle management
I don't even know how to search for them: obviously searching for anything "collapse" takes one to a bunch of collapse transformations stuff.
View 4 Replies
View Related