Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Browsing all 27456 articles
Browse latest View live

Re: How to create a script to take channel's name and insert as text into...

This will put the name of the channel in the top right corner of each channel. I tried to comment where and how you can modify it to meet your needs but if you have any questions let me know. It should...

View Article


Re: How to create a script to take channel's name and insert as text into...

Thank you very much.  I have played with this and believe it will work pretty good.  I do have one question though, is it possible to make the script place the next label so many points away from the...

View Article


Re: How to create a script to take channel's name and insert as text into...

Something like this? // the color used for the text var black = new SolidColor(); black.rgb.hexValue = '000000'; // set this to space the labels var horizontalOffest = new UnitValue(20,'pt'); var doc =...

View Article

Image may be NSFW.
Clik here to view.

Re: How to create a script to take channel's name and insert as text into...

I think we are on the right track, this is what I ended up with after running the below (I made a few changes to make text bold and in all caps)  // the color used for the textvar black = new...

View Article

Re: evalFile vs //@include

Hi Reimund, Just came across this post so I'm not sure if you've recieved an answer on this but here are my thoughts.  If your only goal is to include the file, they can be used pretty well...

View Article


Re: How to create a script to take channel's name and insert as text into...

I think we are on the right track...Note sure if that means you are happy or if something else needs to be done.

View Article

Image may be NSFW.
Clik here to view.

Re: group layers by name? help pls

Hey Micheal,works great thank you this will be so helpful.one thing tho what be a little tweak. when the group is created is it possible to name it to Mattes? thank you this will come very handly

View Article

Re: group layers by name? help pls

Yes, after the line that adds the layerSet add this line newLayerSet.name = "Mattes";

View Article


Re: How to create a script to take channel's name and insert as text into...

Actually, this works great.  It doesn't matter if they overlap.  Thank you very much for doing this for me!  I have a couple other ideas I'd like to try to do also if you have the time.  I will send...

View Article


Re: Getting Channel Information

I would like to do the same, any chance you can post your entire script? I am working with multichannel files which I can convert to RGB easily enough, but then manually have to load selection, create...

View Article

Re: Getting Channel Information

TheSignExperts, what do you want done that the second script I posted above doesn't do?

View Article

Saving multiple images at once_script or action

After scanning thedocumentI haveopenat one timeamount of pictures. Is there a way, actionorfreescriptthatallows you to saveallfilesat once? I've searched theforums anddiscussions, cannotfind the...

View Article

Re: Getting Channel Information

I would like to have a script that will cycle through the spot color channels and load the selection from within them, create a new layer, and fill with the same color as the spot color channel selection.

View Article


Re: How to create a script to take channel's name and insert as text into...

This script combines adding the marks and labels in one script. // the file used as registration mark var markFile = new File('~/desktop/reg_mark.eps'); var doc = app.activeDocument; // the color used...

View Article

Re: How to create a script to take channel's name and insert as text into...

This works well, I edited out the bottom left and right marks, but it appears that it only places the marks on the Red, Green, & Blue channels.  // the file used as registration markvar markFile =...

View Article


Re: How to create a script to take channel's name and insert as text into...

Oops, replace the for loop with this one. for(var channelIndex = 0; channelIndex<doc.channels.length; channelIndex++){    var newTextLayer = textLayer.duplicate();    doc.activeLayer = newTextLayer;...

View Article

Re: How to create a script to take channel's name and insert as text into...

Thank you sir!  This works great, and saves me probably 10 minutes per job when labels and marks are missing.

View Article


Re: Saving multiple images at once_script or action

-resolved- in the meantime with action and batch command via the file/automate menu

View Article

Re: Edittext and onChanging event

My guess is that it's a cut and paste mistake when I put this together. The eventListener only needs to be set once. I would remove it from createDialog.

View Article

Image may be NSFW.
Clik here to view.

Re: Help needed to enhance Image Processor Pro Script to save transparency in...

OK  I contacted xbytor2 via PM and wait until he answers, so I can upload him the image anywhere he wants!

View Article
Browsing all 27456 articles
Browse latest View live